Template:Item: Difference between revisions
Jump to navigation
Jump to search
Create: Minecraft Mod Wiki>Joker876 No edit summary |
BoxWithout (talk | contribs) m 15 revisions imported |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
<default>{{PAGENAME}}.png</default> | <default>{{PAGENAME}}.png</default> | ||
</image> | </image> | ||
<data source="slot"> | |||
<format>{{#ifeq:{{{slot|}}}|none||{{{slot}}}}}</format> | |||
<default>{{Mainonly|{{Slot|{{PAGENAME}}}}}}</default> | |||
</data> | |||
<data source="type"> | <data source="type"> | ||
<label>Type</label> | <label>Type</label> | ||
</data> | </data> | ||
<data source="rarity"> | <data source="rarity"> | ||
<label> | <label>{{MC|Rarity}}</label> | ||
</data> | </data> | ||
<data source="durability"> | <data source="durability"> | ||
<label> | <label>{{MC|Item_Durability|Durability}}</label> | ||
</data> | </data> | ||
<data source="renewable"> | <data source="renewable"> | ||
<label>[[Renewable | <label>{{MC|Renewable resource|Renewable}}</label> | ||
<default>[[Category:Missing renewability]]</default> | <format>{{{renewable}}}{{#switch:{{lc:{{{renewable}}}}} | ||
|no=[[Category:Non-renewable resources]] | |||
|yes=[[Category:Renewable resources]] | |||
|#default=[[Category:Items with invalid renewability]] | |||
}}</format> | |||
<default>?{{Mainonly|[[Category:Missing renewability]]}}</default> | |||
</data> | </data> | ||
<data source="stackable"> | <data source="stackable"> | ||
<label>Stackable</label> | <label>Stackable</label> | ||
<default>[[Category:Missing stackability]]</default> | <default>?{{Mainonly|[[Category:Missing stackability]]}}</default> | ||
</data> | </data> | ||
<data source="restores"> | <data source="restores"> | ||
<label> | <label>{{Mc|Food|Restores}}</label> | ||
<format>{{Hunger|{{{restores|}}}}}</format> | |||
</data> | |||
<data source="effects"> | |||
<label>{{MC|Status_effect|Status effects}}</label> | |||
</data> | </data> | ||
</infobox | </infobox><noinclude>{{Documentation}}</noinclude> |
Latest revision as of 21:33, 14 February 2025
Description[edit source]
To use this template, add the {{Item}}
template and fill in the appropriate fields. Fields left blank will not appear in articles. This infobox template uses Fandom's infobox syntax.
Syntax[edit source]
Parameter | R? | Type | Description | Default |
---|---|---|---|---|
title |
No | ![]() ![]() |
The title of the infobox. | {{PAGENAME}} |
image |
No | ![]() ![]() |
The image. | {{PAGENAME}} .png |
slot |
No | ![]() ![]() |
The item(s) in the slot underneath the image. Set to none to remove. Accepts any input. |
{{Slot| |
type |
No | ![]() ![]() |
The type of the item. Example inputs are "Material", "Tool", "Food", etc. | Item |
rarity |
No | ![]() ![]() |
The Rarity of the item. | |
durability |
No | ![]() ![]() |
The durability of the item, if applicable. | |
renewable |
Yes | ![]() ![]() |
Whether or not the item is Renewable. | ? |
stackable |
Yes | ![]() ![]() |
Whether or not the item is Stackable. Accepts inputs such as Yes (64) . |
? |
restores |
No | ![]() ![]() |
The amount of Hunger restored by the food item, if applicable. | |
effects |
No | ![]() ![]() |
The Status effects given upon consuming the food item, if applicable. |
[view | edit | history | purge]The above documentation is transcluded from Template:Item/doc.