Template:Infobox item: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{#invoke:infobox|infobox
<includeonly>{{#invoke:infobox|infobox
| rows =
| rows =
{{#if: {{{gravity|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{gravity}}} }} }}
{{#if: {{{dirt|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{dirt}}} }} }}
{{#if: {{{sunlight|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{sunlight}}} }} }}
{{#if: {{{firstver|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{firstver}}} }} }}
{{#if: {{{firstdev|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{firstdev}}} }} }}
{{#if: {{{multiplevers|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{multiplevers}}} }} }}
{{#if: {{{sounds|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{sounds}}} }} }}
{{#if: {{{drops|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{drops}}} }} }}
{{#if: {{{experience|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{experience}}} }} }}
{{#if: {{{availability|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{availability}}} }} }}
{{#if: {{{otherosonly|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{otherosonly}}} }} }}
{{#if: {{{fluidspeed|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{fluidspeed}}} }} }}
{{#if: {{{movespeed|}}} | {{infobox row|label=THIS INFOBOX IS LIKELY OUTDATED[[Category:Infobox uses deprecated parameters]]|field={{{movespeed}}} }} }}
{{#if: {{{notes|}}} | {{infobox row|label=Does anything still use notes?[[Category:Infobox uses deprecated parameters]]|field={{{notes}}} }} }}
{{#ifeq: {{lc: {{{rarity|}}} }} | no || {{infobox row|class=list-style-none|label=[[Rarity]]|field={{ucfirst:{{{rarity|Common}}}}} }} }}
{{#ifeq: {{lc: {{{rarity|}}} }} | no || {{infobox row|class=list-style-none|label=[[Rarity]]|field={{ucfirst:{{{rarity|Common}}}}} }} }}
{{#if: {{{durability|}}} | {{infobox row|label=[[Item durability|Durability]]|field={{{durability}}} }} }}
{{#if: {{{durability|}}} | {{infobox row|label=[[Item durability|Durability]]|field={{{durability}}} }} }}

Revision as of 18:41, 6 March 2020

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

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.