|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| <includeonly>{{#switch:{{lc:{{{1|}}}}}|no categories = |nc = |#default = [[Category:Weapons]]{{#if:{{{type|}}}|[[Category:{{#switch:{{lc:{{{type}}}}}|axe = Axes|club = Clubs|dagger = Daggers|great axe = Great Axes|great sword = Great Swords|polearm = Polearms|scythe = Scythes|staff = Staves|sword = Swords|string instrument = String Instruments|wind instrument = Wind Instruments|fishing tackle = Fishing||#default = {{{type}}}}}]]}}}}</includeonly>{{#if:{{{image|}}}|[[File:{{{image}}}|{{{image size|100px}}}|thumb|{{{image caption|}}}]]|}}
| | Delete |
| {|style="border: 0px" cellspacing="0" cellpadding="0"
| |
| |'''{{{name|{{ucfirst:{{lc:{{PAGENAME}}}}}}}}}'''
| |
| |rowspan="2" align="right" valign="top" style="padding: 0px 0px 0px 5px; margin: 0px"|{{#if:{{{tags|}}}|{{{tags}}}|}}
| |
| |-
| |
| [[Category:Templates|{{PAGENAMEE}}]]
| |
| ==Usage==
| |
| <pre>
| |
| {{Weapon
| |
| | name =
| |
| | tags =
| |
| | type =
| |
| | races =
| |
| | description =
| |
| | damage =
| |
| | delay =
| |
| | stats =
| |
| | level =
| |
| | jobs =
| |
| | charges =
| |
| | use delay =
| |
| | recast =
| |
| | stackable =
| |
| | image =
| |
| | image caption =
| |
| | image size =
| |
| }} </pre>
| |