Template:Weapon: Difference between revisions

From Warma-wiki
Jump to navigation Jump to search
mNo edit summary
Line 21: Line 21:


<noinclude>
<noinclude>
==Instructions==
Each model will need a weapon box. Open it using the following:
* <nowiki>{| class="wikitable" style="width: 95%;"</nowiki>
After opening, paste the following block for each weapon.
* <nowiki>
{{Weapon
| weapon= WeaponName
| type = M
| rng  = 2
| rof = -
| aoe = -
| pow  = 9
| loc = Left
| abilities = {{Ability1}} {{Ability2}} {{Ability3}}}}
</nowiki>
Or, for a ranged weapon,
* <nowiki>
{{Weapon
| weapon= WeaponName
| type = R
| rng  = 2
| rof = 3
| aoe = 4
| pow  = 9
| loc = -
| abilities = -
}}
</nowiki>
Then close the whole thing with
* <nowiki> |} </nowiki>

Revision as of 18:15, 28 January 2024

class="wikitable" style="width: 95%;" colspan=7 style="text-align:left; font-size:110%;"
{{{weapon}}}
icon  RNG   ROF   AOE   POW   LOCATION 
{{{rng}}} {{{rof}}} {{{aoe}}} {{{pow}}} {{{loc}}}
{{{abilities}}}