Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Usage

This template is a {{tl}}-style template-link tag that accepts and italicizes parameters. It's the same as {{tlx}} except that the template parameters are shown in italics. Its main use is in template documentation, to give example input where the parameters are unnamed sequential ones and we're showing variable, sample input. It really should mark up the parameter with <var>...</var>, not just typographic italics, but the underlying Template:Template link general doesn't have an option to execute that markup (yet).

Examples

{{Template:Template link expanded with italic|Template|first parameter|second|third|...|eleventh}}{{Template:Template link|first parameter|second|third|...|eleventh}}
{{Template:Template link expanded with italic|Template|2=first parameter|3=second|4=third|...|12=eleventh}}{{Template:Template link|first parameter|second|third|...}} if they might contain "=" signs (note the off-by-one notation – parameter 1 remains the name of the template)
{{Template:Template link expanded with italic|Template|<nowiki>first|second|...|999th</nowiki>}}{{Template:Template link|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}}:

{{Template:Template link expanded with italic|Template|first parameter|second|third|fourth|fifth|sixth|seventh|eighth|ninth|<nowiki>tenth|eleventh|twelfth|thirteenth|...</nowiki>}}
or
{{Template:Template link expanded with italic|Template|first parameter|second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth{{!}}eleventh{{!}}twelfth{{!}}thirteenth{{!}}...}}
or
{{Template:Template link expanded with italic|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:Template link|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.

The rest of the documentation is for {{tlx}}, which works the same way.


Template:Tlx/doc