|
|
| (671 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{#css: | | <includeonly>{{#css: |
|
| |
|
| .ships-matrix
| | div.ShipBoxLarge |
| {
| | { |
| font-family: arial;
| | float: left; |
| font-size: 12px;
| | clear: both; |
| line-height: 130%;
| | width: 100%; |
| }
| | } |
|
| |
|
| .ships-matrix table
| | .ShipBoxLarge .ship-info |
| {
| | { |
| width:100%;
| | background-color: #1D1C23; |
| }
| | border-bottom: 1px solid #525751; |
| | border-left: 1px solid black; |
| | border-right: 1px solid black; |
| | border-top: 1px solid #525751; |
| | float: left; |
| | margin-bottom: 10px; |
| | /*width: 800px;*/ |
| | } |
|
| |
|
| .ships-matrix table,
| | .ShipBoxLarge table |
| .ships-matrix tr, | | { |
| .ships-matrix th,
| | border-spacing: 0; |
| .ships-matrix td
| | margin: 0; |
| {
| | } |
| margin: 0;
| |
| padding: 0;
| |
| text-align: left;
| |
| font-weight: normal;
| |
| }
| |
|
| |
|
| .ships-matrix th,
| | .ShipBoxLarge table td |
| .ships-matrix td | | { |
| { | | padding: 0; |
| line-height: 110%;
| | } |
| padding: 3px 5px;
| |
| }
| |
|
| |
|
| .ships-matrix tr
| | .ShipBoxLarge .title |
| { | | { |
| | | border-bottom: 1px solid #525751; |
| | color: #CCCCCC; |
| | font-family: trebuchet MS; |
| | font-size: 12px; |
| | font-weight: bold; |
| | height: 22px; |
| | line-height: 20px; |
| | padding: 0 10px; |
| | text-align: left; |
| | text-transform: uppercase; |
| } | | } |
|
| |
|
| .ships-matrix a
| | .ShipBoxLarge .titlename a |
| { | | { |
| font-size: 11px;
| | float: left; |
| } | | font-size: 180%; |
| | height: 30px; |
| | line-height: 30px; |
| | padding-left: 5px; |
| | } |
|
| |
|
| .ships-matrix a:hover,
| | .ShipBoxLarge .titlename a:hover |
| .ships-matrix a.hover | | { |
| { | | text-decoration: none; |
| text-decoration:none;
| | } |
| color:white; | |
| }
| |
|
| |
|
| .ships-matrix tr.firstprimary,
| | .ShipBoxLarge .ship-border-box |
| .ships-matrix tr.secondprimary | | { |
| { | | background-color: #110809; |
| background-color: black;
| | border: 1px solid #878984; |
| } | | } |
|
| |
|
| .ships-matrix .firstprimary th,
| | .ShipBoxLarge .ship-border-box p |
| .ships-matrix .secondprimary th | | { |
| { | | color: #FFFFFF; |
| border-bottom: 1px solid #2D2413;
| | font-size: 90%; |
| border-top: 1px solid #2D2413;
| | margin: 0; |
| height: 20px;
| | padding: 5px; |
| line-height: 20px;
| | text-align: left; |
| }
| | } |
|
| |
|
| .ships-matrix .showexplain | | .ShipBoxLarge .label |
| { | | { |
| text-align: right;
| | background-color:#0e1618; |
| font-size: 80%;
| | border-bottom: 1px solid #4C4646; |
| color: #CCCCCC;
| | border-top: 1px solid #4C4646; |
| }
| | font-family: Trebuchet MS; |
| | font-size: 10px; |
| | height: 14px; |
| | line-height: 14px; |
| | padding: 2px 5px; |
| | color: var(--color-inverted-fixed); |
| | } |
|
| |
|
| .ships-matrix .noshowexplain
| | .ShipBoxLarge .box-resist |
| {
| | { |
| text-align: center;
| | height: 15px; |
| font-size: 14px;
| | line-height: 15px; |
| color: #B89964;
| | width: 50px; |
| font-family: trebuchet MS;
| | } |
| font-variant: small-caps;
| |
| }
| |
|
| |
|
| .ships-matrix tr.primary | | .ShipBoxLarge .bgr-em { background-color: #121923; } |
| {
| | .ShipBoxLarge .bgr-thr { background-color: #290b0b; } |
| background-color: #222222;
| | .ShipBoxLarge .bgr-kin { background-color: #292021; } |
| }
| | .ShipBoxLarge .bgr-exp { background-color: #2b190b; } |
| | .ShipBoxLarge .val-em { background-color: #1c5d85; } |
| | .ShipBoxLarge .val-thr { background-color: #8d1717; } |
| | .ShipBoxLarge .val-kin { background-color: #757575; } |
| | .ShipBoxLarge .val-exp { background-color: #875f1a; } |
|
| |
|
| .ships-matrix .primary .collapseButton,
| | .ShipBoxLarge .box-resist .resist-value .value-text |
| .ships-matrix .special .collapseButton,
| | { |
| .ships-matrix .secondprimary .collapseButton | | font-weight: bold; |
| { | | text-align: center; |
| color: transparent;
| | width: 50px; |
| display: block;
| | } |
| float: right;
| |
| padding: 0;
| |
| }
| |
|
| |
|
| .ships-matrix .primary .collapseButton a,
| | .ShipBoxLarge .attributes |
| .ships-matrix .special .collapseButton a, | | { |
| .ships-matrix .secondprimary .collapseButton a
| | border: none; |
| { | | padding: 3px; |
| background-color: transparent;
| | } |
| color: #CCCCCC;
| |
| font-size: 80%;
| |
| left: 0;
| |
| width: 100%;
| |
| z-index: 20;
| |
| }
| |
|
| |
|
| .ships-matrix .primary .collapseButton a:hover,
| | .ShipBoxLarge .attributes .att-line |
| .ships-matrix .primary .collapseButton a.hover | | { |
| { | | background-color: #110809; |
| background-color:#614F31;
| | font-family: trebuchet MS; |
| } | | font-size: 11px; |
| | height: 20px; |
| | line-height: 20px; |
| | margin-bottom: 2px; |
| | } |
|
| |
|
| .ships-matrix tr.highlight
| | .ShipBoxLarge .attributes .att-item |
| {
| | { |
| background-color:#2D0404;
| | border-right: 2px solid #191E18; |
| } | | display: inline-block; |
| | padding: 0 5px; |
| | } |
|
| |
|
| .ships-matrix tr.special
| | .ShipBoxLarge .attributes .att-img |
| { | | { |
| background-color: #30281A;
| | display: inline-block; |
| }
| | margin-right: 2px; |
| | } |
|
| |
|
| .ships-matrix tr.even
| | .ShipBoxLarge .attributes .res-boxes .att-img |
| {
| | { |
| | | margin-right: 0; |
| }
| | } |
|
| |
|
| .ships-matrix tr.odd
| | .ShipBoxLarge .attributes .att-label |
| {
| | { |
| | | color: #9E9E9E; |
| } | | display: inline-block; |
| | } |
|
| |
|
| .ships-matrix th
| | .ShipBoxLarge .attributes .att-value |
| {
| | { |
| | | color: #FFFFFF; |
| } | | display: inline-block; |
|
| | margin-right: 2px; |
| .ships-matrix .firstcol { width:16%; }
| | text-align: right; |
| | width: 10px; |
| | } |
|
| |
|
| .ships-matrix .racialcol { width:21%; }
| | .ShipBoxLarge p.ship-desc, |
| | .ShipBoxLarge .ship-desc |
| | { |
| | font-family: arial; |
| | font-size: 11px; |
| | line-height: 120%; |
| | padding: 5px 5px 0; |
| | text-align: justify; |
| | color: var(--color-inverted-fixed); |
| | } |
|
| |
|
| .ships-matrix .piratecol { width:12%; }
| | .ShipBoxLarge .ship-variants |
| | { |
| | border-top: 1px solid #323931; |
| | font-family: trebuchet MS; |
| | font-size: 11px; |
| | height: 20px; |
| | line-height: 20px; |
| | margin: 0 5px 5px; |
| | } |
|
| |
|
| .ships-matrix .othercol { width:21%; } | | .ShipBoxLarge .techcorner |
| | { |
| | width: 64px; |
| | height: 64px; |
| | position: absolute; |
| | top: 0px; |
| | left: 0px; |
| | margin-left: 1px; |
| | margin-top: 1px; |
| | } |
| | |
| | .ShipBoxLarge .box-discussion |
| | { |
| | margin-left: -6px; |
| | margin-right: -6px; |
| | margin-top: 5px; |
| | border-color: #393734 black; |
| | border-style: solid; |
| | border-width: 1px; |
| | padding: 5px; |
| | background-color: #1A1A1A; |
| | } |
|
| |
|
| .ships-matrix .widecol { width:84%; }
| | .ShipBoxLarge .box-discussion .discussion-bgr |
| | { |
| | color: #4C4C4C; |
| | font-family: trebuchet MS; |
| | font-size: 90%; |
| | } |
|
| |
|
| .ships-matrix .centertext { color: gray; text-align: center; }
| | .ShipBoxLarge .box-discussion .linkname |
| | | { |
| .ships-matrix .racialcol .img,
| | font-size: 11px; |
| .ships-matrix .piratecol .img,
| | line-height: 120%; |
| .ships-matrix .othercol .img | | padding: 0 5px; |
| {
| | } |
| display: inline-block;
| |
| margin-right: 5px;
| |
| } | |
| | |
| .ships-matrix .groupheader
| |
| {
| |
| color: #B89964;
| |
| padding-left: 5px;
| |
| } | |
| | |
| .ships-matrix .groupheader .textlabel
| |
| {
| |
| color: #CCCCCC;
| |
| display: inline-block;
| |
| position: relative;
| |
| z-index: 25;
| |
| } | |
| | |
| .ships-matrix .primary .firstcol,
| |
| .ships-matrix .primary .racialcol,
| |
| .ships-matrix .primary .piratecol,
| |
| .ships-matrix .primary .widecol,
| |
| .ships-matrix .special .firstcol,
| |
| .ships-matrix .special .racialcol,
| |
| .ships-matrix .special .piratecol,
| |
| .ships-matrix .special .widecol
| |
| {
| |
| border-bottom: 1px solid black;
| |
| }
| |
| | |
| .ships-matrix .firstindent
| |
| {
| |
| padding-left:10px;
| |
| }
| |
| | |
| .ships-matrix .secondindent | |
| {
| |
| padding-left:15px;
| |
| }
| |
| | |
| }}
| |
| | |
| <div class='ships-matrix'>
| |
| | |
| <table cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='firstprimary'>
| |
| <th class='firstcol showexplain'>show advanced ships</th>
| |
| <th class='racialcol noshowexplain'><div class='img'>[[Image:Isis_amarr.png|center|x20px|link=]]</div>Amarr</th>
| |
| <th class='racialcol noshowexplain'><div class='img'>[[Image:Isis_caldari.png|center|x20px|link=]]</div>Caldari</th>
| |
| <th class='racialcol noshowexplain'><div class='img'>[[Image:Isis_gallente.png|center|x20px|link=]]</div>Gallente</th>
| |
| <th class='racialcol noshowexplain'><div class='img'>[[Image:Isis_minmatar.png|center|x20px|link=]]</div>Minmatar</th>
| |
| </tr>
| |
| | |
| <tr>
| |
| <td colspan='5' style='padding:0'>
| |
| | |
| <table cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='primary'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Corvettes</span></th>
| |
| <th class='racialcol centertext'>[[Impairor]]</th>
| |
| <th class='racialcol centertext'>[[Ibis]]</th>
| |
| <th class='racialcol centertext'>[[Velator]]</th>
| |
| <th class='racialcol centertext'>[[Reaper]]</th>
| |
| </tr>
| |
| | |
| </table>
| |
| | |
| <table class='collapsible {{#ifeq: {{{expgroup}}} | frigates | |collapsed}}' cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='primary'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Frigates</span></th>
| |
| <th class='racialcol centertext'>[[Executioner]] ▪ [[Inquisitor]] ▪ [[Tormentor]] ▪ [[Crucifier]] ▪ [[Punisher]] ▪ [[Magnate]]</th>
| |
| <th class='racialcol centertext'>[[Condor]] ▪ [[Bantam]] ▪ [[Kestrel]] ▪ [[Griffin]] ▪ [[Merlin]] ▪ [[Heron]]</th>
| |
| <th class='racialcol centertext'>[[Atron]] ▪ [[Navitas]] ▪ [[Tristan]] ▪ [[Maulus]] ▪ [[Incursus]] ▪ [[Imicus]]</th>
| |
| <th class='racialcol centertext'>[[Slasher]] ▪ [[Burst]] ▪ [[Breacher]] ▪ [[Vigil]] ▪ [[Rifter]] ▪ [[Probe]]</th>
| |
| </tr>
| |
| | |
| <tr class='highlight'>
| |
| <td class='groupheader firstindent'>Navy Faction Frigates</td>
| |
| <td class='centertext'>[[Imperial Navy Slicer]] ▪ [[Crucifier Navy Issue]] ▪ [[Magnate Navy Issue]]</td>
| |
| <td class='centertext'>[[Caldari Navy Hookbill]] ▪ [[Griffin Navy Issue]] ▪ [[Heron Navy Issue]]</td>
| |
| <td class='centertext'>[[Federation Navy Comet]] ▪ [[Maulus Navy Issue]] ▪ [[Imicus Navy Issue]]</td>
| |
| <td class='centertext'>[[Republic Fleet Firetail]] ▪ [[Vigil Fleet Issue]] ▪ [[Probe Fleet Issue]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Assault Frigates</td>
| |
| <td class='centertext'>[[Vengeance]] ▪ [[Retribution]]</td>
| |
| <td class='centertext'>[[Hawk]] ▪ [[Harpy]]</td>
| |
| <td class='centertext'>[[Ishkur]] ▪ [[Enyo]]</td>
| |
| <td class='centertext'>[[Wolf]] ▪ [[Jaguar]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Covert Ops</td>
| |
| <td class='centertext'>[[Anathema]] ▪ [[Purifier]]</td>
| |
| <td class='centertext'>[[Manticore]] ▪ [[Buzzard]]</td>
| |
| <td class='centertext'>[[Nemesis]] ▪ [[Helios]]</td>
| |
| <td class='centertext'>[[Cheetah]] ▪ [[Hound]]</td>
| |
| </tr>
| |
|
| |
|
| <tr class='odd'>
| | }}<!-- Content --> |
| <td class='groupheader secondindent'>Electronic Attack Ships</td>
| | <div ShipBoxLarge class='ShipBoxLarge'> |
| <td class='centertext'>[[Sentinel]]</td>
| |
| <td class='centertext'>[[Kitsune]]</td>
| |
| <td class='centertext'>[[Keres]]</td>
| |
| <td class='centertext'>[[Hyena]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Interceptors</td>
| |
| <td class='centertext'>[[Crusader]] ▪ [[Malediction]]</td>
| |
| <td class='centertext'>[[Crow]] ▪ [[Raptor]]</td>
| |
| <td class='centertext'>[[Taranis]] ▪ [[Ares]]</td>
| |
| <td class='centertext'>[[Claw]] ▪ [[Stiletto]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Logistics Frigates</td>
| |
| <td class='centertext'>[[Deacon]]</td>
| |
| <td class='centertext'>[[Kirin]]</td>
| |
| <td class='centertext'>[[Thalia]]</td>
| |
| <td class='centertext'>[[Scalpel]]</td>
| |
| </tr>
| |
| | |
| </table>
| |
| | |
| <table class='collapsible {{#ifeq: {{{expgroup}}} | destroyers | |collapsed}}' cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='primary'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Destroyers</span></th>
| |
| <th class='racialcol centertext'>[[Coercer]] ▪ [[Dragoon]]</th>
| |
| <th class='racialcol centertext'>[[Cormorant]] ▪ [[Corax]]</th>
| |
| <th class='racialcol centertext'>[[Catalyst]] ▪ [[Algos]]</th>
| |
| <th class='racialcol centertext'>[[Thrasher]] ▪ [[Talwar]]</th>
| |
| </tr>
| |
| | |
| <tr class='highlight'>
| |
| <td class='groupheader firstindent'>Navy Faction Destroyers</td>
| |
| <td class='centertext'>[[Coercer Navy Issue]]</td>
| |
| <td class='centertext'>[[Cormorant Navy Issue]]</td>
| |
| <td class='centertext'>[[Catalyst Navy Issue]]</td>
| |
| <td class='centertext'>[[Thrasher Fleet Issue]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Command Destroyers</td>
| |
| <td class='centertext'>[[Pontifex]]</td>
| |
| <td class='centertext'>[[Stork]]</td>
| |
| <td class='centertext'>[[Magus]]</td>
| |
| <td class='centertext'>[[Bifrost]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Interdictors</td>
| |
| <td class='centertext'>[[Heretic]]</td>
| |
| <td class='centertext'>[[Flycatcher]]</td>
| |
| <td class='centertext'>[[Eris]]</td>
| |
| <td class='centertext'>[[Sabre]]</td>
| |
| </tr>
| |
|
| |
|
| <tr class='highlight'>
| | <div class='ship-info'> |
| <td class='groupheader firstindent'>Tactical Destroyers</td>
| | <!-- Title --> |
| <td class='centertext'>[[Confessor]]</td>
| | <div class='title'><span style='font-size: 16px;'>≡</span> {{#if: {{{class|}}} |{{{class}}} |SHIP}}: INFORMATION</div> |
| <td class='centertext'>[[Jackdaw]]</td>
| | <!-- Title (Ship name) --> |
| <td class='centertext'>[[Hecate]]</td>
| | <div class='titlename' style='height: 1em;'>[[{{{shipname|}}}]]</div> |
| <td class='centertext'>[[Svipul]]</td>
| |
| </tr>
| |
|
| |
|
| </table>
| | <!-- Content --> |
| | <div content style="clear: left; display: flex; flex-wrap: wrap"> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | cruisers | |collapsed}}' cellspacing='0' cellpadding='0'> | | <!-- ship image --> |
| | <div content-left style="padding: 5px;"> |
| | <div class='ship-img' style='border: 1px solid #323931; position: relative;'>{{#ifexist: File:{{{shipimg}}} |
| | | [[Image:{{{shipimg}}}|256x256px|{{{shipname|}}}]] |
| | | {{#if: {{{shipid|}}} |
| | | {{Imageserver|types|{{{shipid}}}|render|size=256}} |
| | | [[Image:no-image.png|256x256px|{{#if: {{{shipname|}}} | {{{shipname}}} | Unknown Ship }} ]] |
| | }} |
| | }} |
| | {{#if: {{{tech|}}} |<div class="techcorner">[[Image:CornerT{{{tech}}}h.png|link=]]</div> }} |
| | </div ship-img> |
|
| |
|
| <tr class='primary'>
| | <!-- Wiki links --> |
| <th class='firstcol groupheader'><span class='textlabel'>Cruisers</span></th>
| | <div class='box-discussion'> |
| <th class='racialcol centertext'>[[Arbitrator]] ▪ [[Augoror]] ▪ [[Omen]] ▪ [[Maller]]</th>
| | <div class='discussion-bgr'>RELATED UNI-WIKI REFERENCES</div> |
| <th class='racialcol centertext'>[[Blackbird]] ▪ [[Osprey]] ▪ [[Caracal]] ▪ [[Moa]]</th>
| | <div class='linkname'>[[Ships|EVE Online Ships Overview]]<br>{{{wikireferences|}}}</div> |
| <th class='racialcol centertext'>[[Celestis]] ▪ [[Exequror]] ▪ [[Thorax]] ▪ [[Vexor]]</th>
| | </div box-discussion> |
| <th class='racialcol centertext'>[[Bellicose]] ▪ [[Scythe]] ▪ [[Stabber]] ▪ [[Rupture]]</th>
| |
| </tr>
| |
|
| |
|
| <tr class='highlight'> | | <!--* External links *--> |
| <td class='groupheader firstindent'>Navy Faction Cruisers</td> | | <div class='box-discussion'> |
| <td class='centertext'>[[Augoror Navy Issue]] ▪ [[Omen Navy Issue]]</td>
| | <div class='discussion-bgr'>EXTERNAL LINKS</div> |
| <td class='centertext'>[[Caracal Navy Issue]] ▪ [[Osprey Navy Issue]]</td>
| | <div class='linkname'>{{#if: {{{shipid|}}} |
| <td class='centertext'>[[Exequror Navy Issue]] ▪ [[Vexor Navy Issue]]</td>
| | | [https://zkillboard.com/ship/{{{shipid}}}/ {{{shipname|}}} on zKillboard]{{#switch: {{lc: {{{class}}} }} |
| <td class='centertext'>[[Scythe Fleet Issue]] ▪ [[Stabber Fleet Issue]]</td> | | | shuttle= |
| </tr>
| | | #default= <br>[https://www.eveworkbench.com/fitting/{{{shipid}}} {{{shipname|}}} on EVE Workbench] |
| | }} <br>[https://janice.e-351.com/i/{{{shipid}}}/ {{{shipname|}}} on Janice]<br>[https://everef.net/type/{{{shipid}}} {{{shipname|}}} on EVE Ref] |
| | }}<br>{{{externallinks|}}} |
| | </div linkname> |
| | </div box-discussion> |
| | </div content-left> |
|
| |
|
| <tr class='odd'>
| | <div content-right style="border-left: 1px solid #333333; max-width: 32em;"> |
| <td class='groupheader secondindent'>Heavy Assault Cruisers</td>
| |
| <td class='centertext'>[[Zealot]] ▪ [[Sacrilege]]</td>
| |
| <td class='centertext'>[[Eagle]] ▪ [[Cerberus]]</td>
| |
| <td class='centertext'>[[Ishtar]] ▪ [[Deimos]]</td>
| |
| <td class='centertext'>[[Vagabond]] ▪ [[Muninn]]</td>
| |
| </tr>
| |
|
| |
|
| <tr class='even'>
| | <!-- Ship attributes wip old --> |
| <td class='groupheader secondindent'>Heavy Interdiction Cruisers</td>
| | <table class='attributes' style='margin-bottom: 5px; width: 100%; display: none;'> |
| <td class='centertext'>[[Devoter]]</td>
| | <tr> |
| <td class='centertext'>[[Onyx]]</td>
| | <td> |
| <td class='centertext'>[[Phobos]]</td>
| | <div style='border: 1px solid #323931; background-color: #191E18;'> |
| <td class='centertext'>[[Broadsword]]</td>
| |
| </tr>
| |
|
| |
|
| <tr class='odd'>
| | <!-- Fittings --> |
| <td class='groupheader secondindent'>Logistics Cruisers</td>
| | <div class='att-line'> |
| <td class='centertext'>[[Guardian]]</td>
| | <div class='att-item' style='width: 8.4em; text-align: right;'> |
| <td class='centertext'>[[Basilisk]]</td>
| | <div class='att-label'>fittings</div> |
| <td class='centertext'>[[Oneiros]]</td>
| | </div> |
| <td class='centertext'>[[Scimitar]]</td>
| | <div class='att-item' style='border-right: none;'> |
| </tr>
| | <div class='att-value'>{{#if: {{{highs|}}}|{{{highs}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_hi_slot.png|20px|high slots]]</div> |
| | <div class='att-label' style='color: #9A7535;'>highs</div> |
| | </div> |
| | <div class='att-item' style='border-right: none;'> |
| | <div class='att-value'>{{#if: {{{launchers|}}}|{{{launchers}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_launcher_hp.png|20px|launcher hardpoints]]</div> |
| | <div class='att-label'>launchers</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'>{{#if: {{{turrets|}}}|{{{turrets}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_turret_hp.png|20px|turret hardpoints]]</div> |
| | <div class='att-label'>turrets</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'>{{#if: {{{mediums|}}}|{{{mediums}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_mid_slot.png|20px|middle slots]]</div> |
| | <div class='att-label' style='color: #9A7535;'>mediums</div> |
| | </div> |
| | <div class='att-item' style='border-right: none;> |
| | <div class='att-value'>{{#if: {{{lows|}}}|{{{lows}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_low_slot.png|20px|low slots]]</div> |
| | <div class='att-label' style='color: #9A7535;'>lows</div> |
| | </div> |
| | </div> |
|
| |
|
| <tr class='even'>
| | <!-- Drones & cargo --> |
| <td class='groupheader secondindent'>Recon Ships</td>
| | <div class='att-line'> |
| <td class='centertext'>[[Curse]] ▪ [[Pilgrim]]</td>
| | <div class='att-item' style='width: 8.4em; text-align: right;'> |
| <td class='centertext'>[[Falcon]] ▪ [[Rook]]</td> | | <div class='att-label'>{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</div> |
| <td class='centertext'>[[Arazu]] ▪ [[Lachesis]]</td>
| | </div> |
| <td class='centertext'>[[Huginn]] ▪ [[Rapier]]</td> | | {{#if: {{{fighterbay|}}} |
| </tr>
| | | <div class='att-item'> |
| | <div class='att-value' style='width: 60px;'>{{{fighterbay}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_capacity.png|20px|fighter capacity]]</div> |
| | <div class='att-label'>fighters</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value' style='width: 20px;'>{{{fightertubes|}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|fighter squad tubes]]</div> |
| | <div class='att-label'>squad tubes</div> |
| | </div> |
| | | {{#if: {{{dronebay|}}} |
| | | <div class='att-item'> |
| | <div class='att-value' style='width: 40px;'>{{{dronebay|}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_capacity.png|20px|drone capacity]]</div> |
| | <div class='att-label'>drones</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value' style='width: 80px;'>{{{bandwidth|}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|drone bandwidth]]</div> |
| | <div class='att-label'>b/w</div> |
| | </div> |
| | | <div class='att-item'> |
| | <div class='att-label' style="width: 160px; text-align: center; color: #9A7535;">No drone bay</div> |
| | </div> |
| | }} |
| | }} |
|
| |
|
| <tr class='highlight'>
| | <div class='att-item' style='border-right: none;'> |
| <td class='groupheader firstindent'>Strategic Cruisers</td>
| | <div class='att-value' style='width: 70px;'>{{#if: {{{cargohold|}}}|{{{cargohold}}}|0{{m3}} }}</div> |
| <td class='centertext'>[[Legion]]</td>
| | <div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div> |
| <td class='centertext'>[[Tengu]]</td>
| | <div class='att-label'>cargo</div> |
| <td class='centertext'>[[Proteus]]</td>
| | </div> |
| <td class='centertext'>[[Loki]]</td>
| | </div> |
| </tr>
| |
|
| |
|
| </table>
| | <!-- Defense old --> |
| | <div class='att-line res-boxes' style='position: relative;'> |
| | <div class='att-item' style='width: 8.4em; height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'> |
| | <div class='att-label' style='line-height: 40px;'>defense</div> |
| | </div> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | battlecruisers | |collapsed}}' cellspacing='0' cellpadding='0'>
| | <div class='att-item' style='width: 87px; margin-left: 95px; text-align: right;'> |
| | <div class='att-value' style='width: auto'>{{#if: {{{shieldhp|}}}|{{{shieldhp}}}|0 HP}}</div> |
| | <div class='att-img'>[[Image:icon_shield.png|20px|shields]]</div> |
| | </div> |
|
| |
|
| <tr class='primary'>
| | <div class='att-item' style='border-right: none;'> |
| <th class='firstcol groupheader'><span class='textlabel'>Battlecruisers</span></th>
| |
| <th class='racialcol centertext'>[[Prophecy]] ▪ [[Harbinger]] ▪ [[Oracle]]</th>
| |
| <th class='racialcol centertext'>[[Ferox]] ▪ [[Drake]] ▪ [[Naga]]</th>
| |
| <th class='racialcol centertext'>[[Brutix]] ▪ [[Myrmidon]] ▪ [[Talos]]</th>
| |
| <th class='racialcol centertext'>[[Cyclone]] ▪ [[Hurricane]] ▪ [[Tornado]]</th>
| |
| </tr>
| |
|
| |
|
| <tr class='highlight'>
| | <div class='att-img'>[[Image:icon_resist_em.png|20px|shield electromagnetic resistance]]</div> |
| <td class='groupheader firstindent'>Navy Faction Battlecruisers</td>
| | <div style='display: inline-block;'> |
| <td class='centertext'>[[Harbinger Navy Issue]] ▪ [[Prophecy Navy Issue]]</td>
| | <div class='box-resist bgr-em'> |
| <td class='centertext'>[[Drake Navy Issue]] ▪ [[Ferox Navy Issue]]</td>
| | <div class='resist-value val-em' style='width: {{#expr: {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}/2 round 0}}px;'> |
| <td class='centertext'>[[Brutix Navy Issue]] ▪ [[Myrmidon Navy Issue]]</td>
| | <div class='value-text'> {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}</div> |
| <td class='centertext'>[[Hurricane Fleet Issue]] ▪ [[Cyclone Fleet Issue]]</td>
| | </div> |
| </tr>
| | </div> |
| | </div> |
|
| |
|
| <tr class='odd'>
| | <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div> |
| <td class='groupheader secondindent'>Command Ships</td>
| | <div style='display: inline-block;'> |
| <td class='centertext'>[[Damnation]] ▪ [[Absolution]]</td>
| | <div class='box-resist bgr-thr'> |
| <td class='centertext'>[[Vulture]] ▪ [[Nighthawk]]</td>
| | <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}/2 round 0}}px;'> |
| <td class='centertext'>[[Astarte]] ▪ [[Eos]]</td>
| | <div class='value-text'>{{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}</div> |
| <td class='centertext'>[[Claymore]] ▪ [[Sleipnir]]</td>
| | </div> |
| </tr>
| | </div> |
| | </div> |
|
| |
|
| </table>
| | <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-kin'> |
| | <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'>{{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | battleships | |collapsed}}' cellspacing='0' cellpadding='0'>
| | <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-exp'> |
| | <div class='resist-value val-exp' style='width: {{#expr: {{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'>{{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <tr class='primary'>
| | </div> |
| <th class='firstcol groupheader'><span class='textlabel'>Battleships</span></th>
| | </div> |
| <th class='racialcol centertext'>[[Armageddon]] ▪ [[Apocalypse]] ▪ [[Abaddon]] </th>
| |
| <th class='racialcol centertext'>[[Scorpion]] ▪ [[Raven]] ▪ [[Rokh]]</th>
| |
| <th class='racialcol centertext'>[[Dominix]] ▪ [[Megathron]] ▪ [[Hyperion]]</th>
| |
| <th class='racialcol centertext'>[[Typhoon]] ▪ [[Tempest]] ▪ [[Maelstrom]]</th>
| |
| </tr>
| |
|
| |
|
| <tr class='highlight'>
| | <div class='att-line res-boxes'> |
| <td class='groupheader firstindent'>Navy Faction Battleships</td>
| | <div class='att-item' style='width: 87px; margin-left: 95px;; text-align: right;'> |
| <td class='centertext'>[[Apocalypse Navy Issue]] ▪ [[Armageddon Navy Issue]]</td>
| | <div class='att-value' style='width: auto'>{{#if: {{{armorhp|}}} |{{{armorhp}}} |0 HP}}</div> |
| <td class='centertext'>[[Scorpion Navy Issue]] ▪ [[Raven Navy Issue]]</td>
| | <div class='att-img'>[[Image:icon_armor.png|20px|armor]]</div> |
| <td class='centertext'>[[Megathron Navy Issue]] ▪ [[Dominix Navy Issue]]</td>
| | </div> |
| <td class='centertext'>[[Tempest Fleet Issue]] ▪ [[Typhoon Fleet Issue]]</td>
| |
| </tr>
| |
|
| |
|
| <tr class='odd'>
| | <div class='att-item' style='border-right: none;'> |
| <td class='groupheader secondindent'>Black Ops</td>
| |
| <td class='centertext'>[[Redeemer]]</td>
| |
| <td class='centertext'>[[Widow]]</td>
| |
| <td class='centertext'>[[Sin]]</td>
| |
| <td class='centertext'>[[Panther]]</td>
| |
| </tr>
| |
|
| |
|
| <tr class='even'>
| | <div class='att-img'>[[Image:icon_resist_em.png|20px|armor electromagnetic resistance]]</div> |
| <td class='groupheader secondindent'>Marauders</td>
| | <div style='display: inline-block;'> |
| <td class='centertext'>[[Paladin]]</td>
| | <div class='box-resist bgr-em'> <div class='resist-value val-em' style='width: {{#expr: {{#if:{{{armorem|}}}|{{{armorem}}}|0}}/2 round 0}}px;'> |
| <td class='centertext'>[[Golem]]</td>
| | <div class='value-text'>{{#if:{{{armorem|}}}|{{{armorem}}}|0}}</div> |
| <td class='centertext'>[[Kronos]]</td>
| | </div> |
| <td class='centertext'>[[Vargur]]</td>
| | </div> |
| </tr>
| | </div> |
|
| |
|
| </table>
| | <div class='att-img'>[[Image:icon_resist_therm.png|20px|armor thermal resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-thr'> |
| | <div class='resist-value val-thr' style='width:{{#expr: {{#if:{{{armortherm|}}}|{{{armortherm}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'>{{#if: {{{armortherm|}}}|{{{armortherm}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | carriers | |collapsed}}' cellspacing='0' cellpadding='0'>
| | <div class='att-img'>[[Image:icon_resist_kin.png|20px|armor kinetic resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-kin'> |
| | <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'>{{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <tr class='primary'>
| | <div class='att-img'>[[Image:icon_resist_exp.png|20px|armor explosive resistance]]</div> |
| <th class='firstcol groupheader'><span class='textlabel'>Carriers</span></th>
| | <div style='display: inline-block;'> |
| <th class='racialcol centertext'>[[Archon]]</th>
| | <div class='box-resist bgr-exp'> |
| <th class='racialcol centertext'>[[Chimera]]</th>
| | <div class='resist-value val-exp' style='width:{{#expr: {{#if: {{{armorexp|}}}|{{{armorexp}}}|0}}/2 round 0}}px;'> |
| <th class='racialcol centertext'>[[Thanatos]]</th>
| | <div class='value-text'>{{#if: {{{armorexp|}}}|{{{armorexp}}}|0}}</div> |
| <th class='racialcol centertext'>[[Nidhoggur]]</th>
| | </div> |
| </tr>
| | </div> |
| | </div> |
|
| |
|
| <tr class='odd'>
| | </div> |
| <td class='groupheader secondindent'>Supercarriers</td>
| | </div> |
| <td class='centertext'>[[Aeon]]</td>
| |
| <td class='centertext'>[[Wyvern]]</td>
| |
| <td class='centertext'>[[Nyx]]</td>
| |
| <td class='centertext'>[[Hel]]</td>
| |
| </tr>
| |
|
| |
|
| </table>
| | <!-- Target & nav --> |
| | <div class='att-line'> |
| | <div class='att-item' style='width: 8.4em; text-align: right;'> |
| | <div class='att-label'>target & nav</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{targetrange|}}}|{{{targetrange}}}|0 km}}</div> |
| | <div class='att-img'>[[Image:icon_target_range.png|20px|max. targeting range]]</div> |
| | <div class='att-label'>tgt. range</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{sigradius|}}}|{{{sigradius}}}|0 m}}</div> |
| | <div class='att-img'>[[Image:icon_ship_sig.png|20px|ship signature radius]]</div> |
| | <div class='att-label'>sig. radius</div> |
| | </div> |
| | <div class='att-item' style='border-right: none;'> |
| | <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{maxvelocity|}}}|{{{maxvelocity}}}|0 m/s}}</div> |
| | <div class='att-img'>[[Image:Icon_velocity.png|20px|max. velocity]]</div> |
| | <div class='att-label'>max. velocity</div> |
| | </div> |
| | </div> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | dreadnoughts | |collapsed}}' cellspacing='0' cellpadding='0'>
| | </div> |
|
| |
|
| <tr class='primary'>
| | </td> |
| <th class='firstcol groupheader'><span class='textlabel'>Dreadnoughts</span></th>
| | </tr> |
| <th class='racialcol centertext'>[[Revelation]]</th>
| | </table> |
| <th class='racialcol centertext'>[[Phoenix]]</th>
| |
| <th class='racialcol centertext'>[[Moros]]</th>
| |
| <th class='racialcol centertext'>[[Naglfar]]</th>
| |
| </tr> | |
|
| |
|
| <tr class='highlight'> | | <!-- wip new--> |
| <td class='groupheader firstindent'>Navy Faction Dreadnoughts</td>
| | <table class='attributes' style='margin-bottom: 5px; width: 100%; clear: both; border: 1px solid #323931; background-color: #191E18;'> |
| <td class='centertext'>[[Revelation Navy Issue]]</td>
| | <!-- fittings --> |
| <td class='centertext'>[[Phoenix Navy Issue]]</td>
| | <tr class='att-line'> |
| <td class='centertext'>[[Moros Navy Issue]]</td>
| | <td class='att-label' style="text-align: right; width: 8.4em;">fittings</td> |
| <td class='centertext'>[[Naglfar Fleet Issue]]</td>
| | <td style="text-align: left;"> |
| | <div class='att-item' style='border-right: none;'> |
| | <div class='att-value'>{{#if: {{{highs|}}}|{{{highs}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_hi_slot.png|20px|high slots]]</div> |
| | <div class='att-label' style='color: #9A7535;'>highs</div> |
| | </div> |
| | <div class='att-item' style='border-right: none;'> |
| | <div class='att-value'>{{{launchers|0}}}</div> |
| | <div class='att-img'>[[Image:icon_launcher_hp.png|20px|launcher hardpoints]]</div> |
| | <div class='att-label'>launchers</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'>{{#if: {{{turrets|}}}|{{{turrets}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_turret_hp.png|20px|turret hardpoints]]</div> |
| | <div class='att-label'>turrets</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'>{{#if: {{{mediums|}}}|{{{mediums}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_mid_slot.png|20px|middle slots]]</div> |
| | <div class='att-label' style='color: #9A7535;'>mediums</div> |
| | </div> |
| | <div class='att-item' style='border-right: none;> |
| | <div class='att-value'>{{#if: {{{lows|}}}|{{{lows}}}|0}}</div> |
| | <div class='att-img'>[[Image:icon_low_slot.png|20px|low slots]]</div> |
| | <div class='att-label' style='color: #9A7535;'>lows</div> |
| | </div> |
| | </td> |
| </tr> | | </tr> |
| | <!-- drones --> |
| | <tr class='att-line'> |
| | <td class='att-label' style="text-align: right; width: 8.4em;">{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</td> |
| | <td style="text-align: left;"> |
| | </div> {{#if: {{{fighterbay|}}} |
| | | <div class='att-item'> |
| | <div class='att-value' style='width: 60px;'>{{{fighterbay}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_capacity.png|20px|fighter capacity]]</div> |
| | <div class='att-label'>fighters</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value' style='width: 20px;'>{{{fightertubes|}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|fighter squad tubes]]</div> |
| | <div class='att-label'>squad tubes</div> |
| | </div> |
| | | {{#if: {{{dronebay|}}} |
| | | <div class='att-item'> |
| | <div class='att-value' style='width: 40px;'>{{{dronebay|}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_capacity.png|20px|drone capacity]]</div> |
| | <div class='att-label'>drones</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value' style='width: 80px;'>{{{bandwidth|}}}</div> |
| | <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|drone bandwidth]]</div> |
| | <div class='att-label'>b/w</div> |
| | </div> |
| | | <div class='att-item'> |
| | <div class='att-label' style="width: 160px; text-align: center; color: #9A7535;">No drone bay</div> |
| | </div> |
| | }} |
| | }} |
|
| |
|
| </table> | | <div class='att-item' style='border-right: none;'> |
| | <div class='att-value' style='width: 70px;'>{{#if: {{{cargohold|}}}|{{{cargohold}}}|0{{m3}} }}</div> |
| | <div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div> |
| | <div class='att-label'>cargo</div> |
| | </div> |
| | </div> |
| | </td> |
| | </tr> |
| | <!-- defense --> |
| | <tr class='att-line'style="/*temp*/ height: 50px;"> |
|
| |
|
| <table cellspacing='0' cellpadding='0'>
| | <td class='att-label' style="text-align: right; width: 8.4em; height: 40px; line-height: 40px;">defense</td> |
|
| |
|
| <tr class='primary'>
| | <td> |
| <th class='firstcol groupheader'><span class='textlabel'>Force Auxiliaries</span></th>
| | <div class='att-line res-boxes' style='position: relative;'> |
| <th class='racialcol centertext'>[[Apostle]]</th>
| | <div class='att-item' style='height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'> |
| <th class='racialcol centertext'>[[Minokawa]]</th>
| | <div class='att-item' style='width: 87px; /*margin-left: 95px; */text-align: right;'> |
| <th class='racialcol centertext'>[[Ninazu]]</th>
| | <div class='att-value' style='width: auto;'>{{#if: {{{shieldhp|}}}|{{{shieldhp}}}|0 HP}}</div> |
| <th class='racialcol centertext'>[[Lif]]</th>
| | <div class='att-img'>[[Image:icon_shield.png|20px|shields]]</div> |
| </tr>
| | </div> |
|
| |
|
| </table>
| | <div class='att-img'>[[Image:icon_resist_em.png|20px|shield electromagnetic resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-em'> |
| | <div class='resist-value val-em' style='width: {{#expr: {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'> {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <table cellspacing='0' cellpadding='0'>
| | <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-thr'> |
| | <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'>{{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <tr class='primary'>
| | <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div> |
| <th class='firstcol groupheader'><span class='textlabel'>Titans</span></th>
| | <div style='display: inline-block;'> |
| <th class='racialcol centertext'>[[Avatar]]</th>
| | <div class='box-resist bgr-kin'> |
| <th class='racialcol centertext'>[[Leviathan]]</th>
| | <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}/2 round 0}}px;'> |
| <th class='racialcol centertext'>[[Erebus]]</th>
| | <div class='value-text'>{{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}</div> |
| <th class='racialcol centertext'>[[Ragnarok]]</th>
| | </div> |
| </tr>
| | </div> |
| | </div> |
|
| |
|
| </table>
| | <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div> |
| | <div style='display: inline-block;'> |
| | <div class='box-resist bgr-exp'> |
| | <div class='resist-value val-exp' style='width: {{#expr: {{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'> |
| | <div class='value-text'>{{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}</div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | freighters | |collapsed}}' cellspacing='0' cellpadding='0'> | | </div> |
| | </div> |
| | </td> |
| | </tr> |
| | <!-- target & nav --> |
| | <tr class='att-line'> |
| | <td class='att-label' style="text-align: right; width: 8.4em;">target & nav</td> |
| | <td style="text-align: left;"> |
| | <div class='att-item'> |
| | <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{targetrange|}}}|{{{targetrange}}}|0 km}}</div> |
| | <div class='att-img'>[[Image:icon_target_range.png|20px|max. targeting range]]</div> |
| | <div class='att-label'>tgt. range</div> |
| | </div> |
| | <div class='att-item'> |
| | <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{sigradius|}}}|{{{sigradius}}}|0 m}}</div> |
| | <div class='att-img'>[[Image:icon_ship_sig.png|20px|ship signature radius]]</div> |
| | <div class='att-label'>sig. radius</div> |
| | </div> |
| | <div class='att-item' style='border-right: none;'> |
| | <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{maxvelocity|}}}|{{{maxvelocity}}}|0 m/s}}</div> |
| | <div class='att-img'>[[Image:Icon_velocity.png|20px|max. velocity]]</div> |
| | <div class='att-label'>max. velocity</div> |
| | </div> |
|
| |
|
| <tr class='primary'>
| | </td> |
| <th class='firstcol groupheader'><span class='textlabel'>Freighters</span></th>
| | </tr> |
| <th class='racialcol centertext'>[[Providence]]</th>
| |
| <th class='racialcol centertext'>[[Charon]]</th>
| |
| <th class='racialcol centertext'>[[Obelisk]]</th>
| |
| <th class='racialcol centertext'>[[Fenrir]]</th>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Jump Freighters</td>
| |
| <td class='centertext'>[[Ark]]</td>
| |
| <td class='centertext'>[[Rhea]]</td>
| |
| <td class='centertext'>[[Anshar]]</td>
| |
| <td class='centertext'>[[Nomad]]</td>
| |
| </tr>
| |
|
| |
|
| </table> | | </table> |
|
| |
|
| <table class='collapsible {{#ifeq: {{{expgroup}}} | haulers | |collapsed}}' cellspacing='0' cellpadding='0'>
| | <!-- Ship bonuses --> |
| | | <div class='ship-border-box' style='display: {{#if: {{{bonuses|}}} |block |none }}; margin: 10px 5px 5px'> |
| <tr class='primary'>
| | <div class='label'>S H I P B O N U S E S</div> |
| <th class='firstcol groupheader'><span class='textlabel'>Haulers</span></th>
| | <p>{{{bonuses}}}</p> |
| <th class='racialcol centertext'>[[Bestower]] ▪ [[Sigil]]</th>
| | </div> |
| <th class='racialcol centertext'>[[Badger]] ▪ [[Tayra]]</th>
| |
| <th class='racialcol centertext'>[[Nereus]] ▪ [[Kryos]] ▪ [[Epithal]] ▪ [[Miasmos]] ▪ [[Iteron Mark V]]</th>
| |
| <th class='racialcol centertext'>[[Hoarder]] ▪ [[Mammoth]] ▪ [[Wreathe]]</th>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Transport Ships</td>
| |
| <td class='centertext'>[[Prorator]] ▪ [[Impel]]</td>
| |
| <td class='centertext'>[[Crane]] ▪ [[Bustard]]</td>
| |
| <td class='centertext'>[[Viator]] ▪ [[Occator]]</td>
| |
| <td class='centertext'>[[Mastodon]] ▪ [[Prowler]]</td>
| |
| </tr>
| |
| | |
| </table> | |
| | |
| <table cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='primary'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Shuttles</span></th>
| |
| <th class='racialcol centertext'>[[Amarr Shuttle]]</th>
| |
| <th class='racialcol centertext'>[[Caldari Shuttle]]</th>
| |
| <th class='racialcol centertext'>[[Gallente Shuttle]]</th>
| |
| <th class='racialcol centertext'>[[Minmatar Shuttle]]</th>
| |
| </tr>
| |
| | |
| </table>
| |
| | |
| <table class='collapsible {{#ifeq: {{{expgroup}}} | ore | |collapsed}}' cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='special'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>[[Image:Isis_ore.png|18x18px|link=]] Outer Ring Excavation Ships</span></th>
| |
| <th class='widecol centertext'></th>
| |
| </tr> | |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Frigates</td>
| |
| <td class='piratecol centertext'>[[Venture]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Expedition Frigates</td>
| |
| <td class='piratecol centertext'>[[Prospect]] ▪ [[Endurance]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Mining Barges</td>
| |
| <td class='piratecol centertext'>[[Covetor]] ▪ [[Retriever]] ▪ [[Procurer]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Exhumers</td>
| |
| <td class='piratecol centertext'>[[Hulk]] ▪ [[Mackinaw]] ▪ [[Skiff]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Haulers</td>
| |
| <td class='piratecol centertext'>[[Noctis]]</td>
| |
| </tr> | |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Industrial Command Ships</td>
| |
| <td class='piratecol centertext'>[[Porpoise]] ▪ [[Orca]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Freighters</td>
| |
| <td class='piratecol centertext'>[[Bowhead]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Capital Industrial Ships</td>
| |
| <td class='piratecol centertext'>[[Rorqual]]</td>
| |
| </tr>
| |
| | |
| </table>
| |
| | |
| <table class='collapsible {{#ifeq: {{{expgroup}}} | pirates | |collapsed}}' cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='secondprimary'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Pirate Faction Ships</span></th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_angel.png|center|20x20px|link=]]</div>Angel Cartel</th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_blood_raiders.png|center|20x20px|link=]]</div>Blood Raiders</th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_guristas.png|center|20x20px|link=]]</div>Guristas</th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_mordus.png|center|20x20px|link=]]</div>Mordu's Legion</th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_sansha.png|center|20x20px|link=]]</div>Sansha's Nation</th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_serpentis.png|center|20x20px|link=]]</div>Serpentis</th>
| |
| <th class='piratecol noshowexplain'><div class='img'>[[Image:Isis_soe.png|center|20x20px|link=]]</div>Sisters of EVE</th>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Frigates</td>
| |
| <td class='piratecol centertext'>[[Dramiel]]</td>
| |
| <td class='piratecol centertext'>[[Cruor]]</td>
| |
| <td class='piratecol centertext'>[[Worm]]</td>
| |
| <td class='piratecol centertext'>[[Garmur]]</td>
| |
| <td class='piratecol centertext'>[[Succubus]]</td>
| |
| <td class='piratecol centertext'>[[Daredevil]]</td>
| |
| <td class='piratecol centertext'>[[Astero]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Cruisers</td>
| |
| <td class='piratecol centertext'>[[Cynabal]]</td>
| |
| <td class='piratecol centertext'>[[Ashimmu]]</td>
| |
| <td class='piratecol centertext'>[[Gila]]</td>
| |
| <td class='piratecol centertext'>[[Orthrus]]</td>
| |
| <td class='piratecol centertext'>[[Phantasm]]</td>
| |
| <td class='piratecol centertext'>[[Vigilant]]</td>
| |
| <td class='piratecol centertext'>[[Stratios]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Battleships</td>
| |
| <td class='piratecol centertext'>[[Machariel]]</td>
| |
| <td class='piratecol centertext'>[[Bhaalgorn]]</td>
| |
| <td class='piratecol centertext'>[[Rattlesnake]]</td>
| |
| <td class='piratecol centertext'>[[Barghest]]</td>
| |
| <td class='piratecol centertext'>[[Nightmare]]</td>
| |
| <td class='piratecol centertext'>[[Vindicator]]</td>
| |
| <td class='piratecol centertext'>[[Nestor]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Dreadnoughts</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Chemosh]]</td>
| |
| <td class='piratecol centertext'>[[Caiman]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Vehement]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Carriers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Supercarriers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Revenant]]</td>
| |
| <td class='piratecol centertext'>[[Vendetta]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Force Auxiliaries</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Dagon]]</td>
| |
| <td class='piratecol centertext'>[[Loggerhead]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Titans</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Molok]]</td>
| |
| <td class='piratecol centertext'>[[Komodo]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Vanquisher]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| </table> | |
| | |
| <table class='collapsible {{#ifeq: {{{expgroup}}} | other | |collapsed}}' cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='secondprimary'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Other Faction Ships</span></th>
| |
| <th class='othercol noshowexplain'><div class='img'>[[Image:Logo_faction_concord_assembly.png|center|20x20px|link=]]</div>CONCORD</th>
| |
| <th class='othercol noshowexplain'><div class='img'>[[Image:Logo_faction_edencom.png|center|20x20px|link=]]</div>EDENCOM</th>
| |
| <th class='othercol noshowexplain'><div class='img'>[[Image:Logo_faction_the_society.png|center|20x20px|link=]]</div>Society of Conscious Thought</th>
| |
| <th class='othercol noshowexplain'><div class='img'>[[Image:Isis_triglavian.png|center|20x20px|link=]]</div>Triglavian Collective</th>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Frigates</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Skybreaker]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Damavik]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='firstcol groupheader secondindent'>Assault Frigates</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Nergal]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='firstcol groupheader secondindent'>Covert Ops</td>
| |
| <td class='piratecol centertext'>[[Pacifier]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Destroyers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Sunesis]]</td>
| |
| <td class='piratecol centertext'>[[Kikimora]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='firstcol groupheader secondindent'>Command Destroyers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Draugur]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Cruisers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Stormbringer]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Rodiva]] ▪ [[Vedmak]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='firstcol groupheader secondindent'>Flag Cruisers</td>
| |
| <td class='piratecol centertext'>[[Monitor]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='firstcol groupheader secondindent'>Heavy Assault Cruisers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Ikitursa]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='firstcol groupheader secondindent'>Logistics Cruisers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Zarmazd]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='firstcol groupheader secondindent'>Recon Ships</td>
| |
| <td class='piratecol centertext'>[[Enforcer]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Battlecruisers</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Gnosis]]</td>
| |
| <td class='piratecol centertext'>[[Drekavac]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Battleships</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Thunderchild]]</td>
| |
| <td class='piratecol centertext'>[[Praxis]]</td>
| |
| <td class='piratecol centertext'>[[Leshak]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='firstcol groupheader secondindent'>Black Ops</td>
| |
| <td class='piratecol centertext'>[[Marshal]]</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Dreadnoughts</td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'></td>
| |
| <td class='piratecol centertext'>[[Zirnitra]]</td>
| |
| </tr>
| |
| | |
| </table>
| |
| | |
| <table class='collapsible {{#ifeq: {{{expgroup}}} | special edition | | collapsed}}' cellspacing='0' cellpadding='0'>
| |
| | |
| <tr class='special'>
| |
| <th class='firstcol groupheader'><span class='textlabel'>Special Edition Ships</span></th>
| |
| <th class='widecol centertext'></th>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Corvettes</td>
| |
| <td class='widecol centertext'>[[Echo]] ▪ [[Hematos]] ▪ [[Immolator]] ▪ [[Taipan]] ▪ [[Violator]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Frigates</td>
| |
| <td class='widecol centertext'>[[Echelon]] ▪ [[Gold Magnate]] ▪ [[Inner Zone Shipping Imicus]] ▪ [[Sarum Magnate]] ▪ [[Silver Magnate]] ▪ [[Sukuuvestaa Heron]] ▪ [[Tash-Murkon Magnate]] ▪ [[Vherokior Probe]] ▪ [[Zephyr]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Assault Frigates</td>
| |
| <td class='widecol centertext'>[[Cambion]] ▪ [[Freki]] ▪ [[Malice]] ▪ [[Utu]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Covert Ops</td>
| |
| <td class='racialcol centertext'>[[Caedes]] ▪ [[Chremoas]] ▪ [[Hydra]] ▪ [[Virtuoso]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Electronic Attack Ships</td>
| |
| <td class='racialcol centertext'>[[Raiju]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Interceptors</td>
| |
| <td class='widecol centertext'>[[Imp]] ▪ [[Whiptail]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Destroyers</td>
| |
| <td class='widecol centertext'>[[Aliastra Catalyst]] ▪ [[Inner Zone Shipping Catalyst]] ▪ [[Intaki Syndicate Catalyst]] ▪ [[InterBus Catalyst]]▪ [[Nefantar Thrasher]] ▪ [[Quafe Catalyst]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Cruisers</td>
| |
| <td class='widecol centertext'>[[Guardian-Vexor]] ▪ [[Opux Luxury Yacht]] ▪ [[Stratios Emergency Responder]] ▪ [[Victorieux Luxury Yacht]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Heavy Assault Cruisers</td>
| |
| <td class='widecol centertext'>[[Adrestia]] ▪ [[Mimir]] ▪ [[Vangel]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Heavy Interdiction Cruisers</td>
| |
| <td class='widecol centertext'>[[Fiend]] ▪ [[Laelaps]]</td>
| |
| </tr>
| |
| | |
| <tr class='even'>
| |
| <td class='groupheader secondindent'>Logistics Cruisers</td>
| |
| <td class='widecol centertext'>[[Etana]] ▪ [[Rabisu]]</td>
| |
| </tr>
| |
| | |
| <tr class='odd'>
| |
| <td class='groupheader secondindent'>Recon Ships</td>
| |
| <td class='racialcol centertext'>[[Chameleon]] ▪ [[Moracha]] ▪ [[Victor]] ▪ [[Tiamat]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Battleships</td>
| |
| <td class='widecol centertext'>[[Apocalypse Imperial Issue]] ▪ [[Armageddon Imperial Issue]] ▪ [[Megathron Federate Issue]] ▪ [[Rattlesnake Victory Edition]] ▪ [[Raven State Issue]] ▪ [[Scorpion Ishukone Watch]] ▪ [[Tempest Tribal Issue]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Industrial</td>
| |
| <td class='widecol centertext'>[[Miasmos Amastris Edition]] ▪ [[Miasmos Quafe Ultra Edition]] ▪ [[Miasmos Quafe Ultramarine Edition]] ▪ [[Primae]]</td>
| |
| </tr>
| |
| | |
| <tr class='primary'>
| |
| <td class='firstcol groupheader firstindent'>Shuttles</td>
| |
| <td class='widecol centertext'>[[Apotheosis]] ▪ [[Boobook]] ▪ [[Council Diplomatic Shuttle]] ▪ [[Goru's Shuttle]] ▪ [[Guristas Shuttle]] ▪ [[InterBus Shuttle]] ▪ [[Leopard]]</td>
| |
| </tr>
| |
| | |
| </table>
| |
| | |
| </td>
| |
| | |
| </tr>
| |
|
| |
|
| </table>
| | <!-- Ship description --> |
| | <div class='ship-desc'>{{#if: {{{info|}}} |{{{info}}} | }}</div> |
|
| |
|
| </div> | | </div content-right> |
| <noinclude> | | </div content> |
| {{documentation}} | | </div ShipInfo> |
| </noinclude> | | </div ShipBoxLarge></includeonly> |
| | <noinclude> {{documentation}} <!-- Please add categories and interwikis to the bottom of sub-page /doc, not here --></noinclude> |