Template:WeaponSidebar: Difference between revisions

From 30 Minute Missions: Wargame
No edit summary
Tag: Reverted
reverting to old version before shenanigans
Tag: Manual revert
 
Line 2: Line 2:
<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"><section begin="Image" />[[File:Filename.{{{WeaponImg}}}|225px]]<section end="Image" /></div>}}
<div class="infobox-image">[[File:Filename.{{{WeaponImg}}}|225px]]</div>}}
<table class="infobox-table">
<table class="infobox-table">
<tr>
<tr>
<th>Durability:</th><td><section begin="Durability" />{{{Durability|}}}<section end="Durability" /></td>
<th>Durability:</th><td>{{{Durability|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th>Range:</th><td><section begin="Range" />{{{Range|}}}<section end="Range" /></td>
<th>Range:</th><td>{{{Range|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th>Base Damage:</th><td><section begin="BaseDamage" />{{{BaseDamage|}}}<section end="BaseDamage" /></td>
<th>Base Damage:</th><td>{{{BaseDamage|}}}</td>
</tr>
</tr>
<th>Action Point Cost:</th><td><section begin= "AP" />{{{AP|}}}<section end="AP" /></td>
<th>Action Point Cost:</th><td>{{{AP|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th>Damage Type:</th><td><section begin="DamageType" />{{{DamageType|}}}<section end="DamageType" /></td>
<th>Damage Type:</th><td>{{{DamageType|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th>System:</th><td><section begin="System" />{{{System|}}}<section end="System" /></td>
<th>System:</th><td>{{{System|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th>Tags:</th><td><section begin= "Tags" />{{{Tags|}}}<section end="Tags" /></td>
<th>Tags:</th><td>{{{Tags|}}}</td>
</tr>
</tr>
<tr>
<tr>
<th>Deployment Cost:</th><td><section begin="DeploymentCost" />{{{DeploymentCost|}}}<section end="DeploymentCost" /></td>
<th>Deployment Cost:</th><td>{{{DeploymentCost|}}}</td>
</tr>
</tr>
</table>
</table>

Latest revision as of 00:50, 26 April 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 =
}}