Difference between revisions of "Template:Item-noicon"
CommanderC (talk | contribs) (Created page with "<div style="margin: 1.4em; margin-top:0; margin-right:0; padding: 0px; float: right; border:none;"> {| class="prettytable" style="border:none; margin:0; padding:0; width:18em;" |...") |
(Remove weight from template call example too) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
! align="left" | Name | ! align="left" | Name | ||
| {{{name| {{{name}}}}}} | | {{{name| {{{name}}}}}} | ||
− | |||
− | |||
− | |||
|} | |} | ||
</div><includeonly>[[Category:{{{itemtype}}}]]</includeonly><noinclude> | </div><includeonly>[[Category:{{{itemtype}}}]]</includeonly><noinclude> | ||
Line 32: | Line 29: | ||
|itemtype=''ITEMTYPE'' | |itemtype=''ITEMTYPE'' | ||
|name=''NAME'' | |name=''NAME'' | ||
− | |||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 02:52, 27 March 2015
Type | {{{itemtype}}} |
---|---|
Name | {{{name}}} |
Use this template for pages about specific items, when you don't want to show the icon corresponding to that item; Most of the time you should be using Template:Item instead of this. Put it at the top of every such page. ITEMTYPE should correspond to the groupings on the inventory screen, and be one of:
- Weapon
- Missile
- Armour
- Wand
- Comestible
- Scroll
- Jewellery
- Potion
- Book
- Staff
- Rod
- Orb (Orb of Zot only)
- Miscellaneous item
Call the template like this:
{{item-noicon |itemtype=ITEMTYPE |name=NAME }}