Difference between revisions of "Template:CargoShipinfobox"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "<div style="position:relative;width:350px;float:right"> <div style="background:#486d82;padding:0.25em;text-align:center;"> <div style="color:white;font-size:2em;text-shadow:0p...")
 
(+hopefully this does it)
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="position:relative;width:350px;float:right">
+
{{#if: 1|
 +
{{#if: {{{image|}}}|{{#set:image={{{image|}}}}}|}}
 +
{{#if: {{{mass|}}}|{{#set:mass={{{mass|}}}}}|}}
 +
{{#if: {{{speed|}}}|{{#set:speed={{{speed|}}}}}|}}
 +
{{#if: {{{boobytrap|}}}|{{#set:boobytrap={{{boobytrap|}}}}}|}}
 +
{{#if: {{{shipsize|}}}|{{#set:shipsize={{{shipsize|}}}}}|}}
 +
<!--
 +
{{#if: {{{directfireweapons|}}}|{{#set:directfireweapons={{{directfireweapons|}}} }}|}}
 +
{{#if: {{{exteriordefense|}}}|{{#set:exteriordefense={{{exteriordefense|}}} }}|}}
 +
{{#if: {{{interiordefense|}}}|{{#set:interiordefense={{{interiordefense|}}} }}|}}
 +
-->
 +
|}}
 +
<div style="width:350px;float:right;border: solid 1px black;">
 
<div style="background:#486d82;padding:0.25em;text-align:center;">
 
<div style="background:#486d82;padding:0.25em;text-align:center;">
<div style="color:white;font-size:2em;text-shadow:0px 0px 0.40em rgba(0,0,0,1);font-family:Gotham;height:30px;position:relative">
+
<p style="color:white;font-size:1em;text-shadow:0px 0px 0.40em rgba(0,0,0,1);margin:0;">Cargo Ship</p>
<div style="font-size:0.5em;width=50%">Cargo Ship</div>
+
<p style="line-height: 1.25;color:white;font-size:2em;text-shadow:0px 0px 0.40em rgba(0,0,0,1);;margin:0; ">{{#if: {{{name|}}} | {{{name|}}} | {{{name|No Name}}} }}</p>
{{#if: {{{name|}}} | {{{name|}}} | {{{item|No Name}}} }}</div><br />
+
{{#if: {{{image|}}} |
</div></div>
+
<table border="0" style="text-align:center;width:100%;">
 +
<tr>
 +
<td>[[File:{{{image}}}|frameless|300px]]</td>
 +
</tr>
 +
</table>
 +
|}}
 +
<div style="background:#659bb7;width:100%;height:3px;"></div></div>
 +
<div style="background:#b2d5e8;padding:0.25em;text-align:center;">
 +
{{#if: {{{class|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/class{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{class|}}}</div>
 +
</div>|}}
 +
{{#if: {{{mass|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/mass{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{mass}}} kg</div>
 +
</div>|}}
 +
{{#if: {{{speed|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/speed{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{speed}}} m/s</div>
 +
</div>|}}
 +
{{#if: {{{boobytrap|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/Boobytrapped{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{boobytrap}}}</div>
 +
</div>|}}
 +
{{#if: {{{directfireweapons|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/directfireweapons{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{directfireweapons}}}</div>
 +
</div>|}}
 +
{{#if: {{{exteriordefense|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/exteriordefense{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{exteriordefense}}}</div>
 +
</div>|}}
 +
{{#if: {{{interiordefense|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/interiordefense{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{interiordefense}}}</div>
 +
</div>|}}
 +
{{#if: {{{shipsize|}}} |
 +
<div style="width:100%;position:relative;height:25px;padding:2px;">
 +
<div style="float:left;color:black;font-size:1em;">'''{{CargoShipinfobox/Ship size{{lang}}}}:'''</div>
 +
<div style="float:right;color:black;font-size:1em;">{{{shipsize}}}</div>
 +
</div>
 +
|}}</div></div><noinclude>
 +
[[Category:Templates]]
 +
For cargo ship pages.
 +
Usage:
 +
<pre>
 +
{{CargoShipinfobox
 +
| name = name of ship
 +
| image = image of ship (file name without 'File:')
 +
| class = class of ship (first word of name usually)
 +
| mass = mass of ship
 +
| speed = speed of ship (usually cargo ships spawn at a set speed)
 +
| boobytrap = is the ship booby-trapped with warheads? Yes/No
 +
| directfireweapons = number of directly fired weapons (gatling gun, rocket launchers)
 +
| exteriordefense = number of exterior defenses (gatling, interior, missile)
 +
| interiordefense = number of interior defenses (gatling, interior, missile)
 +
| shipsize = block size of the ship (large or small)
 +
}}
 +
</pre>
 +
<!--not used:
 +
| version = 01.023.000 current game version, use {{subst:currentversion}}
 +
-->
 +
</noinclude>

Latest revision as of 17:54, 30 November 2015

Cargo Ship

No Name




For cargo ship pages. Usage:

{{CargoShipinfobox
| name = name of ship
| image = image of ship (file name without 'File:')
| class = class of ship (first word of name usually)
| mass = mass of ship
| speed = speed of ship (usually cargo ships spawn at a set speed)
| boobytrap = is the ship booby-trapped with warheads? Yes/No
| directfireweapons = number of directly fired weapons (gatling gun, rocket launchers)
| exteriordefense = number of exterior defenses (gatling, interior, missile)
| interiordefense = number of interior defenses (gatling, interior, missile)
| shipsize = block size of the ship (large or small)
}}