Template:Infobox item/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Created page with "{{doc/start}} This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use Template:Food instead. <pre> {{Item |name=..."
 
No edit summary
Line 13: Line 13:
Please note that if the item has multiple data values, use <code><nowiki>|multipledata=</nowiki></code> instead. See below:
Please note that if the item has multiple data values, use <code><nowiki>|multipledata=</nowiki></code> instead. See below:


{| class=grid
{| class=grid style="background-color: transparent;"
! Parameter
! Parameter
! Function
! Function
Line 30: Line 30:
| <code>stackable</code> || Stackable || ?
| <code>stackable</code> || Stackable || ?
|-
|-
| <code>data</code> || Single decimal data value || 00
| <code>data</code> || Single decimal data value || ''None''
|-
|-
| <code>multipledata</code> || Multiple decimal data values || <pre>{{dv|00|Item1}}
| <code>multipledata</code> || Multiple decimal data values, use {{tl|dv}} || ''None''
{{dv|00|Item2}}</pre>
|}
|}



Revision as of 04:13, 26 February 2011

Template:Doc/start

This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use Template:Food instead.

{{Item
|name=
|image=
|invimage=
|type=
|durability=
|stackable=
|data=
}}

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

Parameter Function Default/Example value
name Optional value to use a different name instead of the page name {{BASEPAGENAME}}
image Image of the item (Should be 150x150px) No image.png
invimage Image for object in inventory (Should be 36x36px) None
type Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) ?
durability How durable the item is N/A
stackable Stackable ?
data Single decimal data value None
multipledata Multiple decimal data values, use {{dv}} None

See also

Minecraft
Minecraft Earth
Minecraft Dungeons
Minecraft Legends
Minecraft Story Mode
Other
Meta

Template:Doc/end