Template:Item: Difference between revisions
Jump to navigation
Jump to search
m (no durability. use Template:Gear for that.) |
(Adding consistency from Block -> Item templates. Removed "Type" as an option as Armor/Tool/Gear as all do not need stackable nor renewable tags, and I can't be fucked to learn how to make ? cases in html/css (Netherite gear is not renewable, therefore the Voidscape gear is not as well. Likewise as to stackablity).) |
||
Line 6: | Line 6: | ||
|- | |- | ||
! | !Stackable | ||
|{{{ | |{{{stackable|Yes}}} | ||
|- | |- | ||
!Renewable | !Renewable | ||
|{{{renewable| | |{{{renewable|No}}} | ||
|- | |- | ||
Line 27: | Line 23: | ||
<pre> | <pre> | ||
{{Item | {{Item | ||
|name= ( | |name= Optional (Defaults to the Page Title) | ||
|image= | |image= [[image:FileLink.png]] | ||
| | |stackable= Is the item stackable? (Yes/No) | ||
|renewable= | |renewable= Can the item be obtained infinitely? (Yes/No) | ||
|id= In-Game ID (Use F3 + H for In-Game Tooltips)(See also: Template:Modid) | |||
|id= ( | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 14:22, 13 November 2023
Item | |
---|---|
Stackable | Yes |
Renewable | No |
ID |
Template for creating pages on Items. By definition, an Item is an object that exclusively exists in the inventory.
Usage:
{{Item |name= Optional (Defaults to the Page Title) |image= [[image:FileLink.png]] |stackable= Is the item stackable? (Yes/No) |renewable= Can the item be obtained infinitely? (Yes/No) |id= In-Game ID (Use F3 + H for In-Game Tooltips)(See also: Template:Modid) }}