Brought to you by PCGamingWiki
Template:T/doc
From FTL Wiki
< Template:T
Revision as of 22:56, 17 September 2012 by Alexanderpas (talk | contribs) (template documentation template code)
- Description
- A template link with a variable number of example parameters (0-20), which can be used to show example inputs.
- Utilises Template:T/piece.
- Syntax
- {{t|<parameter1>|<parameter2>|<parameter3>|<parameter4>|<...>|<parameter20>}}
- Sample code
{{t|welcome}}
gives...- {{welcome}}
{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}
gives...- {{welcome|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}