Template:Nbt: Difference between revisions
Jump to navigation
Jump to search
NBT template |
m 12 revisions imported |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1}}} | <includeonly>{{#switch: {{{1|}}} | ||
|byte={{nbt/sprite|1|TAG_Byte}} | |byte={{nbt/sprite|1|TAG_Byte}} | ||
|double={{nbt/sprite|2|TAG_Double}} | |double={{nbt/sprite|2|TAG_Double}} | ||
Line 9: | Line 9: | ||
|string={{nbt/sprite|7|TAG_String}} | |string={{nbt/sprite|7|TAG_String}} | ||
|compound={{nbt/sprite|8|TAG_Compound}} | |compound={{nbt/sprite|8|TAG_Compound}} | ||
|byte array | |||
|byte-array={{nbt/sprite|9|TAG_Byte_Array}} | |byte-array={{nbt/sprite|9|TAG_Byte_Array}} | ||
|integer array | |||
|integer-array | |integer-array | ||
|int array | |||
|int-array={{nbt/sprite|10|TAG_Int_Array}} | |int-array={{nbt/sprite|10|TAG_Int_Array}} | ||
|list={{nbt/sprite|11|TAG_List}} | |list={{nbt/sprite|11|TAG_List}} | ||
}}{{#if:{{{2|}}}| | |bool | ||
{{ | |boolean={{nbt/sprite|12|TAG_Boolean}} | ||
|long array | |||
|long-array={{nbt/sprite|13|TAG_Long_Array}} | |||
|#default={{nbt/sprite|14|Undefined}} | |||
}}{{#if:{{{2|}}}|<span class="nowrap" style="font-weight: bold;"> {{{2}}}</span>}}</includeonly><noinclude> | |||
{{Documentation}} | |||
<!-- Put categories/interwiki on the documentation page --> | |||
</noinclude> |