Difference between revisions of "Template:Tlx/doc"

From Moegirlpedia
Jump to: navigation, search
(Added category and ZhMGP link)
 
Line 11: Line 11:
 
For more than ten parameters - with or without equals-signs - instead wrap the entire list of parameters and their values in {{tag|nowiki}} tags. When you do, you don't need to replace equals-signs. For instance:
 
For more than ten parameters - with or without equals-signs - instead wrap the entire list of parameters and their values in {{tag|nowiki}} tags. When you do, you don't need to replace equals-signs. For instance:
 
: {{tlx|tlx|Template|&lt;nowiki><nowiki>''first''|''second''|''third=value''|...|''999th''</nowiki>&lt;/nowiki>}} produces: {{tlx|Template|<nowiki>first|second|third=value|...|999th</nowiki>}}
 
: {{tlx|tlx|Template|&lt;nowiki><nowiki>''first''|''second''|''third=value''|...|''999th''</nowiki>&lt;/nowiki>}} produces: {{tlx|Template|<nowiki>first|second|third=value|...|999th</nowiki>}}
 +
 +
<includeonly>[[zh:模板:Tlx]]</includeonly>
 +
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 23:01, 15 March 2022

This template is similar to {{tl}}, but can take up to 11 parameters separated by “|”.

Usage

(Note: In the following examples, ellipses (groups of three dots) indicate where parameters have been omitted.)

{{tlx|Template|first parameter|second parameter|third parameter|...|tenth parameter}} produces: {{Template|first parameter|second parameter|third parameter|...|tenth parameter}}

When you want to indicate setting a value to one or more parameters, you would normally use the equals-sign ("="). This doesn't work here; instead use Template:Tlf, like so:

{{tlx|Template|first{{=}}first value|second|third{{=}}third value}} produces: {{Template|first=first value|second|third=third value}}

For more than ten parameters - with or without equals-signs - instead wrap the entire list of parameters and their values in Template:Tag tags. When you do, you don't need to replace equals-signs. For instance:

{{tlx|Template|<nowiki>''first''|''second''|''third=value''|...|''999th''</nowiki>}} produces: {{Template|first|second|third=value|...|999th}}