Template:Shipbox: Difference between revisions
Siege Heart (talk | contribs) No edit summary |
Siege Heart (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<div id="shipbox" style="width: 40%; background-color:#212529; color:white; font-size:16px; text-align:left; padding:4px;"> | <div id="shipbox" style="width: 40%; background-color:#212529; color:white; font-size:16px; text-align:left; padding:4px; float:left; margin-right:20px;"> | ||
<table class="column" width="100%"> | <table class="column" width="100%"> | ||
<tr style="border-top:1px solid yellow;"> | <tr style="border-top:1px solid yellow;"> | ||
| Line 51: | Line 51: | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | |||
<div id="shipbox" style="width: 40%; background-color:#212529; color:white; font-size:16px; text-align:left; padding:4px; float:left;"> | |||
<table class="column" width="100%"> | |||
<tr style="border-top:1px solid yellow;"> | |||
<th text-align="left">'''Stat'''</th> | |||
<th text-align="left">'''Value'''</th> | |||
</tr> | |||
<tr style="border-top:1px solid white;"> | |||
<td>Evasion Rating</td> | |||
<td>{{{EvasionRating}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Damage Reduction</td> | |||
<td>{{{Damage Reduction}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Defense</td> | |||
<td>{{{Defense}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Hack Rating/td> | |||
<td>{{{HackRating}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Heat Resistance</td> | |||
<td>{{{HR}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Intel</td> | |||
<td>{{{Intel}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Salvage</td> | |||
<td>{{{Salvage}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Sensor Scan</td> | |||
<td>{{{SensorScan}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Shields</td> | |||
<td>{{{Shields}}}</td> | |||
</tr> | |||
</table> | |||
</div> | </div> | ||