Template:Weapon: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				mNo edit summary  | 
				||
| Line 1: | Line 1: | ||
<  | <table>class="wikitable" style="width: 95%;"</noinclude>  | ||
<tr>colspan=7 style="text-align:left; font-size:110%;"<th>{{{weapon}}}</th></tr>  | |||
<tr><td rowspan=2>{{#switch: {{{type}}} | M = [[File:Melee_icon.jpg|50px]]| R= [[File:Ranged_icon.jpg|50px]] | icon }}</td>  | |||
<th style="text-align:center;"> RNG </th>  | |||
<th style="text-align:center;"> ROF </th>  | |||
<th style="text-align:center;"> AOE </th>  | |||
<th style="text-align:center;"> POW </th>  | |||
<th style="text-align:center;"> LOCATION </th>  | |||
<tr>  | |||
<td style="text-align:center; font-size:90%;">{{{rng}}}</td>  | |||
<td style="text-align:center; font-size:90%;">{{{rof}}}</td>  | |||
<td style="text-align:center; font-size:90%;">{{{aoe}}}</td>  | |||
<td style="text-align:center; font-size:90%;">{{{pow}}}</td>  | |||
<td style="text-align:center; font-size:90%;">{{{loc}}}</td>  | |||
</tr>  | |||
<tr><td colspan=8>{{{abilities}}}</td></tr>  | |||
</table>  | |||
<  | |||
<includeonly>[[Category:{{{weapon}}}]]</includeonly>  | <includeonly>[[Category:{{{weapon}}}]]</includeonly>  | ||
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}}} | |||||||
Instructions
Each model will need a weapon box. Open it using the following:
- {| class="wikitable" style="width: 95%;"
 
After opening, paste the following block for each weapon.
- {{Weapon | weapon= WeaponName | type = M | rng = 2 | rof = - | aoe = - | pow = 9 | loc = Left | abilities = {{Ability1}} {{Ability2}} {{Ability3}}}}
 
Or, for a ranged weapon,
- {{Weapon | weapon= WeaponName | type = R | rng = 2 | rof = 3 | aoe = 4 | pow = 9 | loc = - | abilities = - }}
 
Then close the whole thing with
- |}