Template:Costitem
From WoWWiki
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.
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
- Look-up through item page
{{costitem|1|Silken Thread}}: 1
{{costitem|1|SILKEN Thread}}: 1 [[Image:SILKEN Thread.png|16px|link=SILKEN Thread]]
- Look-up through disambiguated item page + apply caption
- Nonsense
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.
