Difference between revisions of "Template:ShipInfo"
Jump to navigation
Jump to search
(Replaced content with "asdf 1234") Tag: Replaced |
|||
Line 1: | Line 1: | ||
− | + | <div class="infobox"> | |
+ | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
+ | <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
+ | <table>{{#if:{{{type|}}}|<tr> | ||
+ | <th>Type/th> | ||
+ | <td>{{{type}}}</td> | ||
+ | </tr>}}{{#if:{{{role|}}}|<tr> | ||
+ | <th>Role</th> | ||
+ | <td>{{{role}}}</td> | ||
+ | </tr>}}{{#if:{{{hullstrength|}}}|<tr> | ||
+ | <th>Hull Strength</th> | ||
+ | <td>{{{hullstrength}}}</td> | ||
+ | </tr>}}{{#if:{{{maxcargo|}}}|<tr> | ||
+ | <th>Max Cargo</th> | ||
+ | <td>{{{maxcargo}}}</td> | ||
+ | </tr>}}{{#if:{{{speed|}}}|<tr> | ||
+ | <th>Speed</th> | ||
+ | <td>{{{speed}}}</td> | ||
+ | </tr>}}</table> | ||
+ | </div> |
Revision as of 15:53, 6 November 2018
ShipInfo