Difference between revisions of "Template:T/doc"
From EVE University Wiki
(Added categorization transclusion.) |
|||
Line 15: | Line 15: | ||
;See also | ;See also | ||
* {{t|tl}} | * {{t|tl}} | ||
+ | <includeonly>[[Category:Template]]</includeonly> | ||
+ | <noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 19:11, 22 April 2017
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}}