Template:ShipInfobox: Difference between revisions

From Galaxy Attack: Alien Shooter Wiki
m (Campbell moved page Template:Infobox to Template:ShipInfobox without leaving a redirect)
No edit summary
Line 3: Line 3:
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{shipnum|}}}|<tr>
<table>{{#if:{{{shipnum|}}}|<tr>
     <th>Ship Number</th>
     <th>Ship Number: </th>
     <td>{{{shipnum}}}</td>
     <td>{{{shipnum}}}</td>
</tr>}}{{#if:{{{rating|}}}|<tr>
</tr>}}{{#if:{{{rating|}}}|<tr>
     <th>Rating</th>
     <th>Rating: </th>
     <td>{{{rating}}}</td>
     <td>{{{rating}}}</td>
</tr>}}{{#if:{{{features|}}}|<tr>
</tr>}}{{#if:{{{features|}}}|<tr>
     <th>Features</th>
     <th>Features: </th>
     <td>{{{features}}}</td>
     <td>{{{features}}}</td>
</tr>}}{{#if:{{{cost|}}}|<tr>
</tr>}}{{#if:{{{cost|}}}|<tr>
     <th>Cost</th>
     <th>Cost: </th>
     <td>{{{cost}}}</td>
     <td>{{{cost}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{param5|}}}|<tr>

Revision as of 16:15, 6 August 2021

ShipInfobox