Difference between revisions of "Template:Weapon"

From CrawlWiki
Jump to: navigation, search
(More semantic properties)
Line 9: Line 9:
 
|-
 
|-
 
! align="left" | Skill
 
! align="left" | Skill
| [[{{{skill}}}]] {{{skill2|}}}
+
| [[Weapon skill::[[{{{skill}}}]]]]
 
|-
 
|-
 
! align="left" | [[Weapon_damage|Damage]]
 
! align="left" | [[Weapon_damage|Damage]]

Revision as of 19:48, 15 August 2013

Name {{{name}}}
Weight {{{weight}}} aum
Skill [[Weapon skill::[[{{{skill}}}]]]]
Damage {{{damage}}}
Accuracy {{{accuracy}}}
Base delay (%) {{{basedelay}}}
Min delay {{{mindelay}}}
Hands {{{hands}}}
Size {{{size}}}
Ranged? {{{ranged}}}

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

{{weapon
 |name        = 
 |weight      = 
 |skill       = 
 |skill2      = optional
 |damage      = 
 |accuracy    = 
 |basedelay   =
 |mindelay    =
 |hands       = One, Half, Double, Two
 |size        = Small, Medium, Large, Big
 |ranged      = "<missile> required" or "Throwable"
 |damtype     = Piercing, Slashing, Slicing, Stabbing, Chopping, Crushing
}}