Minecraft Wiki
Advertisement
[view | edit | history | purge]Documentation
Shortcut
id table

This template is used to create the tables on Data values.

Parameters[]

Unnamed paremeters
  • {{{1}}}: The name of the block, defaults to "unused". A suffix can be added using parentheses after the name.
  • {{{2}}}: Optional notes. Type the letter(s) corresponding to the note(s) you want to add it.
    • I: Has a separate ID as an inventory item.
    • D: Use the item's Damage field to define its durability.
    • S: Requires additional data from the saved game's Data array to fully define the block.
    • B: Requires additional data in the item's Damage field to fully define the inventory item.
    • E: Requires a block entity to store additional data.
  • {{{3}}}: Optional prefix
Named parameters
  • {{{obtain}}}: Limitations on obtaining. Defaults to any. Values include:
    • give: Only available using /give.
      • For the pocket edition, this value states "Only available using inventory editing"
    • none: Cannot be obtained no matter what. May be placed using /setblock.
    • creative: Available in creative mode by item list.
    • pick block: Available in creative mode by block picking.
    • trading: Can be obtained by trading with villagers or in creative mode.
    • enchantments: Only available by having enchanted tools or in creative mode.
    • enchantments only: Only available by having enchanted tools or via use of /give, but unobtainable in the creative mode menu.
  • {{{icon}}}: Name of the icon, including the .png. If {{{sprite}}} is set, then the name of the sprite. Defaults to {{{1}}}.
  • {{{iconsize}}}: Size of the icon, defaults to 25px.
  • {{{nameid}}}: Change the nameid to something other than {{{1}}}.
  • {{{link}}}: Link to a different article than {{{1}}}.
  • {{{section}}}: Set the section in data values to something other than {{{1}}}.
Table parameters
  • {{{dv}}}: Sets the data value. Defaults to the previous plus 1.
  • {{{sprite}}}: If set, the icon uses the sprite template listed instead of a file. Setting it causes all later templates to use the same option. To reset to use a files, set it to be empty.
  • {{{table}}}: Sets the header title for the template and all following uses. Defaults to Blocks.
  • {{{namecolumn}}}: If set to 0 then all following uses of the template will have no name column. To use the name column again later simply set it back to 1.
  • {{{foot}}}: If set, then it adds the foot to the table.
  • {{{pocket}}}: If set to 1, all following uses of the template will have the availability tooltips will be more reflective of the Pocket Edition, and the name column will be hidden. Simply set to 0 to switch back to PC mode.

Example[]

{{id table|Air|icon=none|obtain=none}}
{{id table|Stone|SB}}
{{id table|Grass Block|nameid=grass|icon=Grass.png}}
{{id table|Dirt|SB}}
{{id table|Cobblestone}}
{{id table|Wood Planks|SB|icon=Oak Wood Planks.png}}
{{id table|Sapling|SB}}
{{id table|Bedrock|obtain=creative}}
{{id table|Water|S|section=Water and Lava|nameid=flowing_water|obtain=give}}
{{id table|Water|S|Stationary|section=Water and Lava|obtain=give}}
{{id table|Lava|S|section=Water and Lava|nameid=flowing_water|obtain=give}}
{{id table|Lava (stationary)|S|section=Water and Lava|obtain=give}}
{{id table|Sand|SB}}
{{id table|Gravel}}
{{id table|Gold Ore}}
{{id table|Iron Ore|foot=1}}
NameNamespaced ID
??
??
?grass
??
??
??
??
??
?flowing_water
??
?flowing_water
??
??
??
??
??
[view | edit | history | purge]The above documentation is transcluded from Šablona:ID table/doc.
Advertisement