Template:T
From EVE University Wiki
Revision as of 18:56, 5 January 2012 by Quinn fellthorn (talk | contribs) (Fixing up template documentation system)
{{[[Template:{{{1}}}|{{{1}}}]]}}
Template documentation (for the above template, sometimes hidden or invisible)
This template was copied from Template:T on Wikia Templates. That wiki should periodically be checked for a new version of this template. |
- 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|skill}}
gives...- {{skill}}
{{t|skill|Item1|Item2|Item3|Item4|Item5|...}}
gives...- {{skill|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}
{{t|skill|2=param1=Item1}}
gives...- {{skill|<param1=Item1>}}
{{t|skill|prefix=subst}}
gives...- {{subst:skill}}
- See also
- {{tl}}