Template:Infobox item: Difference between revisions
From The Blockheads Wiki
JarlPenguin (talk | contribs) (Created page with "{{#invoke:infobox|infobox | defaultimagesize = 160px | defaultimageclass = pixel-image | invimage = title | rows = {{infobox row|class=list-style-none|label={{#ifeq:{{NAMESPACE}}|Earth|Rarity|Rarity tier}}|field={{{rarity|Common}}} }} {{#if: {{{durability|}}} | {{infobox row|label=Durability|field={{{durability}}} }} }} {{#if: {{{armor|}}} | [[Armor::{{{armor}}}| ]]{{infobox row|label=Armor|field={{Armor|{{{armor}}}}} }} }}<includeonly>...") |
FloofyPlasma (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
| invimage = title | | invimage = title | ||
| rows = | | rows = | ||
{{infobox row|class=list-style-none|label= | {{infobox row|class=list-style-none|label =[[Main_page|Rarity]]|field=Common }} | ||
{{#if: {{{durability|}}} | {{infobox row|label=[[Durability]]|field={{{durability}}} }} }} | {{#if: {{{durability|}}} | {{infobox row|label=[[Durability]]|field={{{durability}}} }} }} | ||
{{#if: {{{armor|}}} | [[Armor::{{{armor}}}| ]]{{infobox row|label=[[Armor]]|field={{Armor|{{{armor}}}}} }} }}<includeonly> | {{#if: {{{armor|}}} | [[Armor::{{{armor}}}| ]]{{infobox row|label=[[Armor]]|field={{Armor|{{{armor}}}}} }} }}<includeonly> | ||
Revision as of 19:59, 6 August 2024
Lua error: mw.text.jsonDecode: Syntax error.
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 =
| armor =
}}
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 |
armor |
The armor value provided by this item when worn. Single number only. | 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
{{Infobox biome}}{{Infobox block}}{{Infobox command}}{{Infobox development phase}}{{Infobox effect}}{{Infobox enchantment}}{{Infobox entity}}{{Infobox fluid}}{{Infobox item}}{{Infobox item entity}}{{Infobox structure}}
- Minecraft Dungeons
{{Infobox Dungeons cosmetic}}{{Infobox Dungeons enchantment}}{{Infobox Dungeons entity}}{{Infobox Dungeons item}}{{Infobox Dungeons mission}}
- Minecraft Earth
- Minecraft Legends
{{Infobox Legends biome}}{{Infobox Legends entity}}{{Infobox Legends resource}}{{Infobox Legends mode}}{{Infobox Legends skin}}{{Infobox Legends structure}}
- Minecraft Story Mode
{{Infobox episode}}
- Other
{{Infobox add-on}}{{Infobox album}}{{Infobox book}}{{Infobox board game}}{{Infobox character}}{{Infobox company}}{{Fallback infobox}}{{Infobox guide}}{{Infobox mash-up}}{{Infobox music}}{{Infobox person}}{{Infobox profile}}{{Infobox program}}{{Infobox screen effect}}{{Infobox server}}{{Infobox skin pack}}{{Infobox theme}}{{Infobox version}}{{Infobox video}}{{Infobox website}}{{Infobox world}}
- Meta
{{Infobox}}{{Infobox row}}{{Infobox header}}- Module:Infobox
[view] [edit] [history] [refresh]The above documentation is transcluded from Template:Infobox item/doc.
