Contents |
A single-item implementation of {{cost}}, linking icon to item page. Note that this is designed only for actual items. For gold/honor points/achievement points/arena points, use cost.
- Note
- If the item page for the currency item you want to use doesn't exist, please use {{cost}} instead like this:
{{cost|<cost=>|<name=item_name>|<icon=icon_image>}}
- Use
|icon=inv_misc_questionmark.pngif you don't know the icon image
Syntax
- {{costitem|<Numeric count>|<Item page name>|<Display name/desired link>}}
The third parameter is optional and should only be supplied if it differs from the second.
Examples
- Hardcoded item name/icon resolution
{{costitem|1|Alterac Valley Mark of Honor}}: 1
{{costitem|1|Alterac VALLEY mark OF Honor}}: 1 [[File:Alterac VALLEY mark OF Honor.png|Alterac VALLEY mark OF Honor|16px|link=Alterac VALLEY mark OF Honor]]
- Look-up through item page
{{costitem|1|Silken Thread}}: 1
{{costitem|1|SILKEN Thread}}: 1 [[File:SILKEN Thread.png|SILKEN Thread|16px|link=SILKEN Thread]]
- Look-up through disambiguated item page + apply caption
- Nonsense
{{costitem}}: 1
{{costitem|q}}: q


{{costitem|q|}}: q


{{costitem|q|Bad Item}}: q [[File:Bad Item.png|Bad Item|16px|link=Bad Item]]
Conclusion: if not using an item that has been hard-coded into the template, use proper capitalization and make sure the item page implements {{tooltip}} correctly.
- If item page doesn't exist
{{cost|cost=1|icon=inv_misc_questionmark.png|name=Missing item}}: 1


See also
- {{cost}}