Difference between revisions of "Template:T/doc"
Jump to navigation
Jump to search
m |
(Set NOTOC.) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
==Description== | ==Description== | ||
A template link with a variable number of example parameters (0-20), which can be used to show example inputs. | A template link with a variable number of example parameters (0-20), which can be used to show example inputs. |
Revision as of 05:33, 27 January 2021
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>}}
Samples
{{t|welcome}}
results in...
{{welcome}}
{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}
results in...
{{welcome|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}