Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Evon R'al/Sandbox template: Difference between revisions

From EVE University Wiki
m Replace TAB with SPACE, to decrease code width. Add white-space to source to increase readability
m Coding and testing
 
(673 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'>
}}<!-- Content -->
  <th class='firstcol showexplain'>show advanced ships</th>
<div ShipBoxLarge class='ShipBoxLarge'>
  <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>
<div class='ship-info'>
  <td colspan='5' style='padding:0'>
<!-- Title -->
    <div class='title'><span style='font-size: 16px;'>&equiv;</span> {{#if: {{{class|}}} |{{{class}}} |SHIP}}: INFORMATION</div>
<!-- Title (Ship name) -->
    <div class='titlename' style='height: 1em;'>[[{{{shipname|}}}]]</div>


    <table cellspacing='0' cellpadding='0'>
<!-- Content -->
  <div content style="clear: left; display: flex; flex-wrap: wrap">


    <tr class='primary'>
<!-- ship image -->
      <th class='firstcol groupheader'><span class='textlabel'>Corvettes</span></th>
    <div content-left style="padding: 5px;">
      <th class='racialcol centertext'>[[Impairor]]</th>
    <div class='ship-img' style='border: 1px solid #323931; position: relative;'>{{#ifexist: File:{{{shipimg}}}
      <th class='racialcol centertext'>[[Ibis]]</th>
                | [[Image:{{{shipimg}}}|256x256px|{{{shipname|}}}]]
      <th class='racialcol centertext'>[[Velator]]</th>
                | {{#if: {{{shipid|}}}
      <th class='racialcol centertext'>[[Reaper]]</th>
                  | {{Imageserver|types|{{{shipid}}}|render|size=256}}
     </tr>
                  | [[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>


    </table>
<!-- Wiki links -->
          <div class='box-discussion'>
            <div class='discussion-bgr'>RELATED UNI-WIKI REFERENCES</div>
            <div class='linkname'>[[Ships|EVE Online Ships Overview]]<br>{{{wikireferences|}}}</div>
          </div box-discussion>


    <table class='collapsible {{#ifeq: {{{expgroup}}} | frigates | |collapsed}}' cellspacing='0' cellpadding='0'>
<!--* External links *-->
    <div class='box-discussion'>
      <div class='discussion-bgr'>EXTERNAL LINKS</div>
      <div class='linkname'>{{#if: {{{shipid|}}}
                | [https://zkillboard.com/ship/{{{shipid}}}/ {{{shipname|}}} on zKillboard]{{#switch: {{lc: {{{class}}} }}
                  | shuttle=
                  | #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='primary'>
  <div content-right style="border-left: 1px solid #333333; max-width: 32em;">
      <th class='firstcol groupheader'><span class='textlabel'>Frigates</span></th>
      <th class='racialcol centertext'>[[Executioner]] &#9642; [[Inquisitor]] &#9642; [[Tormentor]] &#9642; [[Crucifier]] &#9642; [[Punisher]] &#9642; [[Magnate]]</th>
      <th class='racialcol centertext'>[[Condor]] &#9642; [[Bantam]] &#9642; [[Kestrel]] &#9642; [[Griffin]] &#9642; [[Merlin]] &#9642; [[Heron]]</th>
      <th class='racialcol centertext'>[[Atron]] &#9642; [[Navitas]] &#9642; [[Tristan]] &#9642; [[Maulus]] &#9642; [[Incursus]] &#9642; [[Imicus]]</th>
      <th class='racialcol centertext'>[[Slasher]] &#9642; [[Burst]] &#9642; [[Breacher]] &#9642; [[Vigil]] &#9642; [[Rifter]] &#9642; [[Probe]]</th>
    </tr>


    <tr class='highlight'>
<!-- Ship attributes wip old -->
      <td class='groupheader firstindent'>Navy Faction Frigates</td>
    <table class='attributes' style='margin-bottom: 5px; width: 100%; display: none;'>
      <td class='centertext'>[[Imperial Navy Slicer]] &#9642; [[Crucifier Navy Issue]] &#9642; [[Magnate Navy Issue]]</td>
      <tr>
      <td class='centertext'>[[Caldari Navy Hookbill]] &#9642; [[Griffin Navy Issue]] &#9642; [[Heron Navy Issue]]</td>
        <td>
      <td class='centertext'>[[Federation Navy Comet]] &#9642; [[Maulus Navy Issue]] &#9642; [[Imicus Navy Issue]]</td>
          <div style='border: 1px solid #323931; background-color: #191E18;'>
      <td class='centertext'>[[Republic Fleet Firetail]] &#9642; [[Vigil Fleet Issue]] &#9642; [[Probe Fleet Issue]]</td>
    </tr>


    <tr class='odd'>
<!-- Fittings -->
      <td class='groupheader secondindent'>Assault Frigates</td>
            <div class='att-line'>
      <td class='centertext'>[[Vengeance]] &#9642; [[Retribution]]</td>
              <div class='att-item' style='width: 8.4em; text-align: right;'>
      <td class='centertext'>[[Hawk]] &#9642; [[Harpy]]</td>
                <div class='att-label'>fittings</div>
      <td class='centertext'>[[Ishkur]] &#9642; [[Enyo]]</td>
              </div>
      <td class='centertext'>[[Wolf]] &#9642; [[Jaguar]]</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'>Covert Ops</td>
            <div class='att-line'>
      <td class='centertext'>[[Anathema]] &#9642; [[Purifier]]</td>
              <div class='att-item' style='width: 8.4em; text-align: right;'>
       <td class='centertext'>[[Manticore]] &#9642; [[Buzzard]]</td>
                <div class='att-label'>{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</div>
      <td class='centertext'>[[Nemesis]] &#9642; [[Helios]]</td>
              </div>
       <td class='centertext'>[[Cheetah]] &#9642; [[Hound]]</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='odd'>
              <div class='att-item' style='border-right: none;'>
      <td class='groupheader secondindent'>Electronic Attack Ships</td>
                <div class='att-value' style='width: 70px;'>{{#if: {{{cargohold|}}}|{{{cargohold}}}|0{{m3}} }}</div>
      <td class='centertext'>[[Sentinel]]</td>
                <div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div>
      <td class='centertext'>[[Kitsune]]</td>
                <div class='att-label'>cargo</div>
      <td class='centertext'>[[Keres]]</td>
              </div>
      <td class='centertext'>[[Hyena]]</td>
            </div>
    </tr>


    <tr class='even'>
<!-- Defense old -->
      <td class='groupheader secondindent'>Interceptors</td>
            <div class='att-line res-boxes' style='position: relative;'>
      <td class='centertext'>[[Crusader]] &#9642; [[Malediction]]</td>
              <div class='att-item' style='width: 8.4em; height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'>
      <td class='centertext'>[[Crow]] &#9642; [[Raptor]]</td>
                <div class='att-label' style='line-height: 40px;'>defense</div>
      <td class='centertext'>[[Taranis]] &#9642; [[Ares]]</td>
              </div>
      <td class='centertext'>[[Claw]] &#9642; [[Stiletto]]</td>
    </tr>


    <tr class='odd'>
              <div class='att-item' style='width: 87px; margin-left: 95px; text-align: right;'>
      <td class='groupheader secondindent'>Logistics Frigates</td>
                <div class='att-value' style='width: auto'>{{#if: {{{shieldhp|}}}|{{{shieldhp}}}|0 HP}}</div>
      <td class='centertext'>[[Deacon]]</td>
                <div class='att-img'>[[Image:icon_shield.png|20px|shields]]</div>
      <td class='centertext'>[[Kirin]]</td>
              </div>
      <td class='centertext'>[[Thalia]]</td>
      <td class='centertext'>[[Scalpel]]</td>
    </tr>


    </table>
              <div class='att-item' style='border-right: none;'>


    <table class='collapsible {{#ifeq: {{{expgroup}}} | destroyers| |collapsed}}' cellspacing='0' cellpadding='0'>
                <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>


    <tr class='primary'>
                <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div>
      <th class='firstcol groupheader'><span class='textlabel'>Destroyers</span></th>
                  <div style='display: inline-block;'>
      <th class='racialcol centertext'>[[Coercer]] &#9642; [[Dragoon]]</th>
                    <div class='box-resist bgr-thr'>
      <th class='racialcol centertext'>[[Cormorant]] &#9642; [[Corax]]</th>
                    <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}/2 round 0}}px;'>
      <th class='racialcol centertext'>[[Catalyst]] &#9642; [[Algos]]</th>
                      <div class='value-text'>{{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}</div>
      <th class='racialcol centertext'>[[Thrasher]] &#9642; [[Talwar]]</th>
                    </div>
    </tr>
                  </div>
                </div>


    <tr class='odd'>
                <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div>
      <td class='groupheader secondindent'>Command Destroyers</td>
                <div style='display: inline-block;'>
      <td class='centertext'>[[Pontifex]]</td>
                  <div class='box-resist bgr-kin'>
      <td class='centertext'>[[Stork]]</td>
                    <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Magus]]</td>
                      <div class='value-text'>{{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}</div>
      <td class='centertext'>[[Bifrost]]</td>
                    </div>
    </tr>
                  </div>
                </div>


    <tr class='even'>
                <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div>
      <td class='groupheader secondindent'>Interdictors</td>
                <div style='display: inline-block;'>
      <td class='centertext'>[[Heretic]]</td>
                  <div class='box-resist bgr-exp'>
      <td class='centertext'>[[Flycatcher]]</td>
                    <div class='resist-value val-exp' style='width: {{#expr: {{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Eris]]</td>
                        <div class='value-text'>{{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}</div>
      <td class='centertext'>[[Sabre]]</td>
                      </div>
    </tr>
                  </div>
                </div>


    <tr class='highlight'>
              </div>
      <td class='groupheader firstindent'>Tactical Destroyers</td>
            </div>
      <td class='centertext'>[[Confessor]]</td>
      <td class='centertext'>[[Jackdaw]]</td>
      <td class='centertext'>[[Hecate]]</td>
      <td class='centertext'>[[Svipul]]</td>
    </tr>


    </table>
            <div class='att-line res-boxes'>
              <div class='att-item' style='width: 87px; margin-left: 95px;; text-align: right;'>
                <div class='att-value' style='width: auto'>{{#if: {{{armorhp|}}} |{{{armorhp}}} |0 HP}}</div>
                <div class='att-img'>[[Image:icon_armor.png|20px|armor]]</div>
              </div>


    <table class='collapsible {{#ifeq: {{{expgroup}}} | cruisers| |collapsed}}' cellspacing='0' cellpadding='0'>
              <div class='att-item' style='border-right: none;'>


    <tr class='primary'>
                <div class='att-img'>[[Image:icon_resist_em.png|20px|armor electromagnetic resistance]]</div>
      <th class='firstcol groupheader'><span class='textlabel'>Cruisers</span></th>
                <div style='display: inline-block;'>
      <th class='racialcol centertext'>[[Arbitrator]] &#9642; [[Augoror]] &#9642; [[Omen]] &#9642; [[Maller]]</th>
                  <div class='box-resist bgr-em'> <div class='resist-value val-em' style='width: {{#expr: {{#if:{{{armorem|}}}|{{{armorem}}}|0}}/2 round 0}}px;'>
      <th class='racialcol centertext'>[[Blackbird]] &#9642; [[Osprey]] &#9642; [[Caracal]] &#9642; [[Moa]]</th>
                    <div class='value-text'>{{#if:{{{armorem|}}}|{{{armorem}}}|0}}</div>
      <th class='racialcol centertext'>[[Celestis]] &#9642; [[Exequror]] &#9642; [[Thorax]] &#9642; [[Vexor]]</th>
                  </div>
      <th class='racialcol centertext'>[[Bellicose]] &#9642; [[Scythe]] &#9642; [[Stabber]] &#9642; [[Rupture]]</th>
                </div>
    </tr>
              </div>


    <tr class='highlight'>
              <div class='att-img'>[[Image:icon_resist_therm.png|20px|armor thermal resistance]]</div>
      <td class='groupheader firstindent'>Navy Faction Cruisers</td>
              <div style='display: inline-block;'>
      <td class='centertext'>[[Augoror Navy Issue]] &#9642; [[Omen Navy Issue]]</td>
                <div class='box-resist bgr-thr'>
      <td class='centertext'>[[Caracal Navy Issue]] &#9642; [[Osprey Navy Issue]]</td>
                  <div class='resist-value val-thr' style='width:{{#expr: {{#if:{{{armortherm|}}}|{{{armortherm}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Exequror Navy Issue]] &#9642; [[Vexor Navy Issue]]</td>
                    <div class='value-text'>{{#if: {{{armortherm|}}}|{{{armortherm}}}|0}}</div>
      <td class='centertext'>[[Scythe Fleet Issue]] &#9642; [[Stabber Fleet Issue]]</td>
                  </div>
    </tr>
                </div>
 
              </div>
    <tr class='odd'>
      <td class='groupheader secondindent'>Heavy Assault Cruisers</td>
      <td class='centertext'>[[Zealot]] &#9642; [[Sacrilege]]</td>
      <td class='centertext'>[[Eagle]] &#9642; [[Cerberus]]</td>
      <td class='centertext'>[[Ishtar]] &#9642; [[Deimos]]</td>
      <td class='centertext'>[[Vagabond]] &#9642; [[Muninn]]</td>
    </tr>


    <tr class='even'>
              <div class='att-img'>[[Image:icon_resist_kin.png|20px|armor kinetic resistance]]</div>
      <td class='groupheader secondindent'>Heavy Interdiction Cruisers</td>
              <div style='display: inline-block;'>
      <td class='centertext'>[[Devoter]]</td>
                <div class='box-resist bgr-kin'>
      <td class='centertext'>[[Onyx]]</td>
                    <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Phobos]]</td>
                    <div class='value-text'>{{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}</div>
      <td class='centertext'>[[Broadsword]]</td>
                  </div>
    </tr>
                </div>
              </div>


    <tr class='odd'>
              <div class='att-img'>[[Image:icon_resist_exp.png|20px|armor explosive resistance]]</div>
      <td class='groupheader secondindent'>Logistics Cruisers</td>
              <div style='display: inline-block;'>
      <td class='centertext'>[[Guardian]]</td>
                <div class='box-resist bgr-exp'>
      <td class='centertext'>[[Basilisk]]</td>
                  <div class='resist-value val-exp' style='width:{{#expr: {{#if: {{{armorexp|}}}|{{{armorexp}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Oneiros]]</td>
                    <div class='value-text'>{{#if: {{{armorexp|}}}|{{{armorexp}}}|0}}</div>
      <td class='centertext'>[[Scimitar]]</td>
                  </div>
    </tr>
                </div>
              </div>


    <tr class='even'>
            </div>
      <td class='groupheader secondindent'>Recon Ships</td>
          </div>
      <td class='centertext'>[[Curse]] &#9642; [[Pilgrim]]</td>
      <td class='centertext'>[[Falcon]] &#9642; [[Rook]]</td>
      <td class='centertext'>[[Arazu]] &#9642; [[Lachesis]]</td>
      <td class='centertext'>[[Huginn]] &#9642; [[Rapier]]</td>
    </tr>


    <tr class='highlight'>
<!-- Target & nav -->
      <td class='groupheader firstindent'>Strategic Cruisers</td>
            <div class='att-line'>
      <td class='centertext'>[[Legion]]</td>
              <div class='att-item' style='width: 8.4em; text-align: right;'>
      <td class='centertext'>[[Tengu]]</td>
                <div class='att-label'>target & nav</div>
      <td class='centertext'>[[Proteus]]</td>
              </div>
      <td class='centertext'>[[Loki]]</td>
              <div class='att-item'>
    </tr>
                <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>
          </div>


    <table class='collapsible {{#ifeq: {{{expgroup}}} | battlecruisers | |collapsed}}' cellspacing='0' cellpadding='0'>
        </td>
      </tr>
    </table>


     <tr class='primary'>
<!-- wip new-->
      <th class='firstcol groupheader'><span class='textlabel'>Battlecruisers</span></th>
    <table class='attributes' style='margin-bottom: 5px; width: 100%; clear: both; border: 1px solid #323931; background-color: #191E18;'>
      <th class='racialcol centertext'>[[Prophecy]] &#9642; [[Harbinger]] &#9642; [[Oracle]]</th>
<!-- fittings -->
      <th class='racialcol centertext'>[[Ferox]] &#9642; [[Drake]] &#9642; [[Naga]]</th>
     <tr class='att-line'>
      <th class='racialcol centertext'>[[Brutix]] &#9642; [[Myrmidon]] &#9642; [[Talos]]</th>
      <td class='att-label' style="text-align: right; width: 8.4em;">fittings</td>
      <th class='racialcol centertext'>[[Cyclone]] &#9642; [[Hurricane]] &#9642; [[Tornado]]</th>
      <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>
                }}
              }}


    <tr class='highlight'>
            <div class='att-item' style='border-right: none;'>
      <td class='groupheader firstindent'>Navy Faction Battlecruisers</td>
              <div class='att-value' style='width: 70px;'>{{#if: {{{cargohold|}}}|{{{cargohold}}}|0{{m3}} }}</div>
      <td class='centertext'>[[Harbinger Navy Issue]] &#9642; [[Prophecy Navy Issue]]</td>
              <div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div>
      <td class='centertext'>[[Drake Navy Issue]] &#9642; [[Ferox Navy Issue]]</td>
              <div class='att-label'>cargo</div>
      <td class='centertext'>[[Brutix Navy Issue]] &#9642; [[Myrmidon Navy Issue]]</td>
            </div>
      <td class='centertext'>[[Hurricane Fleet Issue]] &#9642; [[Cyclone Fleet Issue]]</td>
                  </div>
     </tr>
      </td>
    </tr>
<!-- defense -->
     <tr class='att-line'style="/*temp*/ height: 50px;">


    <tr class='odd'>
      <td class='att-label' style="text-align: right; width: 8.4em; height: 40px; line-height: 40px;">defense</td>
      <td class='groupheader secondindent'>Command Ships</td>
      <td class='centertext'>[[Damnation]] &#9642; [[Absolution]]</td>
      <td class='centertext'>[[Vulture]] &#9642; [[Nighthawk]]</td>
      <td class='centertext'>[[Astarte]] &#9642; [[Eos]]</td>
      <td class='centertext'>[[Claymore]] &#9642; [[Sleipnir]]</td>
    </tr>


    </table>
      <td>
        <div class='att-line res-boxes' style='position: relative;'>
          <div class='att-item' style='height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'>
            <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>


    <table class='collapsible {{#ifeq: {{{expgroup}}} | battleships | |collapsed}}' cellspacing='0' cellpadding='0'>
            <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>


    <tr class='primary'>
            <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div>
      <th class='firstcol groupheader'><span class='textlabel'>Battleships</span></th>
            <div style='display: inline-block;'>
      <th class='racialcol centertext'>[[Armageddon]] &#9642; [[Apocalypse]] &#9642; [[Abaddon]] </th>
              <div class='box-resist bgr-thr'>
      <th class='racialcol centertext'>[[Scorpion]] &#9642; [[Raven]] &#9642; [[Rokh]]</th>
                <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}/2 round 0}}px;'>
      <th class='racialcol centertext'>[[Dominix]] &#9642; [[Megathron]] &#9642; [[Hyperion]]</th>
                  <div class='value-text'>{{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}</div>
      <th class='racialcol centertext'>[[Typhoon]] &#9642; [[Tempest]] &#9642; [[Maelstrom]]</th>
                </div>
    </tr>
              </div>
            </div>


    <tr class='highlight'>
            <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div>
      <td class='groupheader firstindent'>Navy Faction Battleships</td>
            <div style='display: inline-block;'>
      <td class='centertext'>[[Apocalypse Navy Issue]] &#9642; [[Armageddon Navy Issue]]</td>
              <div class='box-resist bgr-kin'>
      <td class='centertext'>[[Scorpion Navy Issue]] &#9642; [[Raven Navy Issue]]</td>
                <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Megathron Navy Issue]] &#9642; [[Dominix Navy Issue]]</td>
                  <div class='value-text'>{{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}</div>
      <td class='centertext'>[[Tempest Fleet Issue]] &#9642; [[Typhoon Fleet Issue]]</td>
                </div>
    </tr>
              </div>
            </div>


    <tr class='odd'>
            <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div>
      <td class='groupheader secondindent'>Black Ops</td>
            <div style='display: inline-block;'>
      <td class='centertext'>[[Redeemer]]</td>
              <div class='box-resist bgr-exp'>
      <td class='centertext'>[[Widow]]</td>
                <div class='resist-value val-exp' style='width: {{#expr: {{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'>
      <td class='centertext'>[[Sin]]</td>
                  <div class='value-text'>{{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}</div>
      <td class='centertext'>[[Panther]]</td>
                </div>
    </tr>
              </div>
            </div>


     <tr class='even'>
          </div>
      <td class='groupheader secondindent'>Marauders</td>
        </div>
      <td class='centertext'>[[Paladin]]</td>
      </td>
      <td class='centertext'>[[Golem]]</td>
    </tr>
      <td class='centertext'>[[Kronos]]</td>
<!-- target & nav -->
      <td class='centertext'>[[Vargur]]</td>
     <tr class='att-line'>
    </tr>
      <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>


    </table>
      </td>
 
     </tr>
    <table class='collapsible {{#ifeq: {{{expgroup}}} | carriers | |collapsed}}' cellspacing='0' cellpadding='0'>
 
    <tr class='primary'>
      <th class='firstcol groupheader'><span class='textlabel'>Carriers</span></th>
      <th class='racialcol centertext'>[[Archon]]</th>
      <th class='racialcol centertext'>[[Chimera]]</th>
      <th class='racialcol centertext'>[[Thanatos]]</th>
      <th class='racialcol centertext'>[[Nidhoggur]]</th>
    </tr>
 
    <tr class='odd'>
      <td class='groupheader secondindent'>Supercarriers</td>
      <td class='centertext'>[[Aeon]]</td>
      <td class='centertext'>[[Wyvern]]</td>
      <td class='centertext'>[[Nyx]]</td>
      <td class='centertext'>[[Hel]]</td>
    </tr>
 
    </table>
 
     <table cellspacing='0' cellpadding='0'>
 
    <tr class='primary'>
      <th class='firstcol groupheader'><span class='textlabel'>Dreadnoughts</span></th>
      <th class='racialcol centertext'>[[Revelation]]</th>
      <th class='racialcol centertext'>[[Phoenix]]</th>
      <th class='racialcol centertext'>[[Moros]]</th>
      <th class='racialcol centertext'>[[Naglfar]]</th>
    </tr>
 
    </table>
 
    <table cellspacing='0' cellpadding='0'>
 
    <tr class='primary'>
      <th class='firstcol groupheader'><span class='textlabel'>Force Auxiliaries</span></th>
      <th class='racialcol centertext'>[[Apostle]]</th>
      <th class='racialcol centertext'>[[Minokawa]]</th>
      <th class='racialcol centertext'>[[Ninazu]]</th>
      <th class='racialcol centertext'>[[Lif]]</th>
    </tr>
 
    </table>
 
    <table cellspacing='0' cellpadding='0'>
 
    <tr class='primary'>
      <th class='firstcol groupheader'><span class='textlabel'>Titans</span></th>
      <th class='racialcol centertext'>[[Avatar]]</th>
      <th class='racialcol centertext'>[[Leviathan]]</th>
      <th class='racialcol centertext'>[[Erebus]]</th>
      <th class='racialcol centertext'>[[Ragnarok]]</th>
    </tr>


     </table>
     </table>


    <table class='collapsible {{#ifeq: {{{expgroup}}} | freighters | |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&nbsp;&nbsp;&nbsp;B O N U S E S</div>  
      <th class='firstcol groupheader'><span class='textlabel'>Freighters</span></th>
     <p>{{{bonuses}}}</p>
      <th class='racialcol centertext'>[[Providence]]</th>
     </div>
      <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 class='collapsible {{#ifeq: {{{expgroup}}} | haulers | |collapsed}}' cellspacing='0' cellpadding='0'>
 
    <tr class='primary'>
      <th class='firstcol groupheader'><span class='textlabel'>Haulers</span></th>
      <th class='racialcol centertext'>[[Bestower]] &#9642; [[Sigil]]</th>
      <th class='racialcol centertext'>[[Badger]] &#9642; [[Tayra]]</th>
      <th class='racialcol centertext'>[[Nereus]] &#9642; [[Kryos]] &#9642; [[Epithal]] &#9642; [[Miasmos]] &#9642; [[Iteron Mark V]]</th>
      <th class='racialcol centertext'>[[Hoarder]] &#9642; [[Mammoth]] &#9642; [[Wreathe]]</th>
    </tr>
 
    <tr class='odd'>
      <td class='groupheader secondindent'>Transport Ships</td>
      <td class='centertext'>[[Prorator]] &#9642; [[Impel]]</td>
      <td class='centertext'>[[Crane]] &#9642; [[Bustard]]</td>
      <td class='centertext'>[[Viator]] &#9642; [[Occator]]</td>
      <td class='centertext'>[[Mastodon]] &#9642; [[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]] &#9642; [[Endurance]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Mining Barges</td>
      <td class='piratecol centertext'>[[Covetor]] &#9642; [[Retriever]] &#9642; [[Procurer]]</td>
    </tr>
 
    <tr class='even'>
      <td class='groupheader secondindent'>Exhumers</td>
      <td class='piratecol centertext'>[[Hulk]] &#9642; [[Mackinaw]] &#9642; [[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]] &#9642; [[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]] &#9642; [[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]] &#9642; [[Hematos]] &#9642; [[Immolator]] &#9642; [[Taipan]] &#9642; [[Violator]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Frigates</td>
      <td class='widecol centertext'>[[Echelon]] &#9642; [[Gold Magnate]] &#9642; [[Inner Zone Shipping Imicus]] &#9642; [[Sarum Magnate]] &#9642; [[Silver Magnate]] &#9642; [[Sukuuvestaa Heron]] &#9642; [[Tash-Murkon Magnate]] &#9642; [[Vherokior Probe]] &#9642; [[Zephyr]]</td>
    </tr>
 
    <tr class='even'>
      <td class='groupheader secondindent'>Assault Frigates</td>
      <td class='widecol centertext'>[[Cambion]] &#9642; [[Freki]] &#9642; [[Malice]] &#9642; [[Utu]]</td>
    </tr>
 
    <tr class='odd'>
      <td class='groupheader secondindent'>Covert Ops</td>
      <td class='racialcol centertext'>[[Caedes]] &#9642; [[Chremoas]] &#9642; [[Hydra]] &#9642; [[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]] &#9642; [[Whiptail]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Destroyers</td>
      <td class='widecol centertext'>[[Aliastra Catalyst]] &#9642; [[Inner Zone Shipping Catalyst]] &#9642; [[Intaki Syndicate Catalyst]] &#9642; [[InterBus Catalyst]]&#9642; [[Nefantar Thrasher]] &#9642; [[Quafe Catalyst]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Cruisers</td>
      <td class='widecol centertext'>[[Guardian-Vexor]] &#9642; [[Opux Luxury Yacht]] &#9642; [[Stratios Emergency Responder]] &#9642; [[Victorieux Luxury Yacht]]</td>
    </tr>
 
    <tr class='even'>
      <td class='groupheader secondindent'>Heavy Assault Cruisers</td>
      <td class='widecol centertext'>[[Adrestia]] &#9642; [[Mimir]] &#9642; [[Vangel]]</td>
    </tr>
 
    <tr class='odd'>
      <td class='groupheader secondindent'>Heavy Interdiction Cruisers</td>
      <td class='widecol centertext'>[[Fiend]] &#9642; [[Laelaps]]</td>
    </tr>
 
    <tr class='even'>
      <td class='groupheader secondindent'>Logistics Cruisers</td>
      <td class='widecol centertext'>[[Etana]] &#9642; [[Rabisu]]</td>
    </tr>
 
    <tr class='odd'>
      <td class='groupheader secondindent'>Recon Ships</td>
      <td class='racialcol centertext'>[[Chameleon]] &#9642; [[Moracha]] &#9642; [[Victor]] &#9642; [[Tiamat]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Battleships</td>
      <td class='widecol centertext'>[[Apocalypse Imperial Issue]] &#9642; [[Armageddon Imperial Issue]] &#9642; [[Megathron Federate Issue]] &#9642; [[Rattlesnake Victory Edition]] &#9642; [[Raven State Issue]] &#9642; [[Scorpion Ishukone Watch]] &#9642; [[Tempest Tribal Issue]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Industrial</td>
      <td class='widecol centertext'>[[Miasmos Amastris Edition]] &#9642; [[Miasmos Quafe Ultra Edition]] &#9642; [[Miasmos Quafe Ultramarine Edition]] &#9642; [[Primae]]</td>
    </tr>
 
    <tr class='primary'>
      <td class='firstcol groupheader firstindent'>Shuttles</td>
      <td class='widecol centertext'>[[Apotheosis]] &#9642; [[Boobook]] &#9642; [[Council Diplomatic Shuttle]] &#9642; [[Goru's Shuttle]] &#9642; [[Guristas Shuttle]] &#9642; [[InterBus Shuttle]] &#9642; [[Leopard]]</td>
    </tr>
 
    </table>
 
  </td>
 
  </tr>


</table>
<!-- Ship description -->
    <div class='ship-desc'>{{#if: {{{info|}}} |{{{info}}} |&nbsp;}}</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>

Latest revision as of 08:51, 23 July 2025

Template documentation (for the above template, sometimes hidden or invisible)
Black Ops: INFORMATION
fittings
8
high slots
highs
0
launcher hardpoints
launchers
6
turret hardpoints
turrets
4
middle slots
mediums
7
low slots
lows
drones & cargo
125 m³
drone capacity
drones
125 Mbit/sec
drone bandwidth
b/w
800 m³
cargo capacity
cargo
defense
4,375 HP
shields
shield electromagnetic resistance
0
shield thermal resistance
20
shield kinetic resistance
53
shield explosive resistance
68
target & nav
70.60 km
max. targeting range
tgt. range
333 m
ship signature radius
sig. radius
117 m/sec
max. velocity
max. velocity
S H I P   B O N U S E S

Amarr Battleship bonuses (per skill level):
10% reduction in Large Energy Turret activation cost
10% bonus to Large Energy Turret rate of fire
Black Ops bonuses (per skill level):
7.5% bonus to Large Energy Turret tracking speed
10% bonus to Energy Nosferatu and Energy Neutralizer drain amount
Role Bonus:
• Can fit Covert Cynosural Field Generator and Covert Jump Portal Generator
• No targeting delay after Cloaking Device deactivation
• Cloak reactivation delay reduced to 5 seconds
75% reduction to effective distance traveled for jump fatigue
50% reduction in Cynosural Field Generator duration
650% bonus to ship max velocity when using Cloaking Devices
100% bonus to Shield Extender hitpoints
50% bonus to Armor Plate hitpoints
5% Additional bonus to Reinforced Bulkhead hitpoints

Black Ops battleships are designed for infiltration and espionage behind enemy lines. With the use of a short-range jump drive and a portal generator, they are capable of making a special type of jump portal usable only by covert ops vessels. This enables them to stealthily plant reconnaissance and espionage forces in enemy territory. For the final word in clandestine maneuvers, look no further.
Visit User:Evon R'al/Sandbox template/doc to edit this text! (How does this work?) (Refresh this text - why?)