Difference between revisions of "Template:Item infobox"

From Isleward Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
<!-- categorize -->
 
<!-- categorize -->
 
[[Category:Items]]
 
[[Category:Items]]
{{#ifeq: {{lc:{{{type|}}}}}|crafting material|[[Category:Crafting materials]]}}
+
{{#switch: {{lc:{{{type|}}}}}
 +
<!-- material -->
 +
| crafting material = [[Category:Crafting materials]]
 +
<!-- usable -->
 +
| toy = [[Category:Toys]]
 +
| consumable = [[Category:Consumables]]
 +
| mount = <!--[[Category:Mounts]]-->
 +
<!-- cosmetic -->
 +
| pet =
 +
<!-- eq head -->
 +
<!-- eq neck -->
 +
<!-- eq chest -->
 +
<!-- eq hands -->
 +
<!-- eq finger -->
 +
<!-- eq waist -->
 +
<!-- eq legs -->
 +
<!-- eq feet -->
 +
<!-- eq trinket -->
 +
<!-- eq weapon -->
 +
<!-- eq offhand -->
 +
<!-- eq tool -->
 +
| fishing rod =
 +
| #default = [[Category:Items with unknown types]]
 +
}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
== Description ==
 
== Description ==

Revision as of 23:47, 31 May 2022

Description

Outlines an item page, including the title, infobox, description quote, etc. Sets SMW properties.

Usage

{{Item infobox
| name =
| icon =
| type =
| quality =
| level =
| description =
}}

Parameters

All parameters are optional.

name
Item name. Defaults to {{PAGENAME}}.
icon
Item icon filename. Defaults to File:<name>.png
type
Item type
quality
Item quality, one of Common, Magic, Rare, Epic, Legendary
level
Item level (if fixed)
description
Item in-game description.