Difference between revisions of "Template:Item-noicon"

From CrawlWiki
Jump to: navigation, search
(Remove weight - it's obsolete since 0.15)
(Remove weight from template call example too)
 
Line 29: Line 29:
 
   |itemtype=''ITEMTYPE''
 
   |itemtype=''ITEMTYPE''
 
   |name=''NAME''
 
   |name=''NAME''
  |weight=''WEIGHT''
 
 
  <nowiki>}}</nowiki>
 
  <nowiki>}}</nowiki>
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 03: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
}}