Template:T/doc: Difference between revisions
Jump to navigation
Jump to search
Create: Minecraft Mod Wiki>FANDOM Created page with ";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|t..." |
BoxWithout (talk | contribs) m 1 revision imported |
(No difference)
|
Latest revision as of 21:59, 14 February 2025
- 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|Character}}
gives...{{Character}}
{{t|Character|Item1|Item2|Item3|Item4|Item5|...}}
gives...{{Character|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}