Formats arguments to appear similar to in-game NBT.
- The author of this template supports its modification, if an editor can do it better or more efficiently.
{{TAG_number|<name>|<value>|[<type>]}}
- <name>
- Ideally a word. Appears in the color dark cyan, followed by a colon.
- <value>
- Ideally a number. Appears in the color dark orange
- [<type>]
- (Optional) Ideally a single character: b, s, l, and f are the usual ones in the game. Meant to denote the TAG type Immediately follows <value>, and appears in the color crimson.
The code {{{TAG_number|x|123}}, {{TAG_number|y|56}}, {{TAG_number|z|12}}} yields {x: 123, y: 56, z: 12}
The code {{{TAG_number|Count|32|b}}} yields {Count: 32b}