Difference between revisions of "Template:Item"

From The Twilight Forest Wiki
Jump to navigation Jump to search
m (Pretty 'er up)
Line 28: Line 28:
Usage:
Usage:
<pre>
<pre>
{{Item
{{Armor
|name= (optional, defaults to the article's title)
|name=       <!-- The Name of this item (Optional) -->
|image= (file.filetype)
|image=       <!-- The Image file of this item      -->
|type= (item type)
|type=       <!-- The Type of item this is        -->
|durability= (durability, defaults to N/A if none)
|durability= <!-- The Durablity this item has      -->
|renewable= (yes/no)
|renewable=   <!-- Is this item renewable? Yes/No  -->
|stackable= (yes/no)
|stackable=   <!-- Is this item stackable? Yes/No  -->
|id= (in-game id)
|id=         <!-- The ID of the item              -->
}}
}}
</pre>
</pre>


{{Item
{{Item
|style=
|name=Rabbit's Pocket Watch<br><small><small>"''It seems to always be running late''"</small></small>
|image=Pocket Watch.png
|type=Utility
|renewable=No
|stackable=No
|id=pocket_watch
}}
}}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 17:59, 5 June 2024


Usage:

{{Armor
|name=        <!-- The Name of this item (Optional) -->
|image=       <!-- The Image file of this item      -->
|type=        <!-- The Type of item this is         -->
|durability=  <!-- The Durablity this item has      -->
|renewable=   <!-- Is this item renewable? Yes/No   -->
|stackable=   <!-- Is this item stackable? Yes/No   -->
|id=          <!-- The ID of the item               -->
}}
Rabbit's Pocket Watch
"It seems to always be running late"
Pocket Watch.png
Type Utility
Durability N/A
Renewable No
Stackable No
ID twilightforest:pocket_watch