Template:T

From Inkipedia, the Splatoon wiki

{{[[Template:{{{1}}}|{{{1}}}]]}}

Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:T/doc to edit this documentation. (How does this work?)
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|notice}} gives...
{{notice}}
{{t|notice|Item1|Item2|Item3|Item4|Item5|...}} gives...
{{notice|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}
See also
{{tsubst}} for a subst: label in front of the template
{{tsubst|notice|Item1|Item2|Item3|Item4|Item5|...}} gives...
{{subst:notice|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}