Template:Infobox item: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Rewritten to cleaner, prettier DIV powered format
No edit summary
 
(180 intermediate revisions by 47 users not shown)
Line 1: Line 1:
{{infobox common
{{#invoke:infobox|infobox
| imagearea =
| defaultimagesize = 160px
[[File:{{{image|No image.png}}}|150px|center]]
| defaultimageclass = pixel-image
{{#if:{{{invimage|}}}|[[File:{{{invimage}}}|36px|center]]}}
| invimage = title
| rows =
| rows =
{{infobox row|label=Type|field={{{type|?}}}}}
{{infobox row|class=list-style-none|label={{#ifeq:{{NAMESPACE}}|Earth|[[MCE:Rarity|Rarity]]|[[minecraft:Rarity|Rarity color]]}}|field={{{rarity|Common}}} }}
{{infobox row|label=Durability|field={{{durability|None}}}}}
{{#if: {{{durability|}}} | {{infobox row|label=[[Durability]]|field={{{durability}}} }} }}<includeonly>
{{infobox row|label=Stackable|field={{{stackable|?}}}}}
{{infobox row|label=[[minecraft:Renewable resource|Renewable]]|field={{ #if: {{{renewable|}}} | {{{renewable}}} | ? {{#if:{{{nocat|}}}||[[Category:Missing renewability]]}} }} }}
{{infobox row|label=[[Data_Values|Data value]]{{#if:{{{data2|}}}|s|}}|field={{{data|{{#if:{{{datadec|}}}|<!--
{{infobox row|label=Stackable|field={{ #if: {{{stackable|}}} | {{{stackable}}} | ? {{#if:{{{nocat|}}}||[[Category:Missing stackability]]}} }} }}</includeonly>
 
{{ #if: {{{heals|}}} | {{infobox row|label=[[Food|Restores]]|field={{{heals}}} }} }}
---->|{{#if:{{{data1name|}}}|'''{{{data1name|}}}'''<br />| }}<!--
{{ #if: {{{effects|}}} | {{infobox row|label=[[Status effect]]s|field={{{effects}}} }} }}
----><sub>dec:</sub> {{{data1|00}}} <sub>hex:</sub> {{dec-hex|{{{data1|00}}} }}<br /><!--
 
The optional second data value.
 
---->{{#if:{{{data2|}}}|<!--
------>{{#if:{{{data2name|}}}|'''{{{data2name|}}}'''<br />| }}<!--
------><sub>dec:</sub> {{{data2}}} <sub>hex:</sub> {{dec-hex|{{{data2}}} }}<!--
---->|}}<!--
-->}} }}} }}
}}<noinclude>
}}<noinclude>
==Usage==
<!-- categories/interwikis on the /doc subpage, not here -->
'''These usage notes will not be included in articles bearing this template.'''<p></p>
{{Documentation}}
This template provides a uniform design for useable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead. <pre>
</noinclude>
{{Item
|image=
|invimage=
|type=
|durability=
|stackable=
|data1name=
|data1=
|data2name=
|data2=
}}</pre>
 
{| class=grid
! Parameter
! Function
! Default value
|-
| <code>name</code> || Only needed to change the name from the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
|-
| <code>image</code> || Image of the item (Should be 150x150px) || [[:File:No image.png|No image.png]]
|-
| <code>invimage</code> || Image for object in inventory (Should be 36x36px) || ''None''
|-
| <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ?
|-
| <code>durability</code> || How durable the item is || None
|-
| <code>stackable</code> || Stackable || ?
|-
| <code>data1name</code> || If using multiple data values, specify a name || ''None''
|-
| <code>data1</code> || Decimal Data Value 1 || 00
|-
| <code>data2name</code> || Data 2's name || ''None''
|-
| <code>data2</code> || Decimal Data Value 2 || ''None''
|}
 
[[Category:Templates]]</noinclude>

Latest revision as of 12:52, 30 April 2025

Infobox item
Rarity color

Common

Documentation[view] [edit] [history] [refresh]

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

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

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

[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Infobox item/doc.