Difference between revisions of "Template:ShipInfo"
Jump to navigation
Jump to search
(35 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{{image}}}|150px]]</div>}} | <div class="infobox-image">[[File:{{{image}}}|150px]]</div>}} | ||
+ | |||
+ | <center><h2><span>Info</span></h2></center> | ||
+ | |||
<table> | <table> | ||
Line 17: | Line 20: | ||
<th>Hull Strength</th> | <th>Hull Strength</th> | ||
<td>{{{Hull Strength}}}</td> | <td>{{{Hull Strength}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Speed|}}}|<tr> | ||
+ | <th>Speed</th> | ||
+ | <td>{{{Speed}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Turn Rate|}}}|<tr> | ||
+ | <th>Turn Rate</th> | ||
+ | <td>{{{Turn Rate}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Armament|}}}|<tr> | ||
+ | <th>Armament</th> | ||
+ | <td>{{{Armament}}}</td> | ||
</tr>}} | </tr>}} | ||
Line 24: | Line 42: | ||
</tr>}} | </tr>}} | ||
− | {{#if:{{{ | + | {{#if:{{{ShipOther|}}}|<tr> |
− | <th> | + | <th>Round Shot Storage</th> |
− | <td>{{{ | + | <td>{{{ShipOther}}}</td> |
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{CP|}}}|<tr> | ||
+ | <th>Command Cost</th> | ||
+ | <td>{{{CP}}}</td> | ||
</tr>}} | </tr>}} | ||
− | |||
− | {{#if:{{{ | + | </table> |
+ | |||
+ | <center><h2><span>Requirements</span></h2></center> | ||
+ | |||
+ | <table> | ||
+ | |||
+ | {{#if:{{{Metal|}}}|<tr> | ||
<th>Metal</th> | <th>Metal</th> | ||
<td>{{{Metal}}}</td> | <td>{{{Metal}}}</td> | ||
</tr>}} | </tr>}} | ||
+ | |||
+ | {{#if:{{{Wood|}}}|<tr> | ||
+ | <th>Wood</th> | ||
+ | <td>{{{Wood}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Doubloons|}}}|<tr> | ||
+ | <th>Doubloons</th> | ||
+ | <td>{{{Doubloons}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Level|}}}|<tr> | ||
+ | <th>Level</th> | ||
+ | <td>{{{Level}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Other|}}}|<tr> | ||
+ | <th>Other</th> | ||
+ | <td>{{{Other}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | <table> | ||
+ | |||
+ | |||
+ | {{#if:{{{Variants|}}}|<center><h2><span>Variants</span></h2></center>}} | ||
+ | |||
+ | <table style="display:{{#if:{{{Variants|}}}|table|none}}"> | ||
+ | |||
+ | {{#if:{{{Hauler Variant|}}}|<tr> | ||
+ | <th>Hauler Variant</th> | ||
+ | <td>{{{Hauler Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Interceptor Variant|}}}|<tr> | ||
+ | <th>Interceptor Variant</th> | ||
+ | <td>{{{Interceptor Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Elite Interceptor Variant|}}}|<tr> | ||
+ | <th>Elite Interceptor Variant</th> | ||
+ | <td>{{{Elite Interceptor Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Brawler Variant|}}}|<tr> | ||
+ | <th>Brawler Variant</th> | ||
+ | <td>{{{Brawler Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Racer Variant|}}}|<tr> | ||
+ | <th>Racer Variant</th> | ||
+ | <td>{{{Racer Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Sentinel Variant|}}}|<tr> | ||
+ | <th>Sentinel Variant</th> | ||
+ | <td>{{{Sentinel Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Classic Variant|}}}|<tr> | ||
+ | <th>Classic Variant</th> | ||
+ | <td>{{{Classic Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Sails Variant|}}}|<tr> | ||
+ | <th>Sails Variant</th> | ||
+ | <td>{{{Sails Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Raider Variant|}}}|<tr> | ||
+ | <th>Raider Variant</th> | ||
+ | <td>{{{Raider Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{Bombard Variant|}}}|<tr> | ||
+ | <th>Bombard Variant</th> | ||
+ | <td>{{{Bombard Variant}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | |||
</table> | </table> | ||
</div> | </div> |
Latest revision as of 18:34, 10 May 2024
ShipInfo