Template:Tlxi

From Zoophilia Wiki
Revision as of 05:05, 22 April 2014 by meta>SMcCandlish (update code and doc to use <var>)
Jump to navigationJump to search

Template:Template for discussion/dated{{[[Template:|]]}}

Documentation icon Template documentation[view] [edit] [history] [purge]

Use this template instead of {{tlx}} if you want the template parameters to be italicized. The main reason to ever do this is in template documentation, to give example input where the parameter are unnamed sequential ones and we're showing variable, sample input. For this reason, it marks up the parameter with <var>...</var>, not just typographic italics.

Usage

{{Tlxi|Template|first parameter|second|third|...|eleventh}}{{Template|first parameter|second|third|...|eleventh}}
{{Tlxi|Template|2=first parameter|3=second|4=third|...|12=eleventh}}{{Template|first parameter|second|third|...}} if they might contain "=" signs (note the off-by-one notation – parameter 1 remains the name of the template)
{{Tlxi|Template|<nowiki>first|second|...|999th</nowiki>}}{{Template|first|second|...|999th}} (for more than 10 parameters)


If Template is to be passed more than nine parameters (using up to the tenth of {{Tlxi}}'s own parameters), the remaining parameters have to be baked into the actual eleventh parameter of {{Tlxi}}:

{{Tlxi|Template|first parameter|second|third|fourth|fifth|sixth|seventh|eighth|ninth|<nowiki>tenth|eleventh|twelfth|thirteenth|...</nowiki>}}
or
{{Tlxi|Template|first parameter|second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth{{!}}eleventh{{!}}twelfth{{!}}thirteenth{{!}}...}}
or
{{Tlxi|Template|2=first parameter|3=second|4=third|5=fourth|6=fifth|7=sixth|8=seventh|9=eighth|10=ninth|11=<nowiki>tenth|eleventh|twelfth|thirteenth|...</nowiki>}}
{{Template|first parameter|second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth|eleventh|twelfth|thirteenth|...}}

If a twelfth parameter is passed to {{Tlxi}} (i.e., an 11th to the Template it calls in parameter 1), that parameter's value will be output as "…" and subsequent parameters ignored.