Difference between revisions of "Template:UnitSidebar"
From 30 Minute Missions: Wargame
Line 8: | Line 8: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Core Type:</td><td>{{{ | <td>Core Type:</td><td>{{{CoreType|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 17: | Line 17: | ||
</tr>}} | </tr>}} | ||
<tr> | <tr> | ||
<td>Service History:</td><td>{{{ | <td>Service History:</td><td>{{{ServiceHistory|}}}</td> | ||
</tr> | </tr> | ||
{{#if:{{{ | {{#if:{{{CurrentPilot|}}}| | ||
<tr> | <tr> | ||
<td>Current Pilot(s):</td><td>{{{ | <td>Current Pilot(s):</td><td>{{{CurrentPilot|}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{PastPilots|}}}| | ||
<tr> | <tr> | ||
<td>Past Pilot(s):</td><td>{{{ | <td>Past Pilot(s):</td><td>{{{PastPilots|}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
Line 36: | Line 36: | ||
=== Usage === | === Usage === | ||
<pre> | <pre> | ||
{{UnitSidebar | |||
| Name = | |||
| UnitImg = | |||
| UnitType = | |||
| CoreType = | |||
| Classification = | |||
| Manufacturer = | |||
| ServiceHistory = | |||
| CurrentPilot = | |||
| PastPilots = | |||
}} | |||
</pre> | </pre> | ||
Revision as of 13:58, 22 September 2021
UnitSidebar
Unit Type: | |
Core Type: | |
Classification: | |
Service History: |
Usage
{{UnitSidebar | Name = | UnitImg = | UnitType = | CoreType = | Classification = | Manufacturer = | ServiceHistory = | CurrentPilot = | PastPilots = }}