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

Template:ShipBoxTooltip: Difference between revisions

Template page
m Ship name: remove test for empty parameter, parameter is tested before so simply use it. Besides error is incorrect because of the way this template is used if there really was an unknown ship the template would not be called at all.
m Increase width found an instance where the content did not fit.
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><onlyinclude>{{#css:
<includeonly><onlyinclude>{{#css:


.uniwiki-ship-tooltip table,
.sbtt {
.uniwiki-ship-tooltip tr,
  width: 100%;
.uniwiki-ship-tooltip td {
}
   background-color: transparent;
 
  margin: 0;
.sbtt td.sbtt-image {
   padding: 0;  
   position: relative;
   padding-right: 5px;
   vertical-align: top;
   vertical-align: top;
  }
  }


.uniwiki-ship-tooltip .left a img {
.sbtt sbtt-image a img {
   border: 1px solid #272727;
   border: 1px solid #272727;
  }
  }


.uniwiki-ship-tooltip-header {
.sbtt .techcornersmall {
  position: absolute;
  top: 0;
  left: 2px;
}
 
/* header */
.sbtt .sbtt-header {
  margin-bottom: 5px;
   border-bottom: 1px solid #272727;
   border-bottom: 1px solid #272727;
  margin-bottom: 5px;
   padding-bottom: 5px;
   padding-bottom: 5px;
   text-align: center;
   text-align: center;
  }
  }


.uniwiki-ship-tooltip-header .tooltip-header-shipname {
.sbtt .sbtt-ship-name {
  height: 20px;
  white-space: nowrap;
   color: white;
   color: white;
   font-family: trebuchet MS;
   font: small-caps 16px/15px trebuchet MS;
  font-size: 16px;
  font-variant: small-caps;
  height: 20px;
  line-height: 15px;
  }
  }


.uniwiki-ship-tooltip-header .tooltip-header-category {
.sbtt .sbtt-ship-category {
   font-size: 11px;
   font-size: 11px;
   height: 10px;
   line-height: 11px;
   line-height: 10px;
}
 
.sbtt .sbtt-ship-group {
   white-space: nowrap;
  color: orange;
}
 
.sbtt .sbtt-ship-hull {
  white-space: nowrap;
}
 
/* Highlights */
.sbtt .sbtt-highlights {
  padding-bottom: 5px;
  }
  }


.uniwiki-ship-tooltip-middle .tt-hl {
.sbtt .sbtt-highlights div {
  height: 10px;
   color: khaki;
   color: khaki;
   font-size: 10px;
   font-size: 10px;
  height: 10px;
   line-height: 12px;
   line-height: 12px;
  }
  }


.uniwiki-ship-tooltip-bottom {
/* *** Ship attributes *** */
  float: left;
.sbtt .sbtt-attributes {
   width: 170px;
   width: 180px;
  }
  }


.uniwiki-ship-tooltip-bottom .tt-att {
.sbtt .sbtt-attributes div {
  float: left;
  margin-right: 3px;
  padding-right: 3px;
  height: 13px;
  white-space: nowrap;
   color: #9E8F75;
   color: #9E8F75;
  display: inline-block;
   font-size: 10px;
   font-size: 10px;
  float:left;
  height: 13px;
   line-height: 15px;
   line-height: 15px;
  margin-right: 3px;
  padding-right: 3px;
}
.techcornersmall {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 2px;
  margin-top: 0px;
  }
  }


}}
}}
{{Tooltip
{{Tooltip
|1={{#if:{{{shipname}}}
| 1={{#if: {{{shipname|}}} |[[{{{shipname}}}]] |{{Co|red|! parameter shipname missing !}} }}
| [[{{{shipname}}}]]
| 2=<table class="sbtt">
| parameter shipname missing
  <tr>
}}
   <td class="sbtt-image">{{#if: {{{shipimg|}}}
 
    | [[Image:{{{shipimg}}}|128x128px|link=]]
|2=<div class='uniwiki-ship-tooltip'>
    |  {{#if: {{{shipid|}}}
  <table cellspacing='0' cellpadding='0' style='width:100%;'>
        | {{Imageserver|types|{{{shipid}}}|render|size=128}}
   <tr>
        | [[Image:No-image.png|128x128px|link=]]
  <td class='left' style='padding: 0 5px 0 0;width: 80px; position: relative;'>[[Image:{{#if:{{{shipimg|}}}|{{{shipimg}}}|No-image.png}}|80x80px|{{{shipname}}}]]{{#if:{{{tech|}}}|<div class='techcornersmall'>[[Image:CornerT{{{tech|2}}}s.png|link=]]</div>|}}</td>
        }}
  <td>
    }}
    <div class='uniwiki-ship-tooltip-header'>
    {{#if:{{{tech|}}} |<div class="techcornersmall">[[Image:CornerT{{{tech}}}s.png|link=]]</div> }}
    <div class='tooltip-header-shipname'>{{{shipname}}}</div>
  </td>
    <div class='tooltip-header-category'><span style='color:orange;margin-right: 5px;'>{{{grouping|Unique Ships}}}</span><span>{{{hulltype|Unknown Class}}}</span></div>
  <td>
    </div>
  <div class="sbtt-header">
     <div class='uniwiki-ship-tooltip-middle' style='padding-bottom: 5px;display:{{#if:{{{highlights1|}}}|block|none}}'>
    <div class="sbtt-ship-name">{{{shipname}}}</div>
    <div class='tt-hl'>[[Image:Icon_highlights.png|10x10px|middle|highlights]]{{{highlights1|}}}</div>
    <div class="sbtt-ship-category"><span class="sbtt-ship-group">{{{grouping|}}}</span> <span class="sbtt-ship-hull">{{{hulltype|}}}</span></div>
    <div class='tt-hl' style='display:{{#if:{{{highlights2|}}}|block|none}}'>[[Image:Icon_highlights.png|10x10px|middle|highlights]]{{{highlights2|}}}</div>
  </div>
    <div class='tt-hl' style='display:{{#if:{{{highlights3|}}}|block|none}}'>[[Image:Icon_highlights.png|10x10px|middle|highlights]]{{{highlights3|}}}</div>
  {{#if: {{{highlights1|}}} {{{highlights2|}}} {{{highlights3|}}} {{{highlights4|}}}
     |<div class="sbtt-highlights"><!--
--{{#if: {{{highlights1|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights1|}}}</div>}}<!--
-->  {{#if: {{{highlights2|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights2|}}}</div>}}<!--
-->  {{#if: {{{highlights3|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights3|}}}</div>}}<!--
-->  {{#if: {{{highlights4|}}}|<div>[[Image:Icon_highlights.png|10x10px]]{{{highlights4|}}}</div>}}
     </div>
     </div>
    <div class='uniwiki-ship-tooltip-bottom'>
  }}
    <div class='tt-att'>[[Image:icon_hi_slot.png|15x15px|middle|high slots]]{{{highs|0}}}<div style='display:inline;'>({{{launchers|0}}}/{{{turrets|0}}})</div></div>
  <div class="sbtt-attributes">
    <div class='tt-att'>[[Image:icon_mid_slot.png|15x15px|middle|middle slots]]{{{mediums|0}}}</div>
    <div>[[Image:icon_hi_slot.png|15x15px|link=]]{{#if: {{{highs|}}}
    <div class='tt-att'>[[Image:icon_low_slot.png|15x15px|middle|low slots]]{{{lows|0}}}</div>
        | {{{highs}}} ({{#if: {{{launchers|}}} |{{{launchers}}} |0 }}/{{#if: {{{turrets|}}} |{{{turrets}}} |0 }})
    <div class='tt-att'>[[Image:icon_powergrid.png|15x15px|middle|powergrid]]{{{powergrid|0 MW}}}</div>
        | 0 }} [[Image:icon_mid_slot.png|15x15px|link=]]{{#if: {{{mediums|}}} |{{{mediums}}} |0 }} [[Image:icon_low_slot.png|15x15px|link=]]{{#if: {{{lows|}}} |{{{lows}}} |0 }}
    <div class='tt-att'>[[Image:icon_cpu.png|15x15px|middle|cpu output]]{{{cpu|0 tf}}}</div>
    <div class='tt-att'>[[Image:Icon_velocity.png|15x15px|middle|max. velocity]]{{{maxvelocity|0 m/s}}}</div>
    <div class='tt-att'>[[Image:Icon_capacity.png|15x15px|middle|cargo capacity]]{{{cargohold|0 m&#179;}}}</div>
     </div>
     </div>
   </td>
    <div>[[Image:icon_powergrid.png|15x15px|link=]]{{#if: {{{powergrid|}}} |{{{powergrid}}} |0 MW }} [[Image:icon_cpu.png|15x15px|link=]]{{#if: {{{cpu|}}} |{{{cpu}}} |0 tf }}</div>
   </tr>
    <div>[[Image:Icon_velocity.png|15x15px|link=]]{{#if: {{{maxvelocity|}}} |{{{maxvelocity}}} |0 m/s }}</div>
  </table>
    <div>[[Image:Icon_capacity.png|15x15px|link=]]{{#if: {{{cargohold|}}} |{{{cargohold}}} |0 m&#179; }}</div>
</div>
   </div>
}}</onlyinclude></includeonly><noinclude>
   </td>
{{documentation}}
  </tr>
</noinclude>
</table>
}}</onlyinclude></includeonly><noinclude>{{documentation}}</noinclude>