Difference between revisions of "Template:Item"

From CrawlWiki
Jump to: navigation, search
m (1 revision: importing templates from old_crawl wiki)
Line 7: Line 7:
 
! align="left" | Name
 
! align="left" | Name
 
| {{{name| {{{name}}}}}}
 
| {{{name| {{{name}}}}}}
 +
|-
 +
! align="left" | Icon
 +
| [[File:{{lc:{{PAGENAME}}.png}}|32px]]
 
|-
 
|-
 
! align="left" | Weight
 
! align="left" | Weight

Revision as of 18:02, 13 January 2013

Type {{{itemtype}}}
Name {{{name}}}
Icon 32px
Weight {{{weight}}} aum

Use this template for pages about specific items; 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
 |itemtype=ITEMTYPE
 |name=NAME
 |weight=WEIGHT
}}