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

Template:ShipFitting: Difference between revisions

Template page
Pehuen (talk | contribs)
No edit summary
Pehuen (talk | contribs)
Added FLEET-UP button and handling - additional handling was added to .js wiki file
Line 280: Line 280:


.shipFitting .button.notes {
.shipFitting .button.notes {
margin-right: 0px;
}
.shipFitting .button.fleetup {
width: 65px;
margin-right: 0px;
margin-right: 0px;
}
}
Line 591: Line 595:
<div class="button eve" data-shipdna="{{{shipDNA}}}" title="View fit (in game)">EVE</div>
<div class="button eve" data-shipdna="{{{shipDNA}}}" title="View fit (in game)">EVE</div>
<div class="button eft" title="Open EFT format">EFT</div>
<div class="button eft" title="Open EFT format">EFT</div>
{{#if: {{{fleetup|}}}|
<div class="button fleetup {{#if: {{{fleetup|}}}||empty}}" data-fleetup="http://fleet-up.com/Fitting/Item/{{{fleetup}}}" title="Open fit at Fleet-Up.com">FLEET-UP</div>
<br />
|}}
<div class="button skills {{#if: {{{skills|}}}||empty}}" title="Open recommended skills">SKILLS</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 class="button notes {{#if: {{{notes|}}}||empty}}" title="Open notes">NOTES</div>