Template:T: Difference between revisions

From Inkipedia, the Splatoon wiki
m (Protected "Template:T": Critical template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
m (Changed protection settings for "Template:T" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
 
(No difference)

Latest revision as of 21:18, 4 March 2023

{{[[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>|<...>}}