Template:Nbt: Difference between revisions

From Modded Wiki
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|}}}|&nbsp;<span style="font-weight: bold;">{{{2}}}</span>}}</includeonly><noinclude>
|bool
{{/doc}}
|boolean={{nbt/sprite|12|TAG_Boolean}}
 
|long array
[[Category:Templates]]</noinclude>
|long-array={{nbt/sprite|13|TAG_Long_Array}}
|#default={{nbt/sprite|14|Undefined}}
}}{{#if:{{{2|}}}|<span class="nowrap" style="font-weight: bold;">&nbsp;{{{2}}}</span>}}</includeonly><noinclude>
{{Documentation}}
<!-- Put categories/interwiki on the documentation page -->
</noinclude>

Latest revision as of 12:26, 4 July 2024

[create] [refresh]Documentation
This template has no documentation. If you know how to use this template, please create it.