Difference between revisions of "Template:Armour"

From CrawlWiki
Jump to: navigation, search
(Add semantic properties; Remove SH field.)
Line 30: Line 30:
 
|}{{#set:Armour AC={{{AC|0}}}
 
|}{{#set:Armour AC={{{AC|0}}}
 
|Encumbrance Rating={{{EV|0}}}
 
|Encumbrance Rating={{{EV|0}}}
|GDR={{{GDR|0}}}
+
|GDR={{#invoke:String|fix_gdr|{{{GDR|0}}}}}
 
|Armour maximum enchantment={{{maxenc|2}}}}}
 
|Armour maximum enchantment={{{maxenc|2}}}}}
  

Revision as of 19:50, 30 November 2013

Name some kind of armour
Weight  ? aum
Size to wear Any
Armour Class  ?
Encumbrance rating  ?
GDR  ?
Maximum Enchantment  ?
Grants nothing
Time to Wear  ?



Put this template at the top of every armour page. Call it like this:

{{armour
 |name        = 
 |weight      = 
 |AC          = 
 |EV          = 
 |GDR         =
 |maxenc      = 
 |size        = Small, Medium, Large, Big
 |grants      = 
 |weartime    =
}}