More actions
m Moved heading to first in header. |
Allowed hiding of fit in ToC using the showTOC parameter. |
||
| Line 355: | Line 355: | ||
<div class="shipFitting {{#if: {{{subsystem1name|}}} | ss }}" {{#if: {{{fitID| }}} | id="{{{fitID}}}" | }}> | <div class="shipFitting {{#if: {{{subsystem1name|}}} | ss }}" {{#if: {{{fitID| }}} | id="{{{fitID}}}" | }}> | ||
<div class="fittingHeader"> | <div class="fittingHeader"> | ||
<h5>{{{fitName}}}</h5> | {{#switch: {{{showTOC|Y}}} | N = | <h5>{{{fitName}}}</h5> }} | ||
<div class="uniLogo">[[File:E-UNI Emblem.png|x18px|middle|link=]]</div> | <div class="uniLogo">[[File:E-UNI Emblem.png|x18px|middle|link=]]</div> | ||
<span>{{{ship}}}: {{{fitName}}}</span><div class="shipInfo" data-typeid="{{{shipTypeID}}}" title="View ship (in game)">SHIP INFO</div> | <span>{{{ship}}}: {{{fitName}}}</span><div class="shipInfo" data-typeid="{{{shipTypeID}}}" title="View ship (in game)">SHIP INFO</div> | ||
| Line 672: | Line 672: | ||
<li>shipDNA - The shipDNA string for the fit. More information can be found [http://wiki.eveonline.com/en/wiki/Ship_DNA here]</li> | <li>shipDNA - The shipDNA string for the fit. More information can be found [http://wiki.eveonline.com/en/wiki/Ship_DNA here]</li> | ||
<li>skills - A list of recommended skills separated by "</li><li>".</li> | <li>skills - A list of recommended skills separated by "</li><li>".</li> | ||
<li>notes - A list of notes separated by "</li><li>".</li></ul> | <li>notes - A list of notes separated by "</li><li>".</li> | ||
<li>showTOC - Allows removing fit from the table of contents of a page. Use value "N" to hide. Default is to show.</li></ul> | |||
If you want multiple fittings on the same line place the code for the second fitting directly after the first. e.g. like this: | If you want multiple fittings on the same line place the code for the second fitting directly after the first. e.g. like this: | ||