Difference between revisions of "Template:Item"
Jump to navigation
Jump to search
m (Pretty 'er up) |
|||
Line 28: | Line 28: | ||
Usage: | Usage: | ||
<pre> | <pre> | ||
{{ | {{Armor | ||
|name= ( | |name= <!-- The Name of this item (Optional) --> | ||
|image= | |image= <!-- The Image file of this item --> | ||
|type= | |type= <!-- The Type of item this is --> | ||
|durability= | |durability= <!-- The Durablity this item has --> | ||
|renewable= | |renewable= <!-- Is this item renewable? Yes/No --> | ||
|stackable= | |stackable= <!-- Is this item stackable? Yes/No --> | ||
|id= | |id= <!-- The ID of the item --> | ||
}} | }} | ||
</pre> | </pre> | ||
{{Item | {{Item | ||
| | |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 16: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" | |
---|---|
Type | Utility |
Durability | N/A |
Renewable | No |
Stackable | No |
ID | twilightforest:pocket_watch |