Difference between revisions of "Template:UnitSidebar"

From 30 Minute Missions: Wargame
Line 5: Line 5:
<table class="infobox-table">
<table class="infobox-table">
<tr>
<tr>
<td>Unit Type:</td><td>{{{UnitType|}}}</td>
<th>Unit Type:</th><td>{{{UnitType|}}}</td>
</tr>
</tr>
<tr>
<tr>
<td>Core Type:</td><td>{{{CoreType|}}}</td>
<th>Core Type:</th><td>{{{CoreType|}}}</td>
</tr>
</tr>
<tr>
<tr>
<td>Classification:</td><td>{{{Classification|}}}</td>
<th>Classification:</th><td>{{{Classification|}}}</td>
</tr>
</tr>
{{#if:{{{Manufacturer|}}}|<tr>
{{#if:{{{Manufacturer|}}}|<tr>
<td>Manufacturer(s):</td><td>{{{Manufacturer|}}}</td>
<th>Manufacturer(s):</th><td>{{{Manufacturer|}}}</td>
</tr>}}
</tr>}}
<tr>
<tr>
{{#if:{{{ServiceHistory|}}}|<td>Service History:</td><td>{{{ServiceHistory|}}}</td>
{{#if:{{{ServiceHistory|}}}|<tdhService History:</th><td>{{{ServiceHistory|}}}</td>
</tr>}}
</tr>}}
{{#if:{{{CurrentPilot|}}}|
{{#if:{{{CurrentPilot|}}}|
<tr>
<tr>
<td>Current Pilot(s):</td><td>{{{CurrentPilot|}}}</td>
<th>Current Pilot(s):</th><td>{{{CurrentPilot|}}}</td>
</tr>
</tr>
}}
}}
{{#if:{{{PastPilots|}}}|
{{#if:{{{PastPilots|}}}|
<tr>
<tr>
<td>Past Pilot(s):</td><td>{{{PastPilots|}}}</td>
<th>Past Pilot(s):</th><td>{{{PastPilots|}}}</td>
</tr>
</tr>
}}
}}

Revision as of 15:51, 22 September 2021

UnitSidebar
Unit Type:
Core Type:
Classification:


Usage

{{UnitSidebar
| Name =
| UnitImg =
| UnitType =
| CoreType = 
| Classification =
| Manufacturer =
| ServiceHistory =
| CurrentPilot =
| PastPilots =
}}

Parameters