More actions
Add Geri and Bestla |
Proton One (talk | contribs) Attempt to add the new ships |
||
| (24 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.ships-matrix | |||
{ | |||
overflow: auto; | |||
font-family: arial; | |||
font-size: 12px; | |||
line-height: 130%; | |||
} | |||
.ships-matrix table | |||
{ | |||
width:100%; | |||
} | |||
.ships-matrix table, | |||
.ships-matrix tr, | |||
.ships-matrix th, | |||
.ships-matrix td | |||
{ | |||
margin: 0; | |||
padding: 0; | |||
text-align: left; | |||
font-weight: normal; | |||
} | |||
.ships-matrix th, | |||
.ships-matrix td | |||
{ | |||
line-height: 110%; | |||
padding: 3px 5px; | |||
} | |||
.ships-matrix tr | |||
{ | { | ||
} | } | ||
.ships-matrix a | |||
{ | |||
font-size: 11px; | |||
} | |||
.ships-matrix a:hover, | |||
.ships-matrix a.hover | |||
{ | |||
text-decoration: none; | |||
color: white; | |||
} | |||
.ships-matrix tr.firstprimary, | |||
.ships-matrix tr.secondprimary | |||
{ | |||
background-color: black; | |||
} | |||
.ships-matrix .firstprimary th, | |||
.ships-matrix .secondprimary th | |||
{ | |||
border-bottom: 1px solid #2D2413; | |||
border-top: 1px solid #2D2413; | |||
height: 20px; | |||
line-height: 20px; | |||
} | |||
.ships-matrix .showexplain | |||
{ | |||
text-align: right; | |||
font-size: 80%; | |||
color: #CCCCCC; | |||
} | |||
.ships-matrix .noshowexplain | |||
{ | |||
text-align: center; | |||
font-size: 14px; | |||
color: #B89964; | |||
font-family: trebuchet MS; | |||
font-variant: small-caps; | |||
} | |||
.ships-matrix tr.primary | |||
{ | |||
background-color: #222222; | |||
} | |||
.ships-matrix .primary .collapseButton, | |||
.ships-matrix .special .collapseButton, | |||
.ships-matrix .secondprimary .collapseButton | |||
{ | |||
color: transparent; | |||
display: block; | |||
float: right; | |||
padding: 0; | |||
} | |||
.ships-matrix .primary .collapseButton a, | |||
.ships-matrix .special .collapseButton a, | |||
.ships-matrix .secondprimary .collapseButton a | |||
{ | |||
background-color: transparent; | |||
color: #CCCCCC; | |||
font-size: 80%; | |||
left: 0; | |||
width: 100%; | |||
z-index: 20; | |||
} | |||
.ships-matrix .primary .collapseButton a:hover, | |||
.ships-matrix .primary .collapseButton a.hover | |||
{ | |||
background-color: #614F31; | |||
} | |||
.ships-matrix tr.highlight | |||
{ | |||
background-color:#2D0404; | |||
} | |||
.ships-matrix tr.special | |||
{ | |||
background-color: #30281A; | |||
} | |||
.ships-matrix tr.even | |||
{ | |||
} | |||
.ships-matrix tr.odd | |||
{ | |||
} | |||
.ships-matrix th | |||
{ | |||
} | |||
.ships-matrix .firstcol { width:16%; } | |||
.ships-matrix .racialcol { width:21%; } | |||
.ships-matrix .piratecol { width:10.5%; } | |||
.ships-matrix .othercol { width:16.8%; } | |||
.ships-matrix .widecol { width:84%; } | |||
.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 .groupheader | |||
{ | |||
color: #B89964; | |||
padding-left: 5px; | |||
} | |||
.ships-matrix .groupheader .textlabel | .ships-matrix .groupheader .textlabel | ||
| Line 171: | Line 175: | ||
} | } | ||
.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'> | <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 216: | ||
<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 225: | ||
</table> | </table> | ||
<table class=' | <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]] ▪ [[Inquisitor]] ▪ [[Tormentor]] ▪ [[Crucifier]] ▪ [[Punisher]] ▪ [[Magnate]]</th> | <th class='racialcol centertext'>[[Executioner]] ▪ [[Inquisitor]] ▪ [[Tormentor]] ▪ [[Crucifier]] ▪ [[Punisher]] ▪ [[Magnate]]</th> | ||
<th class='racialcol centertext'>[[Condor]] ▪ [[Bantam]] ▪ [[Kestrel]] ▪ [[Griffin]] ▪ [[Merlin]] ▪ [[Heron]]</th> | <th class='racialcol centertext'>[[Condor]] ▪ [[Bantam]] ▪ [[Kestrel]] ▪ [[Griffin]] ▪ [[Merlin]] ▪ [[Heron]]</th> | ||
| Line 281: | Line 289: | ||
</table> | </table> | ||
<table class=' | <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]] ▪ [[Dragoon]]</th> | <th class='racialcol centertext'>[[Coercer]] ▪ [[Dragoon]]</th> | ||
<th class='racialcol centertext'>[[Cormorant]] ▪ [[Corax]]</th> | <th class='racialcol centertext'>[[Cormorant]] ▪ [[Corax]]</th> | ||
| Line 325: | Line 337: | ||
</table> | </table> | ||
<table class=' | <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]] ▪ [[Augoror]] ▪ [[Omen]] ▪ [[Maller]]</th> | <th class='racialcol centertext'>[[Arbitrator]] ▪ [[Augoror]] ▪ [[Omen]] ▪ [[Maller]]</th> | ||
<th class='racialcol centertext'>[[Blackbird]] ▪ [[Osprey]] ▪ [[Caracal]] ▪ [[Moa]]</th> | <th class='racialcol centertext'>[[Blackbird]] ▪ [[Osprey]] ▪ [[Caracal]] ▪ [[Moa]]</th> | ||
| Line 385: | Line 401: | ||
</table> | </table> | ||
<table class=' | <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]] ▪ [[Harbinger]] ▪ [[Oracle]]</th> | <th class='racialcol centertext'>[[Prophecy]] ▪ [[Harbinger]] ▪ [[Oracle]]</th> | ||
<th class='racialcol centertext'>[[Ferox]] ▪ [[Drake]] ▪ [[Naga]]</th> | <th class='racialcol centertext'>[[Ferox]] ▪ [[Drake]] ▪ [[Naga]]</th> | ||
| Line 413: | Line 433: | ||
</table> | </table> | ||
<table class=' | <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]] ▪ [[Apocalypse]] ▪ [[Abaddon]] </th> | <th class='racialcol centertext'>[[Armageddon]] ▪ [[Apocalypse]] ▪ [[Abaddon]] </th> | ||
<th class='racialcol centertext'>[[Scorpion]] ▪ [[Raven]] ▪ [[Rokh]]</th> | <th class='racialcol centertext'>[[Scorpion]] ▪ [[Raven]] ▪ [[Rokh]]</th> | ||
| Line 449: | Line 473: | ||
</table> | </table> | ||
<table class=' | <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 497: | ||
</table> | </table> | ||
<table class=' | <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 517: | ||
<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 532: | ||
<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 544: | ||
<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 553: | ||
</table> | </table> | ||
<table class=' | <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 577: | ||
</table> | </table> | ||
<table class=' | <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]] ▪ [[Sigil]]</th> | <th class='racialcol centertext'>[[Bestower]] ▪ [[Sigil]]</th> | ||
<th class='racialcol centertext'>[[Badger]] ▪ [[Tayra]]</th> | <th class='racialcol centertext'>[[Badger]] ▪ [[Tayra]]</th> | ||
| Line 556: | Line 604: | ||
<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 613: | ||
</table> | </table> | ||
<table class=' | <table class='{{#switch: {{lc: {{{expgroup}}} }} | ||
| #default= collapsible collapsed | |||
| ore= collapsible | |||
| all= | |||
}}' cellspacing='0' cellpadding='0'> | |||
<tr class='special'> | <tr class='special'> | ||
| Line 577: | Line 629: | ||
</tr> | </tr> | ||
<tr class=' | <tr class='highlight'> | ||
<td class='groupheader firstindent'>Navy Faction Frigates</td> | |||
<td class='piratecol centertext'>[[Venture Consortium Issue]]</td> | |||
</tr> | |||
<tr class='odd'> | |||
<td class='groupheader secondindent'>Expedition Frigates</td> | <td class='groupheader secondindent'>Expedition Frigates</td> | ||
<td class='piratecol centertext'>[[Prospect]] ▪ [[Endurance]]</td> | <td class='piratecol centertext'>[[Prospect]] ▪ [[Endurance]]</td> | ||
</tr> | |||
<tr class='primary'> | |||
<td class='firstcol groupheader firstindent'>Destroyers</td> | |||
<td class='piratecol centertext'>[[Pioneer]]</td> | |||
</tr> | |||
<tr class='highlight'> | |||
<td class='groupheader firstindent'>Navy Faction Destroyers</td> | |||
<td class='piratecol centertext'>[[Pioneer Consortium Issue]]</td> | |||
</tr> | |||
<tr class='even'> | |||
<td class='groupheader secondindent'>Command Destroyers</td> | |||
<td class='piratecol centertext'>[[Outrider]]</td> | |||
</tr> | </tr> | ||
| Line 614: | Line 686: | ||
</table> | </table> | ||
<table class=' | <table class='{{#switch: {{lc: {{{expgroup}}} }} | ||
| #default= collapsible collapsed | |||
| pirates= collapsible | |||
| all= | |||
}}' cellspacing='0' cellpadding='0'> | |||
<tr class='secondprimary'> | <tr class='secondprimary'> | ||
| Line 620: | Line 696: | ||
<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_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_blood_raiders.png|center|20x20px|link=]]</div>Blood Raiders</th> | ||
<th class='piratecol noshowexplain'><div class='img'>[[Image:Logo faction deathless circle.png|center|20x20px|link=]]</div>Deathless Circle</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_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_mordus.png|center|20x20px|link=]]</div>Mordu's Legion</th> | ||
| Line 631: | Line 708: | ||
<td class='piratecol centertext'>[[Dramiel]]</td> | <td class='piratecol centertext'>[[Dramiel]]</td> | ||
<td class='piratecol centertext'>[[Cruor]]</td> | <td class='piratecol centertext'>[[Cruor]]</td> | ||
<td class='piratecol centertext'></td> | |||
<td class='piratecol centertext'>[[Worm]]</td> | <td class='piratecol centertext'>[[Worm]]</td> | ||
<td class='piratecol centertext'>[[Garmur]]</td> | <td class='piratecol centertext'>[[Garmur]]</td> | ||
| Line 637: | Line 715: | ||
<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'>[[Tholos]]</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 642: | Line 732: | ||
<td class='piratecol centertext'>[[Cynabal]]</td> | <td class='piratecol centertext'>[[Cynabal]]</td> | ||
<td class='piratecol centertext'>[[Ashimmu]]</td> | <td class='piratecol centertext'>[[Ashimmu]]</td> | ||
<td class='piratecol centertext'></td> | |||
<td class='piratecol centertext'>[[Gila]]</td> | <td class='piratecol centertext'>[[Gila]]</td> | ||
<td class='piratecol centertext'>[[Orthrus]]</td> | <td class='piratecol centertext'>[[Orthrus]]</td> | ||
| Line 647: | Line 738: | ||
<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'>[[Cenotaph]]</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 class='odd'> | |||
<td class='firstcol groupheader secondindent'>Expedition Command Ships</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> | |||
<td class='piratecol centertext'>[[Odysseus]]</td> | |||
</tr> | </tr> | ||
| Line 653: | Line 768: | ||
<td class='piratecol centertext'>[[Machariel]]</td> | <td class='piratecol centertext'>[[Machariel]]</td> | ||
<td class='piratecol centertext'>[[Bhaalgorn]]</td> | <td class='piratecol centertext'>[[Bhaalgorn]]</td> | ||
<td class='piratecol centertext'></td> | |||
<td class='piratecol centertext'>[[Rattlesnake]]</td> | <td class='piratecol centertext'>[[Rattlesnake]]</td> | ||
<td class='piratecol centertext'>[[Barghest]]</td> | <td class='piratecol centertext'>[[Barghest]]</td> | ||
| Line 662: | Line 778: | ||
<tr class='primary'> | <tr class='primary'> | ||
<td class='firstcol groupheader firstindent'>Dreadnoughts</td> | <td class='firstcol groupheader firstindent'>Dreadnoughts</td> | ||
<td class='piratecol centertext'>[[Sarathiel]]</td> | |||
<td class='piratecol centertext'>[[Chemosh]]</td> | |||
<td class='piratecol centertext'></td> | <td class='piratecol centertext'></td> | ||
<td class='piratecol centertext'>[[Caiman]]</td> | <td class='piratecol centertext'>[[Caiman]]</td> | ||
<td class='piratecol centertext'></td> | <td class='piratecol centertext'></td> | ||
| Line 673: | Line 790: | ||
<tr class='primary'> | <tr class='primary'> | ||
<td class='firstcol groupheader firstindent'>Carriers</td> | <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> | ||
| Line 684: | Line 802: | ||
<tr class='even'> | <tr class='even'> | ||
<td class='groupheader secondindent'>Supercarriers</td> | <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'></td> | ||
| Line 697: | Line 816: | ||
<td class='piratecol centertext'></td> | <td class='piratecol centertext'></td> | ||
<td class='piratecol centertext'>[[Dagon]]</td> | <td class='piratecol centertext'>[[Dagon]]</td> | ||
<td class='piratecol centertext'></td> | |||
<td class='piratecol centertext'>[[Loggerhead]]</td> | <td class='piratecol centertext'>[[Loggerhead]]</td> | ||
<td class='piratecol centertext'></td> | <td class='piratecol centertext'></td> | ||
| Line 706: | Line 826: | ||
<tr class='primary'> | <tr class='primary'> | ||
<td class='firstcol groupheader firstindent'>Titans</td> | <td class='firstcol groupheader firstindent'>Titans</td> | ||
<td class='piratecol centertext'>[[Azariel]]</td> | |||
<td class='piratecol centertext'>[[Molok]]</td> | |||
<td class='piratecol centertext'></td> | <td class='piratecol centertext'></td> | ||
<td class='piratecol centertext'>[[Komodo]]</td> | <td class='piratecol centertext'>[[Komodo]]</td> | ||
<td class='piratecol centertext'></td> | <td class='piratecol centertext'></td> | ||
| Line 717: | Line 838: | ||
</table> | </table> | ||
<table class=' | <table class='{{#switch: {{lc: {{{expgroup}}} }} | ||
| #default= collapsible collapsed | |||
| other= collapsible | |||
| all= | |||
}}' cellspacing='0' cellpadding='0'> | |||
<tr class='secondprimary'> | <tr class='secondprimary'> | ||
| Line 725: | Line 850: | ||
<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=' | <td class='centertext'> [[Echelon]] </td> | ||
<td class=' | <td class='centertext'>[[Skybreaker]]</td> | ||
<td class=' | <td class='centertext'> [[Metamorphosis]] </td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'>[[Pacifier]]</td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'>[[Sunesis]]</td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'>[[Stormbringer]]</td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'>[[Rodiva]] ▪ [[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=' | <td class='centertext'>[[Monitor]]</td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'>[[Enforcer]]</td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'>[[Gnosis]]</td> | ||
<td class=' | <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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'>[[Thunderchild]]</td> | ||
<td class=' | <td class='centertext'>[[Praxis]]</td> | ||
<td class=' | <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=' | <td class='centertext'>[[Marshal]]</td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class='centertext'></td> | |||
</tr> | |||
<tr class='even'> | |||
<td class='firstcol groupheader secondindent'>Marauders</td> | |||
<td class='centertext'></td> | |||
<td class='centertext'></td> | |||
<td class='centertext'></td> | |||
<td class='centertext'>[[Babaroga]]</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=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <td class='centertext'></td> | ||
<td class=' | <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]] ▪ [[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=' | <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 1,039: | ||
<tr class='primary'> | <tr class='primary'> | ||
<td class='firstcol groupheader firstindent'>Corvettes</td> | <td class='firstcol groupheader firstindent'>Corvettes</td> | ||
<td class='widecol centertext'> | <td class='widecol centertext'>{{Sh|Echo}} ▪ {{Sh|Hematos}} ▪ {{Sh|Immolator}} ▪ {{Sh|Taipan}} ▪ {{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'> | <td class='widecol centertext'> {{Sh|Gold Magnate}} ▪ {{Sh|Inner Zone Shipping Imicus}} ▪ {{Sh|Sarum Magnate}} ▪ {{Sh|Silver Magnate}} ▪ {{Sh|Sukuuvestaa Heron}} ▪ {{Sh|Tash-Murkon Magnate}} ▪ {{Sh|Vherokior Probe}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Cambion}} ▪ {{Sh|Freki}} ▪ {{Sh|Geri}} ▪ {{Sh|Malice}} ▪ {{Sh|Shapash}} ▪ {{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'> | <td class='racialcol centertext'>{{Sh|Caedes}} ▪ {{Sh|Chremoas}} ▪ {{Sh|Hydra}} ▪ {{Sh|Sidewinder}} ▪ {{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'> | <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'> | <td class='widecol centertext'>{{Sh|Imp}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Aliastra Catalyst}} ▪ {{Sh|Inner Zone Shipping Catalyst}} ▪ {{Sh|Intaki Syndicate Catalyst}} ▪ {{Sh|InterBus Catalyst}} ▪ {{Sh|Nefantar Thrasher}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Guardian-Vexor}} ▪ {{Sh|Opux Luxury Yacht}} ▪ {{Sh|Stratios Emergency Responder}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Adrestia}} ▪ {{Sh|Bestla}} ▪ {{Sh|Cybele}} ▪ {{Sh|Mimir}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Fiend}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Etana}} ▪ {{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'> | <td class='racialcol centertext'>{{Sh|Chameleon}} ▪ {{Sh|Cobra}} ▪ {{Sh|Moracha}} ▪ {{Sh|Victor}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Apocalypse Imperial Issue}} ▪ {{Sh|Armageddon Imperial Issue}} ▪ {{Sh|Megathron Federate Issue}} ▪ {{Sh|Rattlesnake Victory Edition}} ▪ {{Sh|Raven State Issue}} ▪ {{Sh|Scorpion Ishukone Watch}} ▪ {{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'> | <td class='widecol centertext'>{{Sh|Miasmos Amastris Edition}} ▪ {{Sh|Miasmos Quafe Ultra Edition}} ▪ {{Sh|Miasmos Quafe Ultramarine Edition}} ▪ {{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'> | <td class='widecol centertext'> {{Sh|Boobook}} ▪ {{Sh|Civilian Amarr Shuttle}} ▪ {{Sh|Civilian Caldari Shuttle}} ▪ {{Sh|Civilian Gallente Shuttle}} ▪ {{Sh|Civilian Minmatar Shuttle}} ▪ {{Sh|Goru's Shuttle}} ▪ {{Sh|Guristas Shuttle}} ▪ {{Sh|InterBus Shuttle}} ▪ {{Sh|Leopard}}</td> | ||
</tr> | </tr> | ||
| Line 932: | Line 1,126: | ||
</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 15:05, 18 November 2025
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.
















