More actions
m Changed overall margin to right side. |
m Make 8 slots fit. |
||
| (32 intermediate revisions by 11 users not shown) | |||
| Line 2: | Line 2: | ||
.shipFitting { | .shipFitting { | ||
width: 438px; | |||
background-color: #202020; | background-color: #202020; | ||
| Line 11: | Line 11: | ||
margin-right: 20px; | margin-right: 20px; | ||
margin-bottom: | margin-bottom: 20px; | ||
padding-left: 8px; | padding-left: 8px; | ||
padding-right: 8px; | padding-right: 8px; | ||
| Line 19: | Line 19: | ||
color: #CCCCCC; | color: #CCCCCC; | ||
text-align: center; | text-align: center; | ||
float: left; | |||
} | } | ||
.shipFitting+*:not(.shipFitting) { | .shipFitting+*:not(.shipFitting) { | ||
clear: both; | clear: both; | ||
} | |||
.shipFitting.showEFT { | |||
width: 684px; | |||
} | |||
.shipFitting.showSkills { | |||
width: 684px; | |||
} | |||
.shipFitting.showNotes { | |||
width: 734px; | |||
} | |||
.shipFitting.showEFT.showSkills { | |||
width: 932px; | |||
} | |||
.shipFitting.showEFT.showNotes { | |||
width: 982px; | |||
} | |||
.shipFitting.showSkills.showNotes { | |||
width: 982px; | |||
} | |||
.shipFitting.showEFT.showSkills.showNotes { | |||
width: 1230px; | |||
} | } | ||
| Line 32: | Line 61: | ||
border-bottom: solid 2px #404040; | border-bottom: solid 2px #404040; | ||
line-height: | line-height: 23px; | ||
font-size: 14px; | font-size: 14px; | ||
} | |||
.shipFitting .fittingHeader img { | |||
margin-top: -2px; | |||
} | } | ||
.shipFitting .fittingHeader span { | .shipFitting .fittingHeader span { | ||
margin-left: 21px; | margin-left: 21px; | ||
} | |||
.shipFitting .fittingHeader h5 { | |||
color: #CCCCCC; | |||
margin: 0px; | |||
font-size: 14px; | |||
border: none; | |||
font-weight: normal; | |||
padding: 0px; | |||
height: 0px; | |||
width: 0px; | |||
} | } | ||
| Line 43: | Line 87: | ||
width: 45px; | width: 45px; | ||
height: 16px; | height: 16px; | ||
line-height: | line-height: 17px; | ||
font-size: 8px; | font-size: 8px; | ||
border-left: solid 1px #404040; | border-left: solid 1px #404040; | ||
| Line 140: | Line 184: | ||
display: block; | display: block; | ||
} | } | ||
.shipFitting .drones2 { | |||
display: none; | |||
} | |||
.shipFitting.c2 .drones2 { | |||
display: block; | |||
} | |||
.shipFitting .charges2 { | |||
display: none; | |||
} | |||
.shipFitting.c2 .charges2 { | |||
display: block; | |||
} | |||
.shipFitting .subSlots.rigs { | .shipFitting .subSlots.rigs { | ||
| Line 151: | Line 209: | ||
.shipFitting .note { | .shipFitting .note { | ||
width: 198px; | width: 198px; | ||
height: | height: 19px; | ||
border: solid 1px #404040; | border: solid 1px #404040; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
line-height: | line-height: 19px; | ||
font-size: 10px; | font-size: 10px; | ||
} | } | ||
| Line 175: | Line 233: | ||
.shipFitting .difficultyLevel { | .shipFitting .difficultyLevel { | ||
height: | height: 9px; | ||
width: | width: 45px; | ||
margin-left: auto; | margin-left: auto; | ||
| Line 217: | Line 275: | ||
border: solid 1px #404040; | border: solid 1px #404040; | ||
line-height: | line-height: 19px; | ||
font-size: 10px; | font-size: 10px; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.shipFitting .button:hover { | .shipFitting .button.empty { | ||
background-color: # | color: #555555; | ||
border-color: #353535; | |||
} | |||
.shipFitting .button_disabled { | |||
width: 45px; | |||
height: 18px; | |||
float: left; | |||
margin-right: 4px; | |||
border: solid 1px #404040; | |||
line-height: 19px; | |||
font-size: 10px; | |||
} | |||
.shipFitting .button_disabled.empty { | |||
color: #555555; | |||
border-color: #353535; | |||
} | |||
.shipFitting .button:not(.empty):hover { | |||
background-color: #303030; | |||
} | } | ||
.shipFitting .button.active { | .shipFitting .button.active { | ||
background-color: # | background-color: #2C2C2C; | ||
} | } | ||
.shipFitting .button.notes { | .shipFitting .button.notes { | ||
margin-right: 0px; | |||
} | |||
.shipFitting .button.fleetup { | |||
width: 65px; | |||
margin-right: 0px; | |||
} | |||
.shipFitting .button_disabled.fleetup { | |||
width: 65px; | |||
margin-right: 0px; | margin-right: 0px; | ||
} | } | ||
| Line 302: | Line 390: | ||
float: left; | float: left; | ||
} | } | ||
.shipFitting .shipTitle{ | |||
float: left; | |||
width: 412px | |||
} | |||
.shipFitting .nodisplay{ | |||
display: none; | |||
} | |||
}} | }} | ||
<div class="shipFitting {{#if: {{{subsystem1name|}}} | ss }}" {{#if: {{{fitID| }}} | id="{{{fitID}}}" | }}> | <div class="shipFitting {{#if: {{{subsystem1name|}}} | ss }} {{#switch: {{{showSKILLS|}}}|Y={{#if: {{{skills|}}}|showSkills}}}} {{#switch: {{{showNOTES|}}}|Y={{#if: {{{notes|}}}|showNotes}}}}" {{#if: {{{fitID| }}} | id="{{{fitID}}}" | }}> <!-- Edit: Added a toggle to automatically show SKILLS/NOTES; this will only work if there are SKILLS/NOTES to show --> | ||
<div class="fittingHeader"> | <div class="fittingHeader"> | ||
<div class="uniLogo"> | {{#switch: {{{showTOC|Y}}} | N = | <h5>{{{fitName}}}</h5> }} | ||
<span>{{{ship}}}: {{{fitName}}}</span> | <div class="uniLogo">{{#show: UniWiki:EVE University Graphics|?Has EVE University emblem#18px;middle}}</div> | ||
<div class="shipTitle"><span>{{{ship}}}: {{{fitName}}}</span></div> | |||
</div> | </div> | ||
| Line 314: | Line 410: | ||
<div class="moreInfo eftData"> | <div class="moreInfo eftData"> | ||
<div class="subHeader eftHeader">EFT</div> | <div class="subHeader eftHeader">EFT</div> | ||
<div class="bx eftInfo">[{{{ship}}}, {{{fitName}}}]<br />{{#switch: {{{high1name | }}} | = | open = | {{{high1name}}}<br />}}{{#switch: {{{high2name | }}} | = | open = | {{{high2name}}}<br />}}{{#switch: {{{high3name | }}} | = | open = | {{{high3name}}}<br />}}{{#switch: {{{high4name | }}} | = | open = | {{{high4name}}}<br />}}{{#switch: {{{high5name | }}} | = | open = | {{{high5name}}}<br />}}{{#switch: {{{high6name | }}} | = | open = | {{{high6name}}}<br />}}{{#switch: {{{high7name | }}} | = | open = | {{{high7name}}}<br />}}{{#switch: {{{high8name | }}} | = | open = | {{{high8name}}}<br />}}<br />{{#switch: {{{mid1name | }}} | = | open = | {{{mid1name}}}<br />}}{{#switch: {{{mid2name | }}} | = | open = | {{{mid2name}}}<br />}}{{#switch: {{{mid3name | }}} | = | open = | {{{mid3name}}}<br />}}{{#switch: {{{mid4name | }}} | = | open = | {{{mid4name}}}<br />}}{{#switch: {{{mid5name | }}} | = | open = | {{{mid5name}}}<br />}}{{#switch: {{{mid6name | }}} | = | open = | {{{mid6name}}}<br />}}{{#switch: {{{mid7name | }}} | = | open = | {{{mid7name}}}<br />}}{{#switch: {{{mid8name | }}} | = | open = | {{{mid8name}}}<br />}}<br />{{#switch: {{{low1name | }}} | = | open = | {{{low1name}}}<br />}}{{#switch: {{{low2name | }}} | = | open = | {{{low2name}}}<br />}}{{#switch: {{{low3name | }}} | = | open = | {{{low3name}}}<br />}}{{#switch: {{{low4name | }}} | = | open = | {{{low4name}}}<br />}}{{#switch: {{{low5name | }}} | = | open = | {{{low5name}}}<br />}}{{#switch: {{{low6name | }}} | = | open = | {{{low6name}}}<br />}}{{#switch: {{{low7name | }}} | = | open = | {{{low7name}}}<br />}}{{#switch: {{{low8name | }}} | = | open = | {{{low8name}}}<br />}}<br />{{#switch: {{{subsystem1name | }}} | = | open = | {{{subsystem1name}}}<br />}}{{#switch: {{{subsystem2name | }}} | = | open = | {{{subsystem2name}}}<br />}}{{#switch: {{{subsystem3name | }}} | = | open = | {{{subsystem3name}}}<br />}}{{#switch: {{{subsystem4name | }}} | = | open = | {{{subsystem4name}}}<br />}}{{#switch: {{{subsystem5name | }}} | = | open = | {{{subsystem5name}}}<br /><br />}}{{#switch: {{{rig1name | }}} | = | open = | {{{rig1name}}}<br />}}{{#switch: {{{rig2name | }}} | = | open = | {{{rig2name}}}<br />}}{{#switch: {{{rig3name | }}} | = | open = | {{{rig3name}}}<br />}}<br />{{#switch: {{{drone1name | }}} | = | open = | {{{drone1name}}}<br />}}{{#switch: {{{drone2name | }}} | = | open = | {{{drone2name}}}<br />}}{{#switch: {{{drone3name | }}} | = | open = | {{{drone3name}}}<br />}}{{#switch: {{{drone4name | }}} | = | open = | {{{drone4name}}}<br />}}{{#switch: {{{drone5name | }}} | = | open = | {{{drone5name}}}<br />}}<br /> < | <div class="bx eftInfo">[{{{ship}}}, {{{fitName}}}]<br />{{#switch: {{{high1name | }}} | = | open = | {{{high1name}}}<br />}}{{#switch: {{{high2name | }}} | = | open = | {{{high2name}}}<br />}}{{#switch: {{{high3name | }}} | = | open = | {{{high3name}}}<br />}}{{#switch: {{{high4name | }}} | = | open = | {{{high4name}}}<br />}}{{#switch: {{{high5name | }}} | = | open = | {{{high5name}}}<br />}}{{#switch: {{{high6name | }}} | = | open = | {{{high6name}}}<br />}}{{#switch: {{{high7name | }}} | = | open = | {{{high7name}}}<br />}}{{#switch: {{{high8name | }}} | = | open = | {{{high8name}}}<br />}}<br />{{#switch: {{{mid1name | }}} | = | open = | {{{mid1name}}}<br />}}{{#switch: {{{mid2name | }}} | = | open = | {{{mid2name}}}<br />}}{{#switch: {{{mid3name | }}} | = | open = | {{{mid3name}}}<br />}}{{#switch: {{{mid4name | }}} | = | open = | {{{mid4name}}}<br />}}{{#switch: {{{mid5name | }}} | = | open = | {{{mid5name}}}<br />}}{{#switch: {{{mid6name | }}} | = | open = | {{{mid6name}}}<br />}}{{#switch: {{{mid7name | }}} | = | open = | {{{mid7name}}}<br />}}{{#switch: {{{mid8name | }}} | = | open = | {{{mid8name}}}<br />}}<br />{{#switch: {{{low1name | }}} | = | open = | {{{low1name}}}<br />}}{{#switch: {{{low2name | }}} | = | open = | {{{low2name}}}<br />}}{{#switch: {{{low3name | }}} | = | open = | {{{low3name}}}<br />}}{{#switch: {{{low4name | }}} | = | open = | {{{low4name}}}<br />}}{{#switch: {{{low5name | }}} | = | open = | {{{low5name}}}<br />}}{{#switch: {{{low6name | }}} | = | open = | {{{low6name}}}<br />}}{{#switch: {{{low7name | }}} | = | open = | {{{low7name}}}<br />}}{{#switch: {{{low8name | }}} | = | open = | {{{low8name}}}<br />}}<br />{{#switch: {{{subsystem1name | }}} | = | open = | {{{subsystem1name}}}<br />}}{{#switch: {{{subsystem2name | }}} | = | open = | {{{subsystem2name}}}<br />}}{{#switch: {{{subsystem3name | }}} | = | open = | {{{subsystem3name}}}<br />}}{{#switch: {{{subsystem4name | }}} | = | open = | {{{subsystem4name}}}<br />}}{{#switch: {{{subsystem5name | }}} | = | open = | {{{subsystem5name}}}<br /><br />}}{{#switch: {{{rig1name | }}} | = | open = | {{{rig1name}}}<br />}}{{#switch: {{{rig2name | }}} | = | open = | {{{rig2name}}}<br />}}{{#switch: {{{rig3name | }}} | = | open = | {{{rig3name}}}<br />}} | ||
<br />{{#switch: {{{drone1name | }}} | = | open = | {{{drone1name}}}<br />}}{{#switch: {{{drone2name | }}} | = | open = | {{{drone2name}}}<br />}}{{#switch: {{{drone3name | }}} | = | open = | {{{drone3name}}}<br />}}{{#switch: {{{drone4name | }}} | = | open = | {{{drone4name}}}<br />}}{{#switch: {{{drone5name | }}} | = | open = | {{{drone5name}}}<br />}}{{#switch: {{{drone6name | }}} | = | open = | {{{drone6name}}}<br />}}{{#switch: {{{drone7name | }}} | = | open = | {{{drone7name}}}<br />}}{{#switch: {{{drone8name | }}} | = | open = | {{{drone8name}}}<br />}}{{#switch: {{{drone9name | }}} | = | open = | {{{drone9name}}}<br />}}{{#switch: {{{drone10name | }}} | = | open = | {{{drone10name}}}<br />}} | |||
<br /> {{#switch: {{{charge1name | }}} | = | open = | {{{charge1name}}}<br />}}{{#switch: {{{charge2name | }}} | = | open = | {{{charge2name}}}<br />}}{{#switch: {{{charge3name | }}} | = | open = | {{{charge3name}}}<br />}}{{#switch: {{{charge4name | }}} | = | open = | {{{charge4name}}}<br />}}{{#switch: {{{charge5name | }}} | = | open = | {{{charge5name}}}<br />}}{{#switch: {{{charge6name | }}} | = | open = | {{{charge6name}}}<br />}}{{#switch: {{{charge7name | }}} | = | open = | {{{charge7name}}}<br />}}{{#switch: {{{charge8name | }}} | = | open = | {{{charge8name}}}<br />}}{{#switch: {{{charge9name | }}} | = | open = | {{{charge9name}}}<br />}}{{#switch: {{{charge10name | }}} | = | open = | {{{charge10name}}}<br />}} | |||
<!-- Edit: Uncommeted the charge#name section --> | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 322: | Line 421: | ||
<div class="slotLabel">[[File: Fitting template high slot label.png|18x46px|center|link=]]</div> | <div class="slotLabel">[[File: Fitting template high slot label.png|18x46px|center|link=]]</div> | ||
{{#switch: {{{high1name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high1name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high1typeID}}}" data-name="{{{high1name}}}"> | #default = <div class="module high" data-typeid="{{{high1typeID}}}" data-name="{{{high1name}}}">https://images.evetech.net/types/{{{high1typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high2name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high2name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high2typeID}}}" data-name="{{{high2name}}}"> | #default = <div class="module high" data-typeid="{{{high2typeID}}}" data-name="{{{high2name}}}">https://images.evetech.net/types/{{{high2typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high3name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high3name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high3typeID}}}" data-name="{{{high3name}}}"> | #default = <div class="module high" data-typeid="{{{high3typeID}}}" data-name="{{{high3name}}}">https://images.evetech.net/types/{{{high3typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high4name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high4name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high4typeID}}}" data-name="{{{high4name}}}"> | #default = <div class="module high" data-typeid="{{{high4typeID}}}" data-name="{{{high4name}}}">https://images.evetech.net/types/{{{high4typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high5name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high5name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high5typeID}}}" data-name="{{{high5name}}}"> | #default = <div class="module high" data-typeid="{{{high5typeID}}}" data-name="{{{high5name}}}">https://images.evetech.net/types/{{{high5typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high6name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high6name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high6typeID}}}" data-name="{{{high6name}}}"> | #default = <div class="module high" data-typeid="{{{high6typeID}}}" data-name="{{{high6name}}}">https://images.evetech.net/types/{{{high6typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high7name|none}}} | none = <div class="module high inactive"> | | {{#switch: {{{high7name|none}}} | none = <div class="module high inactive"> | [Empty High Slot] | | ||
open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high" data-typeid="{{{high7typeID}}}" data-name="{{{high7name}}}"> | #default = <div class="module high" data-typeid="{{{high7typeID}}}" data-name="{{{high7name}}}">https://images.evetech.net/types/{{{high7typeID}}}/icon?size=64&.png}}</div> | ||
{{#switch: {{{high8name|none}}} | none = <div class="module high right inactive"> | | {{#switch: {{{high8name|none}}} | none = <div class="module high right inactive"> | [Empty High Slot] | | ||
open = <div class="module high right open">[[File:Icon hi slot.png|46x46px|center|link=]] | | open = <div class="module high right open">[[File:Icon hi slot.png|46x46px|center|link=]] | | ||
#default = <div class="module high right" data-typeID="{{{high8typeID}}}" data-name="{{{high8name}}}"> | #default = <div class="module high right" data-typeID="{{{high8typeID}}}" data-name="{{{high8name}}}">https://images.evetech.net/types/{{{high8typeID}}}/icon?size=64&.png }}</div> | ||
</div> | </div> | ||
| Line 358: | Line 457: | ||
<div class="slotLabel">[[File: Fitting template mid slots label.png|18x46px|center|link=]]</div> | <div class="slotLabel">[[File: Fitting template mid slots label.png|18x46px|center|link=]]</div> | ||
{{#switch: {{{mid1name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid1name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid1typeID}}}" data-name="{{{mid1name}}}"> | #default = <div class="module mid" data-typeID="{{{mid1typeID}}}" data-name="{{{mid1name}}}">https://images.evetech.net/types/{{{mid1typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid2name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid2name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid2typeID}}}" data-name="{{{mid2name}}}"> | #default = <div class="module mid" data-typeID="{{{mid2typeID}}}" data-name="{{{mid2name}}}">https://images.evetech.net/types/{{{mid2typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid3name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid3name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid3typeID}}}" data-name="{{{mid3name}}}"> | #default = <div class="module mid" data-typeID="{{{mid3typeID}}}" data-name="{{{mid3name}}}">https://images.evetech.net/types/{{{mid3typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid4name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid4name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid4typeID}}}" data-name="{{{mid4name}}}"> | #default = <div class="module mid" data-typeID="{{{mid4typeID}}}" data-name="{{{mid4name}}}">https://images.evetech.net/types/{{{mid4typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid5name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid5name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid5typeID}}}" data-name="{{{mid5name}}}"> | #default = <div class="module mid" data-typeID="{{{mid5typeID}}}" data-name="{{{mid5name}}}">https://images.evetech.net/types/{{{mid5typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid6name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid6name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid6typeID}}}" data-name="{{{mid6name}}}"> | #default = <div class="module mid" data-typeID="{{{mid6typeID}}}" data-name="{{{mid6name}}}">https://images.evetech.net/types/{{{mid6typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid7name|none}}} | none = <div class="module mid inactive"> | | {{#switch: {{{mid7name|none}}} | none = <div class="module mid inactive"> | [Empty Med Slot] | | ||
open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid" data-typeID="{{{mid7typeID}}}" data-name="{{{mid7name}}}"> | #default = <div class="module mid" data-typeID="{{{mid7typeID}}}" data-name="{{{mid7name}}}">https://images.evetech.net/types/{{{mid7typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{mid8name|none}}} | none = <div class="module mid inactive right"> | | {{#switch: {{{mid8name|none}}} | none = <div class="module mid inactive right"> | [Empty Med Slot] | | ||
open = <div class="module mid right open">[[File:Icon mid slot.png|46x46px|center|link=]] | | open = <div class="module mid right open">[[File:Icon mid slot.png|46x46px|center|link=]] | | ||
#default = <div class="module mid right" data-typeID="{{{mid8typeID}}}" data-name="{{{mid8name}}}"> | #default = <div class="module mid right" data-typeID="{{{mid8typeID}}}" data-name="{{{mid8name}}}">https://images.evetech.net/types/{{{mid8typeID}}}/icon?size=64&.png }}</div> | ||
</div> | </div> | ||
| Line 394: | Line 493: | ||
<div class="slotLabel">[[File: Fitting template low slots label.png|18x46px|center|link=]]</div> | <div class="slotLabel">[[File: Fitting template low slots label.png|18x46px|center|link=]]</div> | ||
{{#switch: {{{low1name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low1name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low1typeID}}}" data-name="{{{low1name}}}"> | #default = <div class="module low" data-typeID="{{{low1typeID}}}" data-name="{{{low1name}}}">https://images.evetech.net/types/{{{low1typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low2name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low2name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low2typeID}}}" data-name="{{{low2name}}}"> | #default = <div class="module low" data-typeID="{{{low2typeID}}}" data-name="{{{low2name}}}">https://images.evetech.net/types/{{{low2typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low3name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low3name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low3typeID}}}" data-name="{{{low3name}}}"> | #default = <div class="module low" data-typeID="{{{low3typeID}}}" data-name="{{{low3name}}}">https://images.evetech.net/types/{{{low3typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low4name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low4name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low4typeID}}}" data-name="{{{low4name}}}"> | #default = <div class="module low" data-typeID="{{{low4typeID}}}" data-name="{{{low4name}}}">https://images.evetech.net/types/{{{low4typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low5name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low5name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low5typeID}}}" data-name="{{{low5name}}}"> | #default = <div class="module low" data-typeID="{{{low5typeID}}}" data-name="{{{low5name}}}">https://images.evetech.net/types/{{{low5typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low6name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low6name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low6typeID}}}" data-name="{{{low6name}}}"> | #default = <div class="module low" data-typeID="{{{low6typeID}}}" data-name="{{{low6name}}}">https://images.evetech.net/types/{{{low6typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low7name|none}}} | none = <div class="module low inactive"> | | {{#switch: {{{low7name|none}}} | none = <div class="module low inactive"> | [Empty Low Slot] | | ||
open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low" data-typeID="{{{low7typeID}}}" data-name="{{{low7name}}}"> | #default = <div class="module low" data-typeID="{{{low7typeID}}}" data-name="{{{low7name}}}">https://images.evetech.net/types/{{{low7typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{low8name|none}}} | none = <div class="module low right inactive"> | | {{#switch: {{{low8name|none}}} | none = <div class="module low right inactive"> | [Empty Low Slot] | | ||
open = <div class="module low right open">[[File:Icon low slot.png|46x46px|center|link=]] | | open = <div class="module low right open">[[File:Icon low slot.png|46x46px|center|link=]] | | ||
#default = <div class="module low right" data-typeID="{{{low8typeID}}}" data-name="{{{low8name}}}"> | #default = <div class="module low right" data-typeID="{{{low8typeID}}}" data-name="{{{low8name}}}">https://images.evetech.net/types/{{{low8typeID}}}/icon?size=64&.png }}</div> | ||
</div> | </div> | ||
| Line 432: | Line 531: | ||
<div class="slotLabel">[[File: Fitting template subsystem slots label.png|18x30px|center|link=]]</div> | <div class="slotLabel">[[File: Fitting template subsystem slots label.png|18x30px|center|link=]]</div> | ||
{{#switch: {{{subsystem1name|none}}} | none = <div class="subMod subsystem inactive"> | | {{#switch: {{{subsystem1name|none}}} | none = <div class="subMod subsystem inactive"> | [Empty Subsystem Slot] | | ||
open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | ||
#default = <div class="subMod subsystem" data-typeID="{{{subsystem1typeID}}}" data-name="{{{subsystem1name}}}"> | #default = <div class="subMod subsystem" data-typeID="{{{subsystem1typeID}}}" data-name="{{{subsystem1name}}}">https://images.evetech.net/types/{{{subsystem1typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{subsystem2name|none}}} | none = <div class="subMod subsystem inactive"> | | {{#switch: {{{subsystem2name|none}}} | none = <div class="subMod subsystem inactive"> | [Empty Subsystem Slot] | | ||
open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | ||
#default = <div class="subMod subsystem" data-typeID="{{{subsystem2typeID}}}" data-name="{{{subsystem2name}}}"> | #default = <div class="subMod subsystem" data-typeID="{{{subsystem2typeID}}}" data-name="{{{subsystem2name}}}">https://images.evetech.net/types/{{{subsystem2typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{subsystem3name|none}}} | none = <div class="subMod subsystem inactive"> | | {{#switch: {{{subsystem3name|none}}} | none = <div class="subMod subsystem inactive"> | [Empty Subsystem Slot] | | ||
open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | ||
#default = <div class="subMod subsystem" data-typeID="{{{subsystem3typeID}}}" data-name="{{{subsystem3name}}}"> | #default = <div class="subMod subsystem" data-typeID="{{{subsystem3typeID}}}" data-name="{{{subsystem3name}}}">https://images.evetech.net/types/{{{subsystem3typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{subsystem4name|none}}} | none = <div class="subMod subsystem inactive"> | | {{#switch: {{{subsystem4name|none}}} | none = <div class="subMod subsystem inactive"> | [Empty Subsystem Slot] | | ||
open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | open = <div class="subMod subsystem open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | ||
#default = <div class="subMod subsystem" data-typeID="{{{subsystem4typeID}}}" data-name="{{{subsystem4name}}}"> | #default = <div class="subMod subsystem" data-typeID="{{{subsystem4typeID}}}" data-name="{{{subsystem4name}}}">https://images.evetech.net/types/{{{subsystem4typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{subsystem5name|none}}} | none = <div class="subMod subsystem right inactive"> | | {{#switch: {{{subsystem5name|none}}} | none = <div class="subMod subsystem right inactive"> | [Empty Subsystem Slot] | | ||
open = <div class="subMod subsystem right open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | open = <div class="subMod subsystem right open">[[File:EVE SubIcon.png|30x30px|center|link=]] | | ||
#default = <div class="subMod subsystem right" data-typeID="{{{subsystem5typeID}}}" data-name="{{{subsystem5name}}}"> | #default = <div class="subMod subsystem right" data-typeID="{{{subsystem5typeID}}}" data-name="{{{subsystem5name}}}">https://images.evetech.net/types/{{{subsystem5typeID}}}/icon?size=64&.png }}</div> | ||
</div> | </div> | ||
| Line 457: | Line 556: | ||
{{#switch: {{{drone1name|none}}} | none = <div class="subMod drone inactive"> | | {{#switch: {{{drone1name|none}}} | none = <div class="subMod drone inactive"> | | ||
open = <div class="subMod drone open">[[File:Icon | open = <div class="subMod drone open">[[File:Icon fit drone.png|30x30px|center|link=]] | | ||
#default = <div class="subMod drone" data-typeID="{{{drone1typeID}}}" data-name="{{{drone1name}}}"> | #default = <div class="subMod drone" data-typeID="{{{drone1typeID}}}" data-name="{{{drone1name}}}">https://images.evetech.net/types/{{{drone1typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{drone2name|none}}} | none = <div class="subMod drone inactive"> | | {{#switch: {{{drone2name|none}}} | none = <div class="subMod drone inactive"> | | ||
open = <div class="subMod drone | open = <div class="subMod drone inactive"> | | ||
#default = <div class="subMod drone" data-typeID="{{{drone2typeID}}}" data-name="{{{drone2name}}}"> | #default = <div class="subMod drone" data-typeID="{{{drone2typeID}}}" data-name="{{{drone2name}}}">https://images.evetech.net/types/{{{drone2typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{drone3name|none}}} | none = <div class="subMod drone inactive"> | | {{#switch: {{{drone3name|none}}} | none = <div class="subMod drone inactive"> | | ||
open = <div class="subMod drone | open = <div class="subMod drone inactive"> | | ||
#default = <div class="subMod drone" data-typeID="{{{drone3typeID}}}" data-name="{{{drone3name}}}"> | #default = <div class="subMod drone" data-typeID="{{{drone3typeID}}}" data-name="{{{drone3name}}}">https://images.evetech.net/types/{{{drone3typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{drone4name|none}}} | none = <div class="subMod drone inactive"> | | {{#switch: {{{drone4name|none}}} | none = <div class="subMod drone inactive"> | | ||
open = <div class="subMod drone | open = <div class="subMod drone inactive"> | | ||
#default = <div class="subMod drone" data-typeID="{{{drone4typeID}}}" data-name="{{{drone4name}}}"> | #default = <div class="subMod drone" data-typeID="{{{drone4typeID}}}" data-name="{{{drone4name}}}">https://images.evetech.net/types/{{{drone4typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{drone5name|none}}} | none = <div class="subMod drone right inactive"> | | {{#switch: {{{drone5name|none}}} | none = <div class="subMod drone right inactive"> | | ||
open = <div class="subMod drone right | open = <div class="subMod drone inactive"> | | ||
#default = <div class="subMod drone right" data-typeID="{{{ | #default = <div class="subMod drone right" data-typeID="{{{drone5typeID}}}" data-name="{{{drone5name}}}">https://images.evetech.net/types/{{{drone5typeID}}}/icon?size=64&.png }}</div> | ||
</div> | |||
<div class="subSlots {{#if: {{{drone6name|}}}|drones|drones2}}"> | |||
<div class="slotLabel">[[File: Fitting template drone slots label.png|18x30px|center|link=]]</div> | |||
{{#switch: {{{drone6name|none}}} | none = <div class="subMod drone right inactive"> | | |||
open = <div class="subMod drone inactive"> | | |||
#default = <div class="subMod drone right" data-typeID="{{{drone6typeID}}}" data-name="{{{drone6name}}}">https://images.evetech.net/types/{{{drone6typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{drone7name|none}}} | none = <div class="subMod drone right inactive"> | | |||
open = <div class="subMod drone inactive"> | | |||
#default = <div class="subMod drone right" data-typeID="{{{drone7typeID}}}" data-name="{{{drone7name}}}">https://images.evetech.net/types/{{{drone7typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{drone8name|none}}} | none = <div class="subMod drone right inactive"> | | |||
open = <div class="subMod drone inactive"> | | |||
#default = <div class="subMod drone right" data-typeID="{{{drone8typeID}}}" data-name="{{{drone8name}}}">https://images.evetech.net/types/{{{drone8typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{drone9name|none}}} | none = <div class="subMod drone right inactive"> | | |||
open = <div class="subMod drone inactive"> | | |||
#default = <div class="subMod drone right" data-typeID="{{{drone9typeID}}}" data-name="{{{drone9name}}}">https://images.evetech.net/types/{{{drone9typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{drone10name|none}}} | none = <div class="subMod drone right inactive"> | | |||
open = <div class="subMod drone inactive"> | | |||
#default = <div class="subMod drone right" data-typeID="{{{drone10typeID}}}" data-name="{{{drone10name}}}">https://images.evetech.net/types/{{{drone10typeID}}}/icon?size=64&.png }}</div> | |||
</div> | </div> | ||
| Line 481: | Line 604: | ||
{{#switch: {{{charge1name|none}}} | none = <div class="subMod charge inactive"> | | {{#switch: {{{charge1name|none}}} | none = <div class="subMod charge inactive"> | | ||
open = <div class="subMod charge open">[[File: | open = <div class="subMod charge open">[[File:Cargo.png|30x30px|center|link=]] | | ||
#default = <div class="subMod charge" data-typeID="{{{charge1typeID}}}" data-name="{{{charge1name}}}"> | #default = <div class="subMod charge" data-typeID="{{{charge1typeID}}}" data-name="{{{charge1name}}}">https://images.evetech.net/types/{{{charge1typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{charge2name|none}}} | none = <div class="subMod charge inactive"> | | {{#switch: {{{charge2name|none}}} | none = <div class="subMod charge inactive"> | | ||
open = <div class="subMod charge | open = <div class="subMod charge right inactive"> | | ||
#default = <div class="subMod charge" data-typeID="{{{charge2typeID}}}" data-name="{{{charge2name}}}"> | #default = <div class="subMod charge" data-typeID="{{{charge2typeID}}}" data-name="{{{charge2name}}}">https://images.evetech.net/types/{{{charge2typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{charge3name|none}}} | none = <div class="subMod charge inactive"> | | {{#switch: {{{charge3name|none}}} | none = <div class="subMod charge inactive"> | | ||
open = <div class="subMod charge | open = <div class="subMod charge right inactive"> | | ||
#default = <div class="subMod charge" data-typeID="{{{charge3typeID}}}" data-name="{{{charge3name}}}"> | #default = <div class="subMod charge" data-typeID="{{{charge3typeID}}}" data-name="{{{charge3name}}}">https://images.evetech.net/types/{{{charge3typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{charge4name|none}}} | none = <div class="subMod charge inactive"> | | {{#switch: {{{charge4name|none}}} | none = <div class="subMod charge inactive"> | | ||
open = <div class="subMod charge | open = <div class="subMod charge right inactive"> | | ||
#default = <div class="subMod charge" data-typeID="{{{charge4typeID}}}" data-name="{{{charge4name}}}"> | #default = <div class="subMod charge" data-typeID="{{{charge4typeID}}}" data-name="{{{charge4name}}}">https://images.evetech.net/types/{{{charge4typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{charge5name|none}}} | none = <div class="subMod charge right inactive"> | | {{#switch: {{{charge5name|none}}} | none = <div class="subMod charge right inactive"> | | ||
open = <div class="subMod charge right | open = <div class="subMod charge right inactive"> | | ||
#default = <div class="subMod charge right" data-typeID="{{{charge5typeID}}}" data-name="{{{charge5name}}}"> | #default = <div class="subMod charge right" data-typeID="{{{charge5typeID}}}" data-name="{{{charge5name}}}">https://images.evetech.net/types/{{{charge5typeID}}}/icon?size=64&.png }}</div> | ||
</div> | </div> | ||
{{#if: {{{charge6name|}}}| | |||
<div class="subSlots {{#if: {{{charge6name|}}}|charges|charges2}}"> | |||
<div class="slotLabel">[[File: Fitting template charge slots label.png|18x30px|center|link=]]</div> | |||
{{#switch: {{{charge6name|none}}} | none = <div class="subMod charge right inactive"> | | |||
open = <div class="subMod charge right inactive"> | | |||
#default = <div class="subMod charge right" data-typeID="{{{charge6typeID}}}" data-name="{{{charge6name}}}">https://images.evetech.net/types/{{{charge6typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{charge7name|none}}} | none = <div class="subMod charge right inactive"> | | |||
open = <div class="subMod charge right inactive"> | | |||
#default = <div class="subMod charge right" data-typeID="{{{charge7typeID}}}" data-name="{{{charge7name}}}">https://images.evetech.net/types/{{{charge7typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{charge8name|none}}} | none = <div class="subMod charge right inactive"> | | |||
open = <div class="subMod charge right inactive"> | | |||
#default = <div class="subMod charge right" data-typeID="{{{charge8typeID}}}" data-name="{{{charge8name}}}">https://images.evetech.net/types/{{{charge8typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{charge9name|none}}} | none = <div class="subMod charge right inactive"> | | |||
open = <div class="subMod charge right inactive"> | | |||
#default = <div class="subMod charge right" data-typeID="{{{charge9typeID}}}" data-name="{{{charge9name}}}">https://images.evetech.net/types/{{{charge9typeID}}}/icon?size=64&.png }}</div> | |||
{{#switch: {{{charge10name|none}}} | none = <div class="subMod charge right inactive"> | | |||
open = <div class="subMod charge right inactive"> | | |||
#default = <div class="subMod charge right" data-typeID="{{{charge10typeID}}}" data-name="{{{charge10name}}}">https://images.evetech.net/types/{{{charge10typeID}}}/icon?size=64&.png }}</div> | |||
</div> | |||
|}} | |||
<div class="subSlots rigs"> | <div class="subSlots rigs"> | ||
<div class="slotLabel">[[File: Fitting template rig slots label.png|18x30px|center|link=]]</div> | <div class="slotLabel">[[File: Fitting template rig slots label.png|18x30px|center|link=]]</div> | ||
| Line 506: | Line 653: | ||
{{#switch: {{{rig1name|none}}} | none = <div class="subMod rig inactive"> | | {{#switch: {{{rig1name|none}}} | none = <div class="subMod rig inactive"> | | ||
open = <div class="subMod rig open">[[File:Icon rigs.png|30x30px|center|link=]] | | open = <div class="subMod rig open">[[File:Icon rigs.png|30x30px|center|link=]] | | ||
#default = <div class="subMod rig" data-typeID="{{{rig1typeID}}}" data-name="{{{rig1name}}}"> | #default = <div class="subMod rig" data-typeID="{{{rig1typeID}}}" data-name="{{{rig1name}}}">https://images.evetech.net/types/{{{rig1typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{rig2name|none}}} | none = <div class="subMod rig inactive"> | | {{#switch: {{{rig2name|none}}} | none = <div class="subMod rig inactive"> | | ||
open = <div class="subMod rig open">[[File:Icon rigs.png|30x30px|center|link=]] | | open = <div class="subMod rig open">[[File:Icon rigs.png|30x30px|center|link=]] | | ||
#default = <div class="subMod rig" data-typeID="{{{rig2typeID}}}" data-name="{{{rig2name}}}"> | #default = <div class="subMod rig" data-typeID="{{{rig2typeID}}}" data-name="{{{rig2name}}}">https://images.evetech.net/types/{{{rig2typeID}}}/icon?size=64&.png }}</div> | ||
{{#switch: {{{rig3name|none}}} | none = <div class="subMod rig right inactive"> | | {{#switch: {{{rig3name|none}}} | none = <div class="subMod rig right inactive"> | | ||
open = <div class="subMod rig right open">[[File:Icon rigs.png|30x30px|center|link=]] | | open = <div class="subMod rig right open">[[File:Icon rigs.png|30x30px|center|link=]] | | ||
#default = <div class="subMod rig right" data-typeID="{{{rig3typeID}}}" data-name="{{{rig3name}}}"> | #default = <div class="subMod rig right" data-typeID="{{{rig3typeID}}}" data-name="{{{rig3name}}}">https://images.evetech.net/types/{{{rig3typeID}}}/icon?size=64&.png }}</div> | ||
</div> | </div> | ||
</div> | </div> | ||
| Line 522: | Line 669: | ||
<div class="title">FITTING DIFFICULTY</div> | <div class="title">FITTING DIFFICULTY</div> | ||
<div class="value"><div class="difficultyLevel">{{#switch: {{{difficulty|}}} | 1 = <div class="difficultyBlock"></div><div class="difficultyBlock"></div> | 2 = <div class="difficultyBlock"></div><div class="difficultyBlock"></div><div class="difficultyBlock"></div><div class="difficultyBlock"></div> }}<div class="difficultyBlock right"></div></div> | <div class="value"><div class="difficultyLevel">{{#switch: {{{difficulty|}}} | 1 = <div class="difficultyBlock"></div><div class="difficultyBlock"></div> | 2 = <div class="difficultyBlock"></div><div class="difficultyBlock"></div><div class="difficultyBlock"></div><div class="difficultyBlock"></div> }}<div class="difficultyBlock right"></div></div> | ||
</div> | </div> | ||
</div> | </div> | ||
| Line 536: | Line 675: | ||
<div class="value">{{{version|unknown}}}</div> | <div class="value">{{{version|unknown}}}</div> | ||
</div> | </div> | ||
<div class="note alphacanuse {{#if: {{{alphacanuse|}}}||nodisplay}}"> | |||
<div class="title">ALPHA CAN USE</div> | |||
<div class="value"> | |||
{{#switch: {{{alphacanuse|}}} | Y = <div>YES</div> | N = <div>NO</div> | <div>UNSET</div>}} | |||
</div> | |||
</div> | |||
<div class="buttons"> | <div class="buttons"> | ||
<div class="button eft" title="Open EFT format">EFT</div> | <div class="button eft" title="Open EFT format">EFT</div> | ||
<div class="button skills" title="Open recommended skills">SKILLS</div> | <!-- FleetUp no longer exists | ||
<div class="button notes" title="Open notes">NOTES</div> | <div class="{{#if: {{{fleetup|}}}|button|button_disabled}} fleetup {{#if: {{{fleetup|}}}||empty}}" data-fleetup="https://fleet-up.com/Fitting/Item/{{{fleetup}}}" title="{{#if: {{{fleetup|}}}|Open fit at Fleet-Up.com|}}">FLEET-UP</div> | ||
--> | |||
<div class="button skills {{#if: {{{skills|}}}||empty}}" title="Open recommended skills">SKILLS</div> | |||
<div class="button notes {{#if: {{{notes|}}}||empty}}" title="Open notes">NOTES</div> | |||
</div> | </div> | ||
</div> | </div> | ||
| Line 547: | Line 693: | ||
</div> | </div> | ||
<div class="moreInfo skills"> | <div class="moreInfo skills {{#switch: {{{showSKILLS|}}}|Y={{#if: {{{skills|}}}|show}}}}"> <!-- Edit: Added a toggle to automatically show SKILLS; this will only work if there are SKILLS to show --> | ||
<div class="subHeader skillsHeader">RECOMMENDED SKILLS</div> | <div class="subHeader skillsHeader">RECOMMENDED SKILLS</div> | ||
<div class="bx skillsInfo">{{#if: {{{skills|}}} | <ul><li>{{{skills}}}</li></ul>|}} | <div class="bx skillsInfo">{{#if: {{{skills|}}} | <ul><li>{{{skills}}}</li></ul>|}} | ||
| Line 553: | Line 699: | ||
</div> | </div> | ||
<div class="moreInfo notes"> | <div class="moreInfo notes {{#switch: {{{showNOTES|}}}|Y={{#if: {{{notes|}}}|show}}}}"> <!-- Edit: Added a toggle to automatically show NOTES; this will only work if there are NOTES to show --> | ||
<div class="subHeader notessHeader">NOTES</div> | <div class="subHeader notessHeader">NOTES</div> | ||
<div class="bx notesInfo">{{#if: {{{notes|}}} | <ul><li>{{{notes}}}</li></ul>|}} | <div class="bx notesInfo">{{#if: {{{notes|}}} | <ul><li>{{{notes}}}</li></ul>|}} | ||
| Line 561: | Line 707: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
{{Documentation}} | |||
<!-- Add categories to the /doc subpage, not here! --> | |||
{{ | |||
< | |||
</noinclude> | </noinclude> | ||