Difference between revisions of "Template:ShipsMatrix"

From EVE University Wiki
Jump to: navigation, search
(Reformat source to increase readability. Add Navy Destroyers group and ships. Add expand code to Dreadnoughts. Add Navy Dreadnoughts group and ships.)
(Add alliance tournament XX prize ships.)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{#css:
 
{{#css:
  
.ships-matrix
+
.ships-matrix
  {
+
{
  font-family: arial;
+
  font-family: arial;
  font-size: 12px;
+
  font-size: 12px;
  line-height: 130%;
+
  line-height: 130%;
  }
+
}
  
.ships-matrix table
+
.ships-matrix table
  {
+
{
    width:100%;
+
  width:100%;
  }
+
}
  
.ships-matrix table,
+
.ships-matrix table,
.ships-matrix tr,
+
.ships-matrix tr,
.ships-matrix th,
+
.ships-matrix th,
.ships-matrix td
+
.ships-matrix td
  {  
+
{  
  margin: 0;
+
  margin: 0;
  padding: 0;
+
  padding: 0;
  text-align: left;
+
  text-align: left;
  font-weight: normal;
+
  font-weight: normal;
  }
+
}
  
.ships-matrix th,
+
.ships-matrix th,
.ships-matrix td
+
.ships-matrix td
  {
+
{
  line-height: 110%;
+
  line-height: 110%;
  padding: 3px 5px;
+
  padding: 3px 5px;
  }
+
}
  
.ships-matrix tr
+
.ships-matrix tr
 
  {
 
  {
 
    
 
    
 
  }
 
  }
  
.ships-matrix a
+
.ships-matrix a
  {
+
{
    font-size: 11px;
+
  font-size: 11px;
  }
+
}
  
.ships-matrix a:hover,
+
.ships-matrix a:hover,
.ships-matrix a.hover
+
.ships-matrix a.hover
  {
+
{
  text-decoration:none;
+
  text-decoration: none;
  color:white;
+
  color: white;
  }
+
}
  
.ships-matrix tr.firstprimary,
+
.ships-matrix tr.firstprimary,
.ships-matrix tr.secondprimary
+
.ships-matrix tr.secondprimary
  {
+
{
  background-color: black;
+
  background-color: black;
  }
+
}
  
.ships-matrix .firstprimary th,
+
.ships-matrix .firstprimary th,
.ships-matrix .secondprimary th
+
.ships-matrix .secondprimary th
  {
+
{
  border-bottom: 1px solid #2D2413;
+
  border-bottom: 1px solid #2D2413;
  border-top: 1px solid #2D2413;   
+
  border-top: 1px solid #2D2413;   
  height: 20px;
+
  height: 20px;
  line-height: 20px;
+
  line-height: 20px;
  }
+
}
  
.ships-matrix .showexplain
+
.ships-matrix .showexplain
  {  
+
{  
  text-align: right;
+
  text-align: right;
  font-size: 80%;
+
  font-size: 80%;
  color: #CCCCCC;
+
  color: #CCCCCC;
  }
+
}
  
.ships-matrix .noshowexplain
+
.ships-matrix .noshowexplain
  {
+
{
  text-align: center;
+
  text-align: center;
  font-size: 14px;
+
  font-size: 14px;
  color: #B89964;
+
  color: #B89964;
  font-family: trebuchet MS;
+
  font-family: trebuchet MS;
  font-variant: small-caps;
+
  font-variant: small-caps;
  }
+
}
  
.ships-matrix tr.primary
+
.ships-matrix tr.primary
  {
+
{
  background-color: #222222;
+
  background-color: #222222;
  }
+
}
  
.ships-matrix .primary .collapseButton,
+
.ships-matrix .primary .collapseButton,
.ships-matrix .special .collapseButton,
+
.ships-matrix .special .collapseButton,
.ships-matrix .secondprimary .collapseButton
+
.ships-matrix .secondprimary .collapseButton
  {
+
{
  color: transparent;
+
  color: transparent;
  display: block;
+
  display: block;
  float: right;
+
  float: right;
  padding: 0;
+
  padding: 0;
  }
+
}
  
.ships-matrix .primary .collapseButton a,
+
.ships-matrix .primary .collapseButton a,
.ships-matrix .special .collapseButton a,
+
.ships-matrix .special .collapseButton a,
.ships-matrix .secondprimary .collapseButton a
+
.ships-matrix .secondprimary .collapseButton a
  {
+
{
  background-color: transparent;
+
  background-color: transparent;
  color: #CCCCCC;
+
  color: #CCCCCC;
  font-size: 80%;
+
  font-size: 80%;
  left: 0;
+
  left: 0;
  width: 100%;
+
  width: 100%;
  z-index: 20;
+
  z-index: 20;
  }
+
}
  
.ships-matrix .primary .collapseButton a:hover,
+
.ships-matrix .primary .collapseButton a:hover,
.ships-matrix .primary .collapseButton a.hover
+
.ships-matrix .primary .collapseButton a.hover
  {
+
{
  background-color:#614F31;
+
  background-color: #614F31;
  }
+
}
  
  .ships-matrix tr.highlight
+
.ships-matrix tr.highlight
  {
+
{
  background-color:#2D0404;
+
  background-color:#2D0404;
  }
+
}
  
.ships-matrix tr.special
+
.ships-matrix tr.special
  {
+
{
  background-color: #30281A;
+
  background-color: #30281A;
  }
+
}
  
.ships-matrix tr.even
+
.ships-matrix tr.even
  {
+
{
 
    
 
    
  }
+
}
  
.ships-matrix tr.odd
+
.ships-matrix tr.odd
  {
+
{
 
    
 
    
  }
+
}
  
.ships-matrix th
+
.ships-matrix th
  {
+
{
 
    
 
    
  }
+
}
 
   
 
   
.ships-matrix .firstcol { width:16%; }
+
.ships-matrix .firstcol { width:16%; }
  
.ships-matrix .racialcol { width:21%; }
+
.ships-matrix .racialcol { width:21%; }
  
.ships-matrix .piratecol { width:12%; }
+
.ships-matrix .piratecol { width:12%; }
  
.ships-matrix .othercol { width:21%; }
+
.ships-matrix .othercol { width:16.8%; }
 +
.ships-matrix .widecol { width:84%; }
  
.ships-matrix .widecol { width:84%; }
+
.ships-matrix .centertext
 +
{
 +
  color: gray;
 +
  text-align: center;
 +
}
  
.ships-matrix .centertext { color: gray; text-align: center; }
+
.ships-matrix .racialcol .img,
 +
.ships-matrix .piratecol .img,
 +
.ships-matrix .othercol .img
 +
{
 +
  display: inline-block;
 +
  margin-right: 5px;
 +
}
  
.ships-matrix .racialcol .img,
+
.ships-matrix .groupheader
.ships-matrix .piratecol .img,
+
  {
  .ships-matrix .othercol .img
+
   color: #B89964;
  {
+
  padding-left: 5px;
  display: inline-block;
+
}
  margin-right: 5px;
 
  }
 
 
 
.ships-matrix .groupheader
 
   {
 
  color: #B89964;
 
  padding-left: 5px;
 
  }
 
  
 
  .ships-matrix .groupheader .textlabel
 
  .ships-matrix .groupheader .textlabel
Line 171: Line 174:
 
   }
 
   }
  
.ships-matrix .primary .firstcol,
+
.ships-matrix .primary .firstcol,
.ships-matrix .primary .racialcol,
+
.ships-matrix .primary .racialcol,
.ships-matrix .primary .piratecol,
+
.ships-matrix .primary .piratecol,
.ships-matrix .primary .widecol,
+
.ships-matrix .primary .widecol,
.ships-matrix .special .firstcol,
+
.ships-matrix .special .firstcol,
.ships-matrix .special .racialcol,
+
.ships-matrix .special .racialcol,
.ships-matrix .special .piratecol,
+
.ships-matrix .special .piratecol,
.ships-matrix .special .widecol
+
.ships-matrix .special .widecol
  {
+
{
  border-bottom: 1px solid black;
+
  border-bottom: 1px solid black;
  }
+
}
  
.ships-matrix .firstindent
+
.ships-matrix .firstindent
  {
+
{
  padding-left:10px;
+
  padding-left: 10px;
  }
+
}
  
.ships-matrix .secondindent
+
.ships-matrix .secondindent
  {
+
{
  padding-left:15px;
+
  padding-left: 15px;
  }
+
}
  
 
}}
 
}}
<div class='ships-matrix'>
+
<div class='ships-matrix nowraplinks'> <!-- nowraplinks is located in MediaWiki:Common.css -->
  
 
  <table cellspacing='0' cellpadding='0'>
 
  <table cellspacing='0' cellpadding='0'>
  
 
   <tr class='firstprimary'>
 
   <tr class='firstprimary'>
   <th class='firstcol showexplain'>show advanced ships</th>
+
   <th class='firstcol showexplain'>{{#ifeq: {{lc: {{{expgroup}}} }} | all | | 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_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_caldari.png|center|x20px|link=]]</div>Caldari</th>
Line 212: Line 215:
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Corvettes</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Corvettes]]</span></th>
 
       <th class='racialcol centertext'>[[Impairor]]</th>
 
       <th class='racialcol centertext'>[[Impairor]]</th>
 
       <th class='racialcol centertext'>[[Ibis]]</th>
 
       <th class='racialcol centertext'>[[Ibis]]</th>
Line 221: Line 224:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | frigates | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | frigates= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Frigates</span></th>
+
       <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'>[[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'>[[Condor]] &#9642; [[Bantam]] &#9642; [[Kestrel]] &#9642; [[Griffin]] &#9642; [[Merlin]] &#9642; [[Heron]]</th>
Line 281: Line 288:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | destroyers | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | destroyers= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Destroyers</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Destroyers]]</span></th>
 
       <th class='racialcol centertext'>[[Coercer]] &#9642; [[Dragoon]]</th>
 
       <th class='racialcol centertext'>[[Coercer]] &#9642; [[Dragoon]]</th>
 
       <th class='racialcol centertext'>[[Cormorant]] &#9642; [[Corax]]</th>
 
       <th class='racialcol centertext'>[[Cormorant]] &#9642; [[Corax]]</th>
Line 325: Line 336:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | cruisers | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | cruisers= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Cruisers</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Cruisers]]</span></th>
 
       <th class='racialcol centertext'>[[Arbitrator]] &#9642; [[Augoror]] &#9642; [[Omen]] &#9642; [[Maller]]</th>
 
       <th class='racialcol centertext'>[[Arbitrator]] &#9642; [[Augoror]] &#9642; [[Omen]] &#9642; [[Maller]]</th>
 
       <th class='racialcol centertext'>[[Blackbird]] &#9642; [[Osprey]] &#9642; [[Caracal]] &#9642; [[Moa]]</th>
 
       <th class='racialcol centertext'>[[Blackbird]] &#9642; [[Osprey]] &#9642; [[Caracal]] &#9642; [[Moa]]</th>
Line 385: Line 400:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | battlecruisers | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | battlecruisers= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Battlecruisers</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Battlecruisers]]</span></th>
 
       <th class='racialcol centertext'>[[Prophecy]] &#9642; [[Harbinger]] &#9642; [[Oracle]]</th>
 
       <th class='racialcol centertext'>[[Prophecy]] &#9642; [[Harbinger]] &#9642; [[Oracle]]</th>
 
       <th class='racialcol centertext'>[[Ferox]] &#9642; [[Drake]] &#9642; [[Naga]]</th>
 
       <th class='racialcol centertext'>[[Ferox]] &#9642; [[Drake]] &#9642; [[Naga]]</th>
Line 413: Line 432:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | battleships | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | battleships= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Battleships</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Battleships]]</span></th>
 
       <th class='racialcol centertext'>[[Armageddon]] &#9642; [[Apocalypse]] &#9642; [[Abaddon]] </th>
 
       <th class='racialcol centertext'>[[Armageddon]] &#9642; [[Apocalypse]] &#9642; [[Abaddon]] </th>
 
       <th class='racialcol centertext'>[[Scorpion]] &#9642; [[Raven]] &#9642; [[Rokh]]</th>
 
       <th class='racialcol centertext'>[[Scorpion]] &#9642; [[Raven]] &#9642; [[Rokh]]</th>
Line 449: Line 472:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | carriers | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | carriers= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Carriers</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Carriers]]</span></th>
 
       <th class='racialcol centertext'>[[Archon]]</th>
 
       <th class='racialcol centertext'>[[Archon]]</th>
 
       <th class='racialcol centertext'>[[Chimera]]</th>
 
       <th class='racialcol centertext'>[[Chimera]]</th>
Line 469: Line 496:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | dreadnoughts | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | dreadnoughts= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Dreadnoughts</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Dreadnoughts]]</span></th>
 
       <th class='racialcol centertext'>[[Revelation]]</th>
 
       <th class='racialcol centertext'>[[Revelation]]</th>
 
       <th class='racialcol centertext'>[[Phoenix]]</th>
 
       <th class='racialcol centertext'>[[Phoenix]]</th>
Line 485: Line 516:
 
       <td class='centertext'>[[Moros Navy Issue]]</td>
 
       <td class='centertext'>[[Moros Navy Issue]]</td>
 
       <td class='centertext'>[[Naglfar Fleet Issue]]</td>
 
       <td class='centertext'>[[Naglfar Fleet Issue]]</td>
 +
    </tr>
 +
 +
    <tr class='odd'>
 +
      <td class='groupheader firstindent'>Lancer Dreadnoughts</td>
 +
      <td class='centertext'>[[Bane]]</td>
 +
      <td class='centertext'>[[Karura]]</td>
 +
      <td class='centertext'>[[Hubris]]</td>
 +
      <td class='centertext'>[[Valravn]]</td>
 
     </tr>
 
     </tr>
  
Line 492: Line 531:
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Force Auxiliaries</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Force Auxiliaries]]</span></th>
 
       <th class='racialcol centertext'>[[Apostle]]</th>
 
       <th class='racialcol centertext'>[[Apostle]]</th>
 
       <th class='racialcol centertext'>[[Minokawa]]</th>
 
       <th class='racialcol centertext'>[[Minokawa]]</th>
Line 504: Line 543:
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Titans</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Titans]]</span></th>
 
       <th class='racialcol centertext'>[[Avatar]]</th>
 
       <th class='racialcol centertext'>[[Avatar]]</th>
 
       <th class='racialcol centertext'>[[Leviathan]]</th>
 
       <th class='racialcol centertext'>[[Leviathan]]</th>
Line 513: Line 552:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | freighters | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | freighters= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Freighters</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Freighters]]</span></th>
 
       <th class='racialcol centertext'>[[Providence]]</th>
 
       <th class='racialcol centertext'>[[Providence]]</th>
 
       <th class='racialcol centertext'>[[Charon]]</th>
 
       <th class='racialcol centertext'>[[Charon]]</th>
Line 533: Line 576:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | haulers | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | haulers= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Haulers</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Haulers]]</span></th>
 
       <th class='racialcol centertext'>[[Bestower]] &#9642; [[Sigil]]</th>
 
       <th class='racialcol centertext'>[[Bestower]] &#9642; [[Sigil]]</th>
 
       <th class='racialcol centertext'>[[Badger]] &#9642; [[Tayra]]</th>
 
       <th class='racialcol centertext'>[[Badger]] &#9642; [[Tayra]]</th>
Line 556: Line 603:
  
 
     <tr class='primary'>
 
     <tr class='primary'>
       <th class='firstcol groupheader'><span class='textlabel'>Shuttles</span></th>
+
       <th class='firstcol groupheader'><span class='textlabel'>[[Shuttles]]</span></th>
 
       <th class='racialcol centertext'>[[Amarr Shuttle]]</th>
 
       <th class='racialcol centertext'>[[Amarr Shuttle]]</th>
 
       <th class='racialcol centertext'>[[Caldari Shuttle]]</th>
 
       <th class='racialcol centertext'>[[Caldari Shuttle]]</th>
Line 565: Line 612:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | ore | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | ore= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='special'>
 
     <tr class='special'>
Line 614: Line 665:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | pirates | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | pirates= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='secondprimary'>
 
     <tr class='secondprimary'>
Line 637: Line 692:
 
       <td class='piratecol centertext'>[[Astero]]</td>
 
       <td class='piratecol centertext'>[[Astero]]</td>
 
     </tr>
 
     </tr>
 +
 +
    <tr class='primary'>
 +
      <td class='firstcol groupheader firstindent'>Destroyers</td>
 +
      <td class='piratecol centertext'>[[Mekubal]]</td>
 +
      <td class='piratecol centertext'></td>
 +
      <td class='piratecol centertext'>[[Mamba]]</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'>
 
     <tr class='primary'>
Line 647: Line 713:
 
       <td class='piratecol centertext'>[[Vigilant]]</td>
 
       <td class='piratecol centertext'>[[Vigilant]]</td>
 
       <td class='piratecol centertext'>[[Stratios]]</td>
 
       <td class='piratecol centertext'>[[Stratios]]</td>
 +
    </tr>
 +
 +
    <tr class='primary'>
 +
      <td class='firstcol groupheader firstindent'>Battlecruisers</td>
 +
      <td class='piratecol centertext'>[[Khizriel]]</td>
 +
      <td class='piratecol centertext'></td>
 +
      <td class='piratecol centertext'>[[Alligator]]</td>
 +
      <td class='piratecol centertext'></td>
 +
      <td class='piratecol centertext'></td>
 +
      <td class='piratecol centertext'></td>
 +
      <td class='piratecol centertext'></td>
 
     </tr>
 
     </tr>
  
Line 706: Line 783:
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Titans</td>
 
       <td class='firstcol groupheader firstindent'>Titans</td>
       <td class='piratecol centertext'></td>
+
       <td class='piratecol centertext'>[[Azariel]]</td>
 
       <td class='piratecol centertext'>[[Molok]]</td>
 
       <td class='piratecol centertext'>[[Molok]]</td>
 
       <td class='piratecol centertext'>[[Komodo]]</td>
 
       <td class='piratecol centertext'>[[Komodo]]</td>
Line 717: Line 794:
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | other | |collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | other= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='secondprimary'>
 
     <tr class='secondprimary'>
Line 725: Line 806:
 
       <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: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>
 
       <th class='othercol noshowexplain'><div class='img'>[[Image:Isis_triglavian.png|center|20x20px|link=]]</div>Triglavian Collective</th>
 +
      <th class='othercol noshowexplain'><div class='img'>[[Image:Upwell_Consortium_logo.png|center|20x20px|link=]]</div>Upwell Consortium</th>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Frigates</td>
 
       <td class='firstcol groupheader firstindent'>Frigates</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'> [[Echelon]] </td>
       <td class='piratecol centertext'>[[Skybreaker]]</td>
+
       <td class='centertext'>[[Skybreaker]]</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'> [[Metamorphosis]] </td>
       <td class='piratecol centertext'>[[Damavik]]</td>
+
       <td class='centertext'>[[Damavik]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='firstcol groupheader secondindent'>Assault Frigates</td>
 
       <td class='firstcol groupheader secondindent'>Assault Frigates</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Nergal]]</td>
+
       <td class='centertext'>[[Nergal]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='firstcol groupheader secondindent'>Covert Ops</td>
 
       <td class='firstcol groupheader secondindent'>Covert Ops</td>
       <td class='piratecol centertext'>[[Pacifier]]</td>
+
       <td class='centertext'>[[Pacifier]]</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Destroyers</td>
 
       <td class='firstcol groupheader firstindent'>Destroyers</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Sunesis]]</td>
+
       <td class='centertext'>[[Sunesis]]</td>
       <td class='piratecol centertext'>[[Kikimora]]</td>
+
       <td class='centertext'>[[Kikimora]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='firstcol groupheader secondindent'>Command Destroyers</td>
 
       <td class='firstcol groupheader secondindent'>Command Destroyers</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Draugur]]</td>
+
       <td class='centertext'>[[Draugur]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Cruisers</td>
 
       <td class='firstcol groupheader firstindent'>Cruisers</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Stormbringer]]</td>
+
       <td class='centertext'>[[Stormbringer]]</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Rodiva]] &#9642; [[Vedmak]]</td>
+
       <td class='centertext'>[[Rodiva]] &#9642; [[Vedmak]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='firstcol groupheader secondindent'>Flag Cruisers</td>
 
       <td class='firstcol groupheader secondindent'>Flag Cruisers</td>
       <td class='piratecol centertext'>[[Monitor]]</td>
+
       <td class='centertext'>[[Monitor]]</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='firstcol groupheader secondindent'>Heavy Assault Cruisers</td>
 
       <td class='firstcol groupheader secondindent'>Heavy Assault Cruisers</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Ikitursa]]</td>
+
       <td class='centertext'>[[Ikitursa]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='firstcol groupheader secondindent'>Logistics Cruisers</td>
 
       <td class='firstcol groupheader secondindent'>Logistics Cruisers</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Zarmazd]]</td>
+
       <td class='centertext'>[[Zarmazd]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='firstcol groupheader secondindent'>Recon Ships</td>
 
       <td class='firstcol groupheader secondindent'>Recon Ships</td>
       <td class='piratecol centertext'>[[Enforcer]]</td>
+
       <td class='centertext'>[[Enforcer]]</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Battlecruisers</td>
 
       <td class='firstcol groupheader firstindent'>Battlecruisers</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Gnosis]]</td>
+
       <td class='centertext'>[[Gnosis]]</td>
       <td class='piratecol centertext'>[[Drekavac]]</td>
+
       <td class='centertext'>[[Drekavac]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Battleships</td>
 
       <td class='firstcol groupheader firstindent'>Battleships</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Thunderchild]]</td>
+
       <td class='centertext'>[[Thunderchild]]</td>
       <td class='piratecol centertext'>[[Praxis]]</td>
+
       <td class='centertext'>[[Praxis]]</td>
       <td class='piratecol centertext'>[[Leshak]]</td>
+
       <td class='centertext'>[[Leshak]]</td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='firstcol groupheader secondindent'>Black Ops</td>
 
       <td class='firstcol groupheader secondindent'>Black Ops</td>
       <td class='piratecol centertext'>[[Marshal]]</td>
+
       <td class='centertext'>[[Marshal]]</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Dreadnoughts</td>
 
       <td class='firstcol groupheader firstindent'>Dreadnoughts</td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'></td>
+
       <td class='centertext'></td>
       <td class='piratecol centertext'>[[Zirnitra]]</td>
+
       <td class='centertext'>[[Zirnitra]]</td>
 +
      <td class='centertext'></td>
 +
    </tr>
 +
 
 +
    <tr class='primary'>
 +
      <td class='firstcol groupheader firstindent'>Freighters</td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'> [[Avalanche]] </td>
 +
    </tr>
 +
 
 +
    <tr class='primary'>
 +
      <td class='firstcol groupheader firstindent'>Haulers</td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'> [[Squall]] </td>
 +
    </tr>
 +
 
 +
    <tr class='even'>
 +
      <td class='firstcol groupheader secondindent'>Transport Ships</td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'> [[Deluge]] &#9642; [[Torrent]] </td>
 +
    </tr>
 +
 
 +
    <tr class='primary'>
 +
      <td class='firstcol groupheader firstindent'>Shuttles</td>
 +
      <td class='centertext'> [[Council Diplomatic Shuttle]] </td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'> [[Apotheosis]] </td>
 +
      <td class='centertext'></td>
 +
      <td class='centertext'></td>
 
     </tr>
 
     </tr>
  
 
     </table>
 
     </table>
  
     <table class='collapsible {{#ifeq: {{{expgroup}}} | special edition | | collapsed}}' cellspacing='0' cellpadding='0'>
+
     <table class='{{#switch: {{lc: {{{expgroup}}} }}
 +
    | #default= collapsible collapsed
 +
    | special edition= collapsible
 +
    | all=
 +
    }}' cellspacing='0' cellpadding='0'>
  
 
     <tr class='special'>
 
     <tr class='special'>
Line 850: Line 986:
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Corvettes</td>
 
       <td class='firstcol groupheader firstindent'>Corvettes</td>
       <td class='widecol centertext'>[[Echo]] &#9642; [[Hematos]] &#9642; [[Immolator]] &#9642; [[Taipan]] &#9642; [[Violator]]</td>
+
       <td class='widecol centertext'>{{Sh|Echo}} &#9642; {{Sh|Hematos}} &#9642; {{Sh|Immolator}} &#9642; {{Sh|Taipan}} &#9642; {{Sh|Violator}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Frigates</td>
 
       <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>
+
       <td class='widecol centertext'> {{Sh|Gold Magnate}} &#9642; {{Sh|Inner Zone Shipping Imicus}} &#9642; {{Sh|Sarum Magnate}} &#9642; {{Sh|Silver Magnate}} &#9642; {{Sh|Sukuuvestaa Heron}} &#9642; {{Sh|Tash-Murkon Magnate}} &#9642; {{Sh|Vherokior Probe}} &#9642; {{Sh|Zephyr}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='groupheader secondindent'>Assault Frigates</td>
 
       <td class='groupheader secondindent'>Assault Frigates</td>
       <td class='widecol centertext'>[[Cambion]] &#9642; [[Freki]] &#9642; [[Malice]] &#9642; [[Utu]]</td>
+
       <td class='widecol centertext'>{{Sh|Cambion}} &#9642; {{Sh|Freki}} &#9642; {{Sh|Geri}} &#9642; {{Sh|Malice}} &#9642; {{Sh|Shapash}} &#9642; {{Sh|Utu}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='groupheader secondindent'>Covert Ops</td>
 
       <td class='groupheader secondindent'>Covert Ops</td>
       <td class='racialcol centertext'>[[Caedes]] &#9642; [[Chremoas]] &#9642; [[Hydra]] &#9642; [[Virtuoso]]</td>
+
       <td class='racialcol centertext'>{{Sh|Caedes}} &#9642; {{Sh|Chremoas}} &#9642; {{Sh|Hydra}} &#9642; {{Sh|Sidewinder}} &#9642; {{Sh|Virtuoso}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='groupheader secondindent'>Electronic Attack Ships</td>
 
       <td class='groupheader secondindent'>Electronic Attack Ships</td>
       <td class='racialcol centertext'>[[Raiju]]</td>
+
       <td class='racialcol centertext'>{{Sh|Raiju}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='groupheader secondindent'>Interceptors</td>
 
       <td class='groupheader secondindent'>Interceptors</td>
       <td class='widecol centertext'>[[Imp]] &#9642; [[Whiptail]]</td>
+
       <td class='widecol centertext'>{{Sh|Imp}} &#9642; {{Sh|Whiptail}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Destroyers</td>
 
       <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>
+
       <td class='widecol centertext'>{{Sh|Aliastra Catalyst}} &#9642; {{Sh|Inner Zone Shipping Catalyst}} &#9642; {{Sh|Intaki Syndicate Catalyst}} &#9642; {{Sh|InterBus Catalyst}} &#9642; {{Sh|Nefantar Thrasher}} &#9642; {{Sh|Quafe Catalyst}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Cruisers</td>
 
       <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>
+
       <td class='widecol centertext'>{{Sh|Guardian-Vexor}} &#9642; {{Sh|Opux Luxury Yacht}} &#9642; {{Sh|Stratios Emergency Responder}} &#9642; {{Sh|Victorieux Luxury Yacht}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='groupheader secondindent'>Heavy Assault Cruisers</td>
 
       <td class='groupheader secondindent'>Heavy Assault Cruisers</td>
       <td class='widecol centertext'>[[Adrestia]] &#9642; [[Mimir]] &#9642; [[Vangel]]</td>
+
       <td class='widecol centertext'>{{Sh|Adrestia}} &#9642; {{Sh|Bestla}} &#9642; {{Sh|Cybele}} &#9642; {{Sh|Mimir}} &#9642; {{Sh|Vangel}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='groupheader secondindent'>Heavy Interdiction Cruisers</td>
 
       <td class='groupheader secondindent'>Heavy Interdiction Cruisers</td>
       <td class='widecol centertext'>[[Fiend]] &#9642; [[Laelaps]]</td>
+
       <td class='widecol centertext'>{{Sh|Fiend}} &#9642; {{Sh|Laelaps}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='even'>
 
     <tr class='even'>
 
       <td class='groupheader secondindent'>Logistics Cruisers</td>
 
       <td class='groupheader secondindent'>Logistics Cruisers</td>
       <td class='widecol centertext'>[[Etana]] &#9642; [[Rabisu]]</td>
+
       <td class='widecol centertext'>{{Sh|Etana}} &#9642; {{Sh|Rabisu}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='odd'>
 
     <tr class='odd'>
 
       <td class='groupheader secondindent'>Recon Ships</td>
 
       <td class='groupheader secondindent'>Recon Ships</td>
       <td class='racialcol centertext'>[[Chameleon]] &#9642; [[Moracha]] &#9642; [[Victor]] &#9642; [[Tiamat]]</td>
+
       <td class='racialcol centertext'>{{Sh|Chameleon}} &#9642; {{Sh|Cobra}} &#9642; {{Sh|Moracha}} &#9642; {{Sh|Victor}} &#9642; {{Sh|Tiamat}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Battleships</td>
 
       <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>
+
       <td class='widecol centertext'>{{Sh|Apocalypse Imperial Issue}} &#9642; {{Sh|Armageddon Imperial Issue}} &#9642; {{Sh|Megathron Federate Issue}} &#9642; {{Sh|Rattlesnake Victory Edition}} &#9642; {{Sh|Raven State Issue}} &#9642; {{Sh|Scorpion Ishukone Watch}} &#9642; {{Sh|Tempest Tribal Issue}}</td>
 +
    </tr>
 +
 
 +
    <tr class='odd'>
 +
      <td class='groupheader secondindent'>Black Ops</td>
 +
      <td class='racialcol centertext'>{{Sh|Python}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Industrial</td>
 
       <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>
+
       <td class='widecol centertext'>{{Sh|Miasmos Amastris Edition}} &#9642; {{Sh|Miasmos Quafe Ultra Edition}} &#9642; {{Sh|Miasmos Quafe Ultramarine Edition}} &#9642; {{Sh|Primae}}</td>
 
     </tr>
 
     </tr>
  
 
     <tr class='primary'>
 
     <tr class='primary'>
 
       <td class='firstcol groupheader firstindent'>Shuttles</td>
 
       <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>
+
       <td class='widecol centertext'> {{Sh|Boobook}} &#9642; {{Sh|Civilian Amarr Shuttle}} &#9642; {{Sh|Civilian Caldari Shuttle}} &#9642; {{Sh|Civilian Gallente Shuttle}} &#9642; {{Sh|Civilian Minmatar Shuttle}} &#9642; {{Sh|Goru's Shuttle}} &#9642; {{Sh|Guristas Shuttle}} &#9642; {{Sh|InterBus Shuttle}} &#9642; {{Sh|Leopard}}</td>
 
     </tr>
 
     </tr>
  
Line 932: Line 1,073:
  
 
</div>
 
</div>
<noinclude>
+
<noinclude>{{documentation}}<!-- Please add categories and interwikis to the bottom of template /doc, not here --></noinclude>
{{documentation}}
 
</noinclude>
 

Latest revision as of 12:36, 27 August 2024

Template documentation (for the above template, sometimes hidden or invisible)
Description
This template generates a footer with expandable rows, listing all ships by faction and type. It also has an option to display a fully expanded version without the show/hide option.
The rules for placing Ships into the matrix are:
  • Amarr, Caldari, Gallente and Minmatar Ships from the "Ship Tree" go in the "Primary" sub-table
  • ORE Ships from the "Ship Tree" go in the "Outer Ring Excavation Ships" sub-table
  • Ships from the "Ship Tree" found under "Pirate Factions" in the "Regional Market" in-game window go in the "Pirate Factions Ships" sub-table
  • Ships described in-game as built by CONCORD, Ships described in-game as built by Society of Conscious Thought, EDENCOM Ships from the "Ship Tree" and Triglavian Ships from the "Ship Tree" go in the "Other Faction Ships" sub-table; the exception are Ships that are only given once, such as Ships given during the Alliance Tournament - these belong in the "Special Edition Ships" sub-table
  • All Ships that do not belong to any previous sub-table go in the "Special Edition Ships" sub-table
Dependencies
Uses
{{Sh}} for ship links in the "Special Edition Ships" section.
CSS class nowraplinks from MediaWiki:Common.css
Syntax
{{ShipsMatrix|<expgroup= expgroup>}}
Parameters
expgroup=
To auto expand a collapsed ship group - One of the following: battlecruisers, battleships, carriers, cruisers, destroyers, dreadnoughts, freighters, frigates, haulers, ore, pirates, special edition or other.
Tho produce a fully expanded ship matrix without the show/hide option use the expgroup parameter all.
Notes
The all value for the fully expanded version was developed to replace the manual coding of the article EVE ships.
Visit Template:ShipsMatrix/doc to edit this text! (How does this work?) (Refresh this text - why?)