Template:Shipbox/doc: Difference between revisions

Created page with "{{documentation}} This template allows you to display information for a particular ship class in an easy to read table. ===Syntax=== <pre>{{Cargo|<Cargo Size>}}</pre> ===Usa..."
 
No edit summary
Line 3: Line 3:


===Syntax===
===Syntax===
<pre>{{Cargo|<Cargo Size>}}</pre>
<pre>{{Shipbox
|TR= Value
|Armor= Value
|Attack= Value
|Damage= Value
|DamageReflection= Value%
|ShieldRecharge= Value / turn
|EE= Value%
|WepRecharge= Value
|CSS= Value/Value
|EvasionRating= Value
|DamageReduction= Value%
|Defense= Value
|HackRating= Value%
|HR= Value
|Intel= Value%
|Salvage= Value%
|SensorScan= Value
|Shields= Value
}}
</pre>


===Usage===
===Usage===
'''Cargo size''':
'''Ship Information Box''':
<pre>{{Cargo|S}}</pre>
<pre>{{Shipbox
|TR= 75
|Armor= 200
|Attack= 0
|Damage= 5
|DamageReflection= 0%
|ShieldRecharge= 0 / turn
|EE= 0%
|WepRecharge= 0
|CSS= 15/15
|EvasionRating= 0
|DamageReduction= 0%
|Defense= 1
|HackRating= 10%
|HR= 0
|Intel= 0%
|Salvage= 0%
|SensorScan= 3
|Shields= 200
}}
</pre>


{{Cargo|S}}
{{Shipbox
 
|TR= 75
===Parameters===
|Armor= 200
{| class="wikitable"
|Attack= 0
! Parameter !! Cargo Size
|Damage= 5
|-
|DamageReflection= 0%
|<code>S</code> || {{Cargo|S}}
|ShieldRecharge= 0 / turn
|-
|EE= 0%
|<code>M</code> || {{Cargo|M}}
|WepRecharge= 0
|-
|CSS= 15/15
|<code>L</code> || {{Cargo|L}}
|EvasionRating= 0
|-
|DamageReduction= 0%
|<code>XL</code> || {{Cargo|XL}}
|Defense= 1
|}
|HackRating= 10%
|HR= 0
|Intel= 0%
|Salvage= 0%
|SensorScan= 3
|Shields= 200
}}