Template:Infobox item/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
mNo edit summary
 
(38 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{{doc/start}}
{{Documentation header}}
{{lua|Infobox}}
 
{{Item}}
This template provides a uniform design for usable item pages.
This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead.
<pre style="display:table">
<pre width="30px">
{{Item
{{Item
|title=
| title =
|image=
| image =
|imagesize=
| image2 =  
|imageN=
| image3 =
|imageNsize=
<!-- Start Multiple mode -->
|invimage=
| group =
|invimageN=
| 1-1 =
|type=
| 1-2 =  
|otherosonly=
| 1-3 =  
|durability=
| group2 =  
|renewable=
| 2-1 =  
|stackable=
| 2-2 =  
|availability=
| 2-3 =  
|data=
| group3 =
|nameid=
| 3-1 =
|firstver=
| 3-2 =
|firstdev=
| 3-3 =
| group4 =
| 4-1 =
| 4-2 =  
| 4-3 =  
<!-- End Multiple mode -->
| durability =  
| rarity =  
| renewable =  
| stackable =  
| heals =  
| effects =  
}}</pre>
}}</pre>


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


{| class="wikitable"
{| class="wikitable"
Line 33: Line 43:
| <code>title</code> || Optional value to use a different title instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
| <code>title</code> || Optional value to use a different title instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
|-
|-
| <code>image</code> || Image of the block (should be approx. 150x150px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No image.svg|No image.svg]] (linking to the page where to upload the missing image)
| <code>image</code> || Image of the item (should be approx. 160x160px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No image.svg|No image.svg]] (linking to the page where to upload the missing image)
|-
|-
| <code>imagesize</code> || Adjusts the size of the image || 150px
| <code>image''N''</code> || Other images for multi-state items || ''None''
|-
|-
| <code>imageN</code> || Otras imagenes del bloque (should be approx. 150x150px) || ''None''
| <code>rarity</code> || The color of this item's name. See [[rarity]] for more info. || Common
|-
|-
| <code>imageNsize</code> || Adjusts the size of the N image || 150px
| <code>durability</code> || How durable the item is || ''None''
|-
|-
| <code>invimage</code> || Image for object in inventory. Can use '''None''' to force no invimage.  Uses [[Template:Grid]]. || <code><nowiki>Grid {{{title}}}.png</nowiki></code> if it exists, otherwise ''None''
| <code>renewable</code> || Whether the item is [[Renewable Resources|renewable]] || ?
|-
|-
| <code>invimageN</code> || Otras imagenes para objetos con varios estados en el inventario. Uses [[Template:Grid]]. || ''None''
| <code>stackable</code> || Stackable || ?
|-
|-
| <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ?
| <code>heals</code> || Amount of hunger points restored || ''None''
|-
|-
| <code>otherosonly</code> || For use if the item is only available in a specific version of Minecraft.  || ''None''
| <code>effects</code> || Status effects given when consumed || ''None''
|-
|-
| <code>durability</code> || How durable the item is || N/A
! Parameter (multiple mode only)
! Function
! Default/Example value
|-
|-
| <code>renewable</code> || Whether the item is [[Renewable Resources|renewable]] || ?
| {{cd|multiple}} || Whether to enter multiple mode. In this mode, multiple images can be present under the same tab. || 0
|-
|-
| <code>stackable</code> || Stackable || ?
| {{cd|group}} || Group (tab) under which to put the image || ''None''
|-
|-
| <code>availability </code> || The availability of an item || ?
| {{cd|group''N''}} || Other tabs present || ''None''
|-
|-
| <code>data</code> || Single decimal data value || ''None''
| {{cd|1-''n''}} || ''n''th image under the first (default) tab || ''None''
|-
|-
| <code>nameid</code> || The item's named identifier. Can use '''None''' to force no name ID. || <code>title</code> or <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
| {{cd|''N''-''n''}} || ''n''th image under the ''N''th tab || ''None''
|-
| <code>multipledata</code> || Multiple decimal data values, use {{tl|dv}} || ''None''
|-
| <code>firstver</code> || First version that it was seen in (e.g. Alpha 1.0.17, classic 0.0.23a).  || ''None''
|-
| <code>firstdev</code> || First development snapshot it was seen in, requires firstver. || ''None''
|}
|}


== See also ==
== See also ==
{{Infobox see also}}
{{Infobox see also}}
{{doc/end}}<noinclude>
<includeonly>
[[nl:Template:Voorwerp/doc]]
<!-- Template categories/interwiki here -->
[[Category:Infobox templates|I]]
 
[[cs:Šablona:Item]]
[[de:Vorlage:Gegenstand]]
[[es:Plantilla:Objeto]]
[[fr:Modèle:Objet]]
[[it:Template:Oggetto]]
[[ja:テンプレート:Item]]
[[nl:Sjabloon:Voorwerp]]
[[pl:Szablon:Przedmiot]]
[[pt:Predefinição:Item]]
[[ru:Шаблон:Предмет]]
[[uk:Шаблон:Предмет]]
[[zh:Template:Item]]
</includeonly>
<noinclude>
<!-- Documentation categories/interwiki here -->
[[cs:Šablona:Item/doc]]
[[de:Vorlage:Gegenstand/Dokumentation]]
[[es:Plantilla:Objeto/doc]]
[[fr:Modèle:Objet/doc]]
[[fr:Modèle:Objet/doc]]
[[ja:テンプレート:Item/doc]]
[[nl:Sjabloon:Voorwerp/doc]]
[[pl:Szablon:Przedmiot/opis]]
[[pt:Predefinição:Item/doc]]
[[ru:Шаблон:Предмет/док]]
[[uk:Шаблон:Предмет/док]]
</noinclude>
</noinclude>

Latest revision as of 15:39, 25 May 2024

This is the documentation page. It should be transcluded into Template:Infobox item. See Template:Documentation for more information.

This template provides a uniform design for usable item pages.

{{Item
| title =
| image =
| image2 = 
| image3 = 
<!-- Start Multiple mode --> 
| group = 
| 1-1 = 
| 1-2 = 
| 1-3 = 
| group2 = 
| 2-1 = 
| 2-2 = 
| 2-3 = 
| group3 = 
| 3-1 = 
| 3-2 = 
| 3-3 = 
| group4 = 
| 4-1 = 
| 4-2 = 
| 4-3 = 
<!-- End Multiple mode -->
| durability = 
| rarity = 
| renewable = 
| stackable = 
| heals = 
| effects = 
}}

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 item (should be approx. 160x160px) {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
imageN Other images for multi-state items None
rarity The color of this item's name. See rarity for more info. Common
durability How durable the item is None
renewable Whether the item is renewable ?
stackable Stackable ?
heals Amount of hunger points restored None
effects Status effects given when consumed None
Parameter (multiple mode only) Function Default/Example value
multiple Whether to enter multiple mode. In this mode, multiple images can be present under the same tab. 0
group Group (tab) under which to put the image None
groupN Other tabs present None
1-n nth image under the first (default) tab None
N-n nth image under the Nth tab None

See also[edit source]

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


cs:Šablona:Item/doc de:Vorlage:Gegenstand/Dokumentation es:Plantilla:Objeto/doc fr:Modèle:Objet/doc ja:テンプレート:Item/doc nl:Sjabloon:Voorwerp/doc pl:Szablon:Przedmiot/opis pt:Predefinição:Item/doc ru:Шаблон:Предмет/док uk:Шаблон:Предмет/док