Minecraft Wiki
Advertisement

There is a problem with parsing the infobox

  • 0
  • 1
    <title source="title">
  • 2
    <default>{{BASEPAGENAME}}</default>
  • 3
    </title>
  • 4
    <image source="image" />
  • 5
    <navigation>{{#if: {{{extratext|}}} | {{{extratext}}} | }}</navigation>
  • 6
    <group>
  • 7
    <data source="rarity">
  • 8
    <label>[[Rarity|Rarity color]]</label>
  • 9
    <format>{{ucfirst:{{{rarity}}}}}</format
  • 10
    <default>Common</default>

    Tag definition is not properly terminated

  • 11
    </data>
  • 12
    <data source="health"><label>[[Health]]</label></data>
  • 13
    <data source="durability"><label>[[Durability]]</label></data>
  • 14
    <data source="stackable"><label>Stackable</label><default>?{{#if:{{{nocat|}}}||[[Category:Missing stackability]]}}</default></data>
  • 15
    <data source="renewable"><label>[[Renewable resource|Renewable]]</label><default>?{{#if:{{{nocat|}}}||[[Category:Missing renewability]]}}</default></data>
  • 16
    <data source="size"><label>Size</label></data>
  • 17
    <data source="drops"><label>[[Drops]]</label></data>
  • 18
    <data source="flammable"><label>Flamable</label></data>
  • 19
    <data source="networkid"><label><abbr title="ID in network traffic, if different from ID used internally (byte)">Network ID</abbr></label></data>
  • 20
    </group>
  • 21

[view | edit | history | purge]Documentation

This template provides a uniform design for usable item entity pages.

{{ItemEntity
|title=
|image=
|invimage=
|durability=
|rarity=
|renewable=
|stackable=
|health=
|networkid=
|drops=
}}

Please note that if the item has multiple data values, use |multipledata= instead. See below:

Parameter Function Default/Example value
title Optional value to use a different title instead of the page name {{BASEPAGENAME}}
image Image of the entity {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
imagesize Adjusts the size of the image 200px
imageN Other images for two-state entities None
imageNsize Adjusts the size of the corresponding image 200px
invimage Image for object in inventory. Can use None to force no invimage. Uses Template:Inventory slot. None
invimageN Other images for object in inventory. Uses Template:Inventory slot. None
rarity The color of this item's name. See rarity for more info. Common
durability How durable the item is N/A
renewable Whether the item is renewable ?
stackable Stackable ?
networkid The ID number used in network traffic (0-255), if different from the internal ID. (see http://wiki.vg/Entities#Objects) None
health The item entity's health None
drops What the entity drops when destroyed None

See also

Minecraft
Minecraft Dungeons
Minecraft Story Mode
Other
[view | edit | history | purge]The above documentation is transcluded from Template:ItemEntity/doc.
Advertisement