Difference between revisions of "Template:Item-noicon"

From CrawlWiki
Jump to: navigation, search
(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 - it's obsolete since 0.15)
Line 7: Line 7:
 
! align="left" | Name
 
! align="left" | Name
 
| {{{name| {{{name}}}}}}
 
| {{{name| {{{name}}}}}}
|-
 
! align="left" | Weight
 
| {{{weight}}} aum
 
 
|}
 
|}
 
</div><includeonly>[[Category:{{{itemtype}}}]]</includeonly><noinclude>
 
</div><includeonly>[[Category:{{{itemtype}}}]]</includeonly><noinclude>

Revision as of 03:51, 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
 |weight=WEIGHT
}}