Template:WeaponSidebar: Difference between revisions

From 30 Minute Missions: Wargame
No edit summary
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{#if:{{{Name|}}}|{{{Name}}}|{{PAGENAME}}}}}}}</div>
<div class="infobox-title">{{{title|{{#if:{{{Name|}}}|{{{Name}}}|{{PAGENAME}}}}}}}</div>
{{#if:{{{WeaponImg|}}}|
{{#if:{{{WeaponImg|}}}|
<div class="infobox-image">[[File:{{{WeaponImg}}}|225px]]</div>}}
<div class="infobox-image">[[File:Filename.{{{WeaponImg}}}|225px]]</div>}}
<table class="infobox-table">
<table class="infobox-table">
<tr>
<tr>
Line 26: Line 28:
<tr>
<tr>
<th>Deployment Cost:</th><td>{{{DeploymentCost|}}}</td>
<th>Deployment Cost:</th><td>{{{DeploymentCost|}}}</td>
</tr>}}
</tr>
</table>
</table>
</div>
</div>
Line 32: Line 34:




 
<noinclude>
<pre>
<pre>
{{WeaponSidebar
{{WeaponSidebar
Line 47: Line 49:
}}
}}
</pre>
</pre>
[[Category:Template]]</noinclude>
[[Category:Weapons]]

Latest revision as of 17:49, 1 May 2026


WeaponSidebar
Durability:
Range:
Base Damage:
Action Point Cost:
Damage Type:
System:
Tags:
Deployment Cost:


{{WeaponSidebar
| Name =
| WeaponImg =
| Durability =
| Range =
| BaseDamage =
| AP =
| DamageType =
| System =
| Tags =
| DeploymentCost =
}}