Template:Item: Difference between revisions

From Voidscape
Jump to navigation Jump to search
(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).)
m (Removed defaults, whoops)
Line 7: Line 7:
|-
|-
!Stackable
!Stackable
|{{{stackable|Yes}}}
|{{{stackable|}}}


|-
|-
!Renewable
!Renewable
|{{{renewable|No}}}
|{{{renewable|}}}


|-
|-

Revision as of 14:23, 13 November 2023

Item
Stackable
Renewable
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)
}}