Template:T/doc: Difference between revisions
From BoyWiki
New page: {{SPW|is newer|name=T}} ;Description :A template link with a variable number of example parameters (0-20), which can be used to show example inputs. ;Syntax :{{t|t|parameter1|parameter2|pa... |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{documentation subpage}}</noinclude> | |||
{{SPW|is newer|name=T}} | {{SPW|is newer|name=T}} | ||
;Description | ;Description |
Latest revision as of 21:37, 9 May 2013
- Description
- A template link with a variable number of example parameters (0-20), which can be used to show example inputs.
- Syntax
- {{t|<parameter1>|<parameter2>|<parameter3>|<parameter4>|<...>|<parameter20>|<prefix=...>}}
- Sample code
{{t|welcome}}
gives...- {{welcome}}
{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}
gives...- {{welcome|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}
{{t|welcome|2=param1=Item1}}
gives...- {{welcome|<param1=Item1>}}
{{t|welcome|prefix=subst}}
gives...- {{subst:welcome}}
{{t|welcome|style=code}}
gives...{{welcome}}
- See also