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

User:Evon R'al/Sandbox template: Difference between revisions

From EVE University Wiki
m Coding and testing.
m Coding and testing
 
(385 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#css:
<includeonly>{{#css:


.ship-info
div.ShipBoxLarge
  {
  {
   float: left;
   float: left;
  clear: both;
  width: 100%;
}
.ShipBoxLarge .ship-info
{
   background-color: #1D1C23;
   background-color: #1D1C23;
   border-bottom: 1px solid #525751;
   border-bottom: 1px solid #525751;
Line 11: Line 17:
   float: left;
   float: left;
   margin-bottom: 10px;
   margin-bottom: 10px;
   width: 800px;
   /*width: 800px;*/
  }
  }


.ship-info table { background-color: transparent; }
.ShipBoxLarge table
{
  border-spacing: 0;
  margin: 0;
}


.ship-info table,
.ShipBoxLarge table td
.ship-info table tr,
.ship-info table td
  {
  {
  margin: 0;
   padding: 0;
   padding: 0;
  border-spacing: 0;
  }
  }


.ship-info .title
.ShipBoxLarge .title
  {
  {
   border-bottom: 1px solid #525751;
   border-bottom: 1px solid #525751;
Line 39: Line 45:
  }
  }


#content .ship-info .titlename a
.ShipBoxLarge .titlename a
  {
  {
  background: none repeat scroll 0 0 transparent;
  color: orange;
   float: left;
   float: left;
   font-size: 180%;
   font-size: 180%;
Line 50: Line 54:
  }
  }


#content .ship-info .titlename a:hover,
.ShipBoxLarge .titlename a:hover
#content .ship-info .titlename a.hover
  {
  {
  color: orange;
   text-decoration: none;     
   text-decoration: none;     
  }
  }


.ship-info .ship-border-box
.ShipBoxLarge .ship-border-box
  {
  {
   background-color: #110809;
   background-color: #110809;
Line 63: Line 65:
  }
  }


.ship-info .ship-border-box p
.ShipBoxLarge .ship-border-box p
  {
  {
   color: #FFFFFF;
   color: #FFFFFF;
Line 72: Line 74:
  }
  }


.ship-info .label
.ShipBoxLarge .label
  {
  {
  background-color:#0e1618;
   border-bottom: 1px solid #4C4646;
   border-bottom: 1px solid #4C4646;
   border-top: 1px solid #4C4646;
   border-top: 1px solid #4C4646;
   font-family: Trebuchet MS;
   font-family: Trebuchet MS;
  font-size: 10px;
   height: 14px;
   height: 14px;
   line-height: 14px;
   line-height: 14px;
   padding: 2px;
   padding: 2px 5px;
}
  color: var(--color-inverted-fixed);
 
.ship-info .label .inner
{
  background-color:#0e1618;
  font-size: 10px;
  padding: 0 3px;
  }
  }


.box-resist
.ShipBoxLarge .box-resist
  {  
  {  
   height: 15px;
   height: 15px;
Line 96: Line 94:
  }
  }


.bgr-em { background-color: #121923; }
.ShipBoxLarge .bgr-em { background-color: #121923; }
.bgr-thr { background-color: #290b0b; }
.ShipBoxLarge .bgr-thr { background-color: #290b0b; }
.bgr-kin { background-color: #292021; }
.ShipBoxLarge .bgr-kin { background-color: #292021; }
.bgr-exp { background-color: #2b190b; }
.ShipBoxLarge .bgr-exp { background-color: #2b190b; }
.val-em { background-color: #1c5d85; }
.ShipBoxLarge .val-em { background-color: #1c5d85; }
.val-thr { background-color: #8d1717; }
.ShipBoxLarge .val-thr { background-color: #8d1717; }
.val-kin { background-color: #757575; }
.ShipBoxLarge .val-kin { background-color: #757575; }
.val-exp { background-color: #875f1a; }
.ShipBoxLarge .val-exp { background-color: #875f1a; }


.box-resist .resist-value .value-text
.ShipBoxLarge .box-resist .resist-value .value-text
  {
  {
  font-family: trebuchet MS;
  font-size: 11px;
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center;
Line 114: Line 110:
  }
  }


.ship-info .attributes
.ShipBoxLarge .attributes
  {
  {
   border: medium none;
   border: none;
   padding: 3px;
   padding: 3px;
  }
  }


.attributes .att-line
.ShipBoxLarge .attributes .att-line
  {
  {
   background-color: #110809;
   background-color: #110809;
Line 130: Line 126:
  }
  }


.attributes .att-line .att-item
.ShipBoxLarge .attributes .att-item
  {
  {
   border-right: 2px solid #191E18;
   border-right: 2px solid #191E18;
Line 137: Line 133:
  }
  }


.attributes .att-line .att-item .att-img
.ShipBoxLarge .attributes .att-img
  {
  {
   display: inline-block;
   display: inline-block;
   margin-right: 2px;
   margin-right: 2px;
  }
  }
 
 
.attributes .res-boxes .att-item .att-img
.ShipBoxLarge .attributes .res-boxes .att-img
  {
  {
   margin-right: 0;
   margin-right: 0;
  }
  }
 
 
.attributes .att-line .att-item .att-label
.ShipBoxLarge .attributes .att-label
  {
  {
   color: #9E9E9E;
   color: #9E9E9E;
   display: inline-block;
   display: inline-block;
  }
  }
 
 
.attributes .att-line .att-item .att-value
.ShipBoxLarge .attributes .att-value
  {
  {
   color: #FFFFFF;
   color: #FFFFFF;
Line 162: Line 158:
   width: 10px;
   width: 10px;
  }
  }
 
 
.attributes th
.ShipBoxLarge p.ship-desc,
{
.ShipBoxLarge .ship-desc
  float: right;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
}
 
.attributes .collapseButton
{
  color: transparent;
  float: left;
  margin-left: -6px;
}
 
.attributes .collapseButton a
{
  border-color: #444A42 #000000;
  border-style: solid;
  border-width: 1px;
  color: transparent;
  margin-top: -1px;
  position: absolute;
  width: 100px;
}
 
.attributes .collapseButton a:hover,
.attributes .collapseButton a.hover
{
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #444A42;
  border-left: 1px solid #444A42;
}
 
.ship-info p.ship-desc
  {
  {
   font-family: arial;
   font-family: arial;
Line 205: Line 167:
   padding: 5px 5px 0;
   padding: 5px 5px 0;
   text-align: justify;
   text-align: justify;
  color: var(--color-inverted-fixed);
  }
  }
 
 
.ship-info .box-footer
.ShipBoxLarge .ship-variants
{
  border-top: 1px solid #333333;
  font-family: trebuchet MS;
  font-size: 95%;
  margin: 15px 5px 0;
  text-align: right;
}
 
#content .ship-info .box-footer a
{
  background-image: none;
  color: #CCCCCC;
  padding: 5px;
}
 
#content .ship-info .box-footer a:hover,
#content .ship-info .box-footer a.hover
{
  color: orange;
  text-decoration: none;
}
 
.ship-info .ship-variants
  {
  {
   border-top: 1px solid #323931;
   border-top: 1px solid #323931;
Line 238: Line 178:
   line-height: 20px;
   line-height: 20px;
   margin: 0 5px 5px;
   margin: 0 5px 5px;
}
.ShipBoxLarge .techcorner
{
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 1px;
  margin-top: 1px;
  }
  }
    
    
.ship-info .forum-link
.ShipBoxLarge .box-discussion
  {
  {
   background-color: #110809;
   margin-left: -6px;
   border: 1px solid #323931;
   margin-right: -6px;
  display: block;
  float: left;
   margin-top: 5px;
   margin-top: 5px;
  border-color: #393734 black;
  border-style: solid;
  border-width: 1px;
   padding: 5px;
   padding: 5px;
   width: 248px;
   background-color: #1A1A1A;
  }
  }
 
 
.ship-info .forum-link .linkentry
.ShipBoxLarge .box-discussion .discussion-bgr
  {
  {
   display: inline-block;
   color: #4C4C4C;
   line-height: 15px;
  font-family: trebuchet MS;
   font-size: 90%;
  }
  }
 
 
.ship-info .forum-link .linkentry .linkimg
.ShipBoxLarge .box-discussion .linkname
{
  display: inline-block;
  height: 15px;
  width: 20px;
}
 
.ship-info .forum-link .linkentry .linkname
  {
  {
  display: inline;
}
 
.ship-info .forum-link .linkentry a
{
  display: inline;
   font-size: 11px;
   font-size: 11px;
  line-height: 120%;
  padding: 0 5px;
  }
  }


#content .ship-info .forum-link .linkentry a.external
{
  background: none repeat scroll 0 0 transparent;
  color: #9E9E9E;
  padding: 0;
}
 
#content .ship-info .forum-link .linkentry a.external.hover,
#content .ship-info .forum-link .linkentry a.external:hover
{
  background-color: #393939;
  text-decoration: none;
  color: orange;
}
 
.techcorner
{
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 1px;
  margin-top: 1px;
}
 
}}<!-- Content -->
}}<!-- Content -->
<div style='float: left; clear: both; width: 100%'>
<div ShipBoxLarge class='ShipBoxLarge'>
  <div class='ship-info'>
 
     <div class='title'><span style='font-size: 16px'>&equiv;</span> {{#if: {{{class|}}} |{{{class}}} |SHIP}}: INFORMATION<div style='display: {{#if: {{{roles|}}} |block |none}}; float: right; font-weight: bold; font-family: trebuchet MS; text-transform: uppercase; font-size: 80%; line-height: 20px; color: #F1EFCA;'>{{#ifeq: {{{roles}}} |unspecified | | {{{roles}}} }}</div></div>
<div class='ship-info'>
    <table style='width:100%;'>
<!-- Title -->
       <tr>
     <div class='title'><span style='font-size: 16px;'>&equiv;</span> {{#if: {{{class|}}} |{{{class}}} |SHIP}}: INFORMATION</div>
        <td style='padding: 5px; width: 256px;' valign='top'>
<!-- Title (Ship name) -->
          <div style='border: 1px solid #323931; position: relative;' class='ship-img'>{{#if: {{{tech|}}}
    <div class='titlename' style='height: 1em;'>[[{{{shipname|}}}]]</div>
            | <div class="techcorner">[[Image:CornerT{{{tech}}}h.png|link=]]</div>
 
            |
<!-- Content -->
          }}{{#ifexist: File:{{{shipimg}}}
  <div content style="clear: left; display: flex; flex-wrap: wrap">
                | [[Image:{{{shipimg}}}|256x256px|{{#if: {{{shipname|}}}
 
                  | {{{shipname}}}
<!-- ship image -->
                  | Unknown Ship
    <div content-left style="padding: 5px;">
                 }}]]
    <div class='ship-img' style='border: 1px solid #323931; position: relative;'>{{#ifexist: File:{{{shipimg}}}
                | [[Image:no-image.png|256x256px|{{#if: {{{shipname|}}}
                | [[Image:{{{shipimg}}}|256x256px|{{{shipname|}}}]]
                  | {{{shipname}}}
                | {{#if: {{{shipid|}}}
                  | Unknown Ship}}]]
                  | {{Imageserver|types|{{{shipid}}}|render|size=256}}
                 }}
                  | [[Image:no-image.png|256x256px|{{#if: {{{shipname|}}} | {{{shipname}}} | Unknown Ship }} ]]
                  }}
              }}
            {{#if: {{{tech|}}} |<div class="techcorner">[[Image:CornerT{{{tech}}}h.png|link=]]</div> }}
    </div ship-img>
 
<!-- Wiki links -->
          <div class='box-discussion'>
            <div class='discussion-bgr'>RELATED UNI-WIKI REFERENCES</div>
            <div class='linkname'>[[Ships|EVE Online Ships Overview]]<br>{{{wikireferences|}}}</div>
          </div box-discussion>
 
<!--* External links *-->
    <div class='box-discussion'>
      <div class='discussion-bgr'>EXTERNAL LINKS</div>
      <div class='linkname'>{{#if: {{{shipid|}}}
                | [https://zkillboard.com/ship/{{{shipid}}}/ {{{shipname|}}} on zKillboard]{{#switch: {{lc: {{{class}}} }}
                  | shuttle=
                  | #default= <br>[https://www.eveworkbench.com/fitting/{{{shipid}}} {{{shipname|}}} on EVE Workbench]
                  }} <br>[https://janice.e-351.com/i/{{{shipid}}}/ {{{shipname|}}} on Janice]<br>[https://everef.net/type/{{{shipid}}} {{{shipname|}}} on EVE Ref]
              }}<br>{{{externallinks|}}}
      </div linkname>
    </div box-discussion>
  </div content-left>
 
  <div content-right style="border-left: 1px solid #333333; max-width: 32em;">
 
<!-- Ship attributes wip old -->
    <table class='attributes' style='margin-bottom: 5px; width: 100%; display: none;'>
      <tr>
        <td>
          <div style='border: 1px solid #323931; background-color: #191E18;'>
 
<!-- Fittings -->
            <div class='att-line'>
              <div class='att-item' style='width: 8.4em; text-align: right;'>
                <div class='att-label'>fittings</div>
              </div>
              <div class='att-item' style='border-right: none;'>
                <div class='att-value'>{{#if: {{{highs|}}}|{{{highs}}}|0}}</div>
                <div class='att-img'>[[Image:icon_hi_slot.png|20px|high slots]]</div>
                <div class='att-label' style='color: #9A7535;'>highs</div>
              </div>
              <div class='att-item' style='border-right: none;'>
                <div class='att-value'>{{#if: {{{launchers|}}}|{{{launchers}}}|0}}</div>
                <div class='att-img'>[[Image:icon_launcher_hp.png|20px|launcher hardpoints]]</div>
                <div class='att-label'>launchers</div>
                </div>
              <div class='att-item'>
                <div class='att-value'>{{#if: {{{turrets|}}}|{{{turrets}}}|0}}</div>
                <div class='att-img'>[[Image:icon_turret_hp.png|20px|turret hardpoints]]</div>
                <div class='att-label'>turrets</div>
              </div>
              <div class='att-item'>
                <div class='att-value'>{{#if: {{{mediums|}}}|{{{mediums}}}|0}}</div>
                <div class='att-img'>[[Image:icon_mid_slot.png|20px|middle slots]]</div>
                <div class='att-label' style='color: #9A7535;'>mediums</div>
              </div>
              <div class='att-item' style='border-right: none;>
                <div class='att-value'>{{#if: {{{lows|}}}|{{{lows}}}|0}}</div>
                <div class='att-img'>[[Image:icon_low_slot.png|20px|low slots]]</div>
                <div class='att-label' style='color: #9A7535;'>lows</div>
              </div>                   
            </div>
 
<!-- Drones & cargo -->
            <div class='att-line'>
              <div class='att-item' style='width: 8.4em; text-align: right;'>
                <div class='att-label'>{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</div>
              </div>
{{#if: {{{fighterbay|}}}
  |            <div class='att-item'>
                <div class='att-value' style='width: 60px;'>{{{fighterbay}}}</div>
                <div class='att-img'>[[Image:icon_drone_capacity.png|20px|fighter capacity]]</div>
                <div class='att-label'>fighters</div>
              </div>
              <div class='att-item'>
                <div class='att-value' style='width: 20px;'>{{{fightertubes|}}}</div>
                <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|fighter squad tubes]]</div>
                <div class='att-label'>squad tubes</div>
              </div>
  | {{#if: {{{dronebay|}}}
       |        <div class='att-item'>
                <div class='att-value' style='width: 40px;'>{{{dronebay|}}}</div>
                <div class='att-img'>[[Image:icon_drone_capacity.png|20px|drone capacity]]</div>
                <div class='att-label'>drones</div>
              </div>
              <div class='att-item'>
                <div class='att-value' style='width: 80px;'>{{{bandwidth|}}}</div>
                <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|drone bandwidth]]</div>
                <div class='att-label'>b/w</div>
              </div>
      |        <div class='att-item'>
                <div class='att-label' style="width: 160px; text-align: center; color: #9A7535;">No drone bay</div>
              </div>
    }}
}}
 
              <div class='att-item' style='border-right: none;'>
                <div class='att-value' style='width: 70px;'>{{#if: {{{cargohold|}}}|{{{cargohold}}}|0{{m3}} }}</div>
                <div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div>
                <div class='att-label'>cargo</div>
              </div>
            </div>
 
<!-- Defense old -->
            <div class='att-line res-boxes' style='position: relative;'>
              <div class='att-item' style='width: 8.4em; height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'>
                <div class='att-label' style='line-height: 40px;'>defense</div>
              </div>
 
              <div class='att-item' style='width: 87px; margin-left: 95px; text-align: right;'>
                <div class='att-value' style='width: auto'>{{#if: {{{shieldhp|}}}|{{{shieldhp}}}|0 HP}}</div>
                <div class='att-img'>[[Image:icon_shield.png|20px|shields]]</div>
              </div>
 
              <div class='att-item' style='border-right: none;'>
 
                <div class='att-img'>[[Image:icon_resist_em.png|20px|shield electromagnetic resistance]]</div>
                <div style='display: inline-block;'>
                  <div class='box-resist bgr-em'>
                    <div class='resist-value val-em' style='width: {{#expr: {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}/2 round 0}}px;'>
                      <div class='value-text'> {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}</div>
                    </div>
                  </div>
                </div>
 
                <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div>
                  <div style='display: inline-block;'>
                    <div class='box-resist bgr-thr'>
                    <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}/2 round 0}}px;'>
                      <div class='value-text'>{{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}</div>
                    </div>
                  </div>
                </div>
 
                <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div>
                <div style='display: inline-block;'>
                  <div class='box-resist bgr-kin'>
                    <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}/2 round 0}}px;'>
                      <div class='value-text'>{{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}</div>
                    </div>
                  </div>
                </div>
 
                <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div>
                <div style='display: inline-block;'>
                  <div class='box-resist bgr-exp'>
                    <div class='resist-value val-exp' style='width: {{#expr: {{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'>
                        <div class='value-text'>{{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}</div>
                      </div>
                  </div>
                </div>
 
              </div>
            </div>
 
            <div class='att-line res-boxes'>
              <div class='att-item' style='width: 87px; margin-left: 95px;; text-align: right;'>
                <div class='att-value' style='width: auto'>{{#if: {{{armorhp|}}} |{{{armorhp}}} |0 HP}}</div>
                <div class='att-img'>[[Image:icon_armor.png|20px|armor]]</div>
              </div>
 
              <div class='att-item' style='border-right: none;'>
 
                <div class='att-img'>[[Image:icon_resist_em.png|20px|armor electromagnetic resistance]]</div>
                 <div style='display: inline-block;'>
                  <div class='box-resist bgr-em'> <div class='resist-value val-em' style='width: {{#expr: {{#if:{{{armorem|}}}|{{{armorem}}}|0}}/2 round 0}}px;'>
                    <div class='value-text'>{{#if:{{{armorem|}}}|{{{armorem}}}|0}}</div>
                  </div>
                </div>
              </div>
 
              <div class='att-img'>[[Image:icon_resist_therm.png|20px|armor thermal resistance]]</div>
              <div style='display: inline-block;'>
                <div class='box-resist bgr-thr'>
                  <div class='resist-value val-thr' style='width:{{#expr: {{#if:{{{armortherm|}}}|{{{armortherm}}}|0}}/2 round 0}}px;'>
                    <div class='value-text'>{{#if: {{{armortherm|}}}|{{{armortherm}}}|0}}</div>
                  </div>
                </div>
              </div>
 
              <div class='att-img'>[[Image:icon_resist_kin.png|20px|armor kinetic resistance]]</div>
              <div style='display: inline-block;'>
                <div class='box-resist bgr-kin'>
                    <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}/2 round 0}}px;'>
                    <div class='value-text'>{{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}</div>
                  </div>
                </div>
              </div>
 
              <div class='att-img'>[[Image:icon_resist_exp.png|20px|armor explosive resistance]]</div>
              <div style='display: inline-block;'>
                <div class='box-resist bgr-exp'>
                  <div class='resist-value val-exp' style='width:{{#expr: {{#if: {{{armorexp|}}}|{{{armorexp}}}|0}}/2 round 0}}px;'>
                    <div class='value-text'>{{#if: {{{armorexp|}}}|{{{armorexp}}}|0}}</div>
                  </div>
                </div>
              </div>
 
            </div>
          </div>
 
<!-- Target & nav -->
            <div class='att-line'>
              <div class='att-item' style='width: 8.4em; text-align: right;'>
                <div class='att-label'>target & nav</div>
              </div>
              <div class='att-item'>
                <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{targetrange|}}}|{{{targetrange}}}|0 km}}</div>
                <div class='att-img'>[[Image:icon_target_range.png|20px|max. targeting range]]</div>
                <div class='att-label'>tgt. range</div>
              </div>
              <div class='att-item'>
                <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{sigradius|}}}|{{{sigradius}}}|0 m}}</div>
                <div class='att-img'>[[Image:icon_ship_sig.png|20px|ship signature radius]]</div>
                <div class='att-label'>sig. radius</div>
              </div>
              <div class='att-item' style='border-right: none;'>
                <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{maxvelocity|}}}|{{{maxvelocity}}}|0 m/s}}</div>
                <div class='att-img'>[[Image:Icon_velocity.png|20px|max. velocity]]</div>
                 <div class='att-label'>max. velocity</div>
              </div>
            </div>
 
          </div>
 
        </td>
      </tr>
    </table>
 
<!-- wip new-->
    <table class='attributes' style='margin-bottom: 5px; width: 100%; clear: both; border: 1px solid #323931; background-color: #191E18;'>
<!-- fittings -->
    <tr class='att-line'>
      <td class='att-label' style="text-align: right; width: 8.4em;">fittings</td>
      <td style="text-align: left;">
        <div class='att-item' style='border-right: none;'>
            <div class='att-value'>{{#if: {{{highs|}}}|{{{highs}}}|0}}</div>
            <div class='att-img'>[[Image:icon_hi_slot.png|20px|high slots]]</div>
            <div class='att-label' style='color: #9A7535;'>highs</div>
           </div>
           </div>
           <div style='position: absolute; margin-left: 200px; margin-top: -60px;'>[[Image:{{#switch: {{lc:  {{{faction}}} }}
           <div class='att-item' style='border-right: none;'>
                | angel cartel= Logo_faction_angel_cartel.png
            <div class='att-value'>{{{launchers|0}}}</div>
                | amarr empire= Logo_faction_amarr_empire.png
            <div class='att-img'>[[Image:icon_launcher_hp.png|20px|launcher hardpoints]]</div>
                | blood raiders= Logo_faction_the_blood_raider_covenant.png
            <div class='att-label'>launchers</div>
                | caldari state= Logo_faction_caldari_state.png
          </div>
                | concord= Logo_faction_concord_assembly.png
          <div class='att-item'>
                | edencom= Logo_faction_edencom.png
            <div class='att-value'>{{#if: {{{turrets|}}}|{{{turrets}}}|0}}</div>
                | gallente federation= Logo_faction_gallente_federation.png
            <div class='att-img'>[[Image:icon_turret_hp.png|20px|turret hardpoints]]</div>
                | guristas= Logo_faction_guristas_pirates.png
            <div class='att-label'>turrets</div>
                | intaki syndicate= Logo faction the syndicate.png
                | interbus= Logo faction the interbus.png
                | jovian directorate= Logo faction jove empire.png
                | khanid kingdom= Logo_faction_khanid_kingdom.png
                | minmatar republic= Logo_faction_minmatar_republic.png
                | mordu's legion= Logo_faction_mordus_legion.png
                | outer ring excavations= Logo_faction_outer_ring_excavations.png
                | sansha's nation= Logo_faction_sanshas_nation.png
                | serpentis= Logo_faction_serpentis.png
                | sisters of eve =Logo_faction_sisters_of_eve.png
                | society of conscious thought =Logo_faction_the_society.png
                | triglavian collective= Logo_faction_triglavian_collective.png
                | #default= no-image.png
              }}|60px|{{#if: {{{faction|}}}
                  | {{{faction}}}
                  | Unknown Faction
                }}]]</div>
          <div style='display: {{#ifexist: File:{{{shipimg}}} |none |block}}; text-align: center;' class='forum-link'>
            <div class='linkentry'>
              <div class='linkname' style='font-weight: bold;'>{{#if: {{{shipimg|}}}
                  | [[File:{{{shipimg}}}| Upload {{{shipimg}}} for this ships image.]]
                  | <span style='font-weight: normal; font-size: 11px; line-height: 120%;'>Please upload an image for this ship and edit the respective entry on the ship database, see "editing database entry" [[Template:Ship|here]].</span>
                  }}</div>
            </div>
           </div>
           </div>
          <div class='forum-link'>
            <div class='att-item'>
             <div class='linkentry'>
             <div class='att-value'>{{#if: {{{mediums|}}}|{{{mediums}}}|0}}</div>
              <div class='linkimg'>[[Image:Icon_capacity.png|20px|forum discussion]]</div>
            <div class='att-img'>[[Image:icon_mid_slot.png|20px|middle slots]]</div>
              <div style='display: inline-block; font-size: 10px;'>Forum Discussions :</div>
            <div class='att-label' style='color: #9A7535;'>mediums</div>
              <div class='linkname'>[https://forum.eveuniversity.org/search.php?keywords={{urlencode:{{{shipname|}}}}}&terms=all&author=&fid%5B%5D=129&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search PvP Forums], [https://forum.eveuniversity.org/search.php?keywords={{urlencode:{{{shipname|}}}}}&terms=all&author=&fid%5B%5D=128&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search PvE Forums]</div>
            </div>
           </div>
           </div>
          <div class='att-item' style='border-right: none;>
            <div class='att-value'>{{#if: {{{lows|}}}|{{{lows}}}|0}}</div>
            <div class='att-img'>[[Image:icon_low_slot.png|20px|low slots]]</div>
            <div class='att-label' style='color: #9A7535;'>lows</div>
          </div>                   
         </td>
         </td>
        <td style='padding: 5px 5px 5px 0; border-left: 1px solid #333333' valign='top'>
    </tr>
          <div class='titlename' style='position: absolute; display:{{#if: {{{shipname|}}} |block |block}};'>[[{{{shipname|}}}]]</div>      
    <!-- drones -->
          <table class='collapsible attributes' style='width: 100%; margin-bottom: 5px;'>
    <tr class='att-line'>
            <tr>
      <td class='att-label' style="text-align: right; width: 8.4em;">{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</td>
              <th><div style='float: left; width: 100px; font-family: trebuchet MS; margin-left: -3px;'>SHOW ATTRIBUTES</div></th>
      <td style="text-align: left;">
            </tr>
            </div> {{#if: {{{fighterbay|}}}
            <tr>
              | <div class='att-item'>
              <td style='padding: 0; margin: 0;'><div style='height: 15px; line-height: 15px;'>&nbsp;</div></td>
                  <div class='att-value' style='width: 60px;'>{{{fighterbay}}}</div>
            </tr>
                  <div class='att-img'>[[Image:icon_drone_capacity.png|20px|fighter capacity]]</div>
            <tr>
                  <div class='att-label'>fighters</div>
               <td>
                </div>
                <div style='background-color: #191E18; border: 1px solid #323931;'>
                <div class='att-item'>
                  <div class='att-line'>
                  <div class='att-value' style='width: 20px;'>{{{fightertubes|}}}</div>
                    <div class='att-item' style='width: 80px; text-align: right;'>
                  <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|fighter squad tubes]]</div>
                       <div class='att-label'>fittings</div>
                  <div class='att-label'>squad tubes</div>
                </div>
               | {{#if: {{{dronebay|}}}
                | <div class='att-item'>
                    <div class='att-value' style='width: 40px;'>{{{dronebay|}}}</div>
                    <div class='att-img'>[[Image:icon_drone_capacity.png|20px|drone capacity]]</div>
                    <div class='att-label'>drones</div>
                  </div>
                  <div class='att-item'>
                      <div class='att-value' style='width: 80px;'>{{{bandwidth|}}}</div>
                      <div class='att-img'>[[Image:icon_drone_bandwith.png|20px|drone bandwidth]]</div>
                       <div class='att-label'>b/w</div>
                     </div>
                     </div>
                    <div class='att-item' style='border-right: medium none;'>
                | <div class='att-item'>
                      <div class='att-value'>{{{highs|0}}}</div><div class='att-img'>[[Image:icon_hi_slot.png|20px|high slots]]</div><div class='att-label' style='color: #9A7535;'>highs</div>
                    <div class='att-label' style="width: 160px; text-align: center; color: #9A7535;">No drone bay</div>
                    </div>
                  </div>
                    <div class='att-item' style='border-right: medium none;'>
                }}
                      <div class='att-value'>{{{launchers|0}}}</div><div class='att-img'>[[Image:icon_launcher_hp.png|20px|launcher hardpoints]]</div><div class='att-label'>launchers</div>
              }}
                    </div>
 
                    <div class='att-item'>
            <div class='att-item' style='border-right: none;'>
                      <div class='att-value'>{{{turrets|0}}}</div><div class='att-img'>[[Image:icon_turret_hp.png|20px|turret hardpoints]]</div><div class='att-label'>turrets</div>
              <div class='att-value' style='width: 70px;'>{{#if: {{{cargohold|}}}|{{{cargohold}}}|0{{m3}} }}</div>
                    </div>
              <div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div>
                    <div class='att-item'>
              <div class='att-label'>cargo</div>
                      <div class='att-value'>{{{mediums|0}}}</div><div class='att-img'>[[Image:icon_mid_slot.png|20px|middle slots]]</div><div class='att-label' style='color: #9A7535;'>mediums</div>
            </div>
                    </div>
                    <div class='att-item'>
                      <div class='att-value'>{{{lows|0}}}</div><div class='att-img'>[[Image:icon_low_slot.png|20px|low slots]]</div><div class='att-label' style='color: #9A7535;'>lows</div>
                    </div>                  
                   </div>
                   </div>
                  <div class='att-line'>
      </td>
                    <div class='att-item' style='width: 80px; text-align: right;'>
    </tr>
                      <div class='att-label'>drones & cargo</div>
<!-- defense -->
                    </div>
    <tr class='att-line'style="/*temp*/ height: 50px;">
                    <div class='att-item'>
 
                      <div class='att-value' style='width: 40px;'>{{{dronebay|0 m3}}}</div><div class='att-img'>[[Image:icon_drone_capacity.png|20px|drone capacity]]</div><div class='att-label'>drones</div>
      <td class='att-label' style="text-align: right; width: 8.4em; height: 40px; line-height: 40px;">defense</td>
                    </div>
 
                    <div class='att-item'>
      <td>
                      <div class='att-value' style='width: 80px;'>{{{bandwidth|0 Mbit/sec}}}</div><div class='att-img'>[[Image:icon_drone_bandwith.png|20px|drone bandwidth]]</div><div class='att-label'>b/w</div>
        <div class='att-line res-boxes' style='position: relative;'>
                    </div>
          <div class='att-item' style='height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'>
                    <div class='att-item' style='border-right: medium none;'>
            <div class='att-item' style='width: 87px; /*margin-left: 95px; */text-align: right;'>
                      <div class='att-value' style='width: 70px;'>{{{cargohold|0 m3}}}</div><div class='att-img'>[[Image:Icon_capacity.png|20px|cargo capacity]]</div><div class='att-label'>cargo</div>
              <div class='att-value' style='width: auto;'>{{#if: {{{shieldhp|}}}|{{{shieldhp}}}|0 HP}}</div>
                    </div>
              <div class='att-img'>[[Image:icon_shield.png|20px|shields]]</div>
                  </div>
            </div>
                  <div class='att-line res-boxes' style='position: relative;'>
 
                    <div class='att-item' style='width: 80px; height: 40px; position: absolute; left: 0; background-color: #110809; text-align: right;'>
            <div class='att-img'>[[Image:icon_resist_em.png|20px|shield electromagnetic resistance]]</div>
                      <div class='att-label' style='line-height: 40px;'>defense</div>
            <div style='display: inline-block;'>
                    </div>
              <div class='box-resist bgr-em'>
                    <div class='att-item' style='width: 87px; margin-left: 95px; text-align: right;'>
                <div class='resist-value val-em' style='width: {{#expr: {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}/2 round 0}}px;'>
                      <div class='att-value' style='width: auto'>{{#if: {{{shieldhp|}}} |{{{shieldhp}}} |0 HP}}</div><div class='att-img'>[[Image:icon_shield.png|20px|shields]]</div>
                  <div class='value-text'> {{#if: {{{shieldem|}}}|{{{shieldem}}}|0}}</div>
                    </div>
                </div>
                    <div class='att-item' style='border-right: medium none;'>
              </div>
                      <div class='att-img'>[[Image:icon_resist_em.png|20px|shield electromagnetic resistance]]</div>
            </div>
                      <div style='display: inline-block;'>
 
                        <div class='box-resist bgr-em'> <div class='resist-value val-em' style='width: {{#expr: {{#if:{{{shieldem|}}} |{{{shieldem}}} |0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{shieldem|}}} |{{{shieldem}}} |0}}</div></div></div>
            <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div>
                      </div>
            <div style='display: inline-block;'>
                      <div class='att-img'>[[Image:icon_resist_therm.png|20px|shield thermal resistance]]</div>
              <div class='box-resist bgr-thr'>
                      <div style='display: inline-block;'>
                <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}/2 round 0}}px;'>
                        <div class='box-resist bgr-thr'> <div class='resist-value val-thr' style='width: {{#expr: {{#if: {{{shieldtherm|}}} |{{{shieldtherm}}} |0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{shieldtherm|}}} |{{{shieldtherm}}} |0}}</div></div></div>
                  <div class='value-text'>{{#if: {{{shieldtherm|}}}|{{{shieldtherm}}}|0}}</div>
                      </div>
                </div>
                      <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div>
              </div>
                      <div style='display: inline-block;'>
            </div>
                        <div class='box-resist bgr-kin'> <div class='resist-value val-kin' style='width: {{#expr: {{#if:{{{shieldkin|}}} |{{{shieldkin}}} |0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{shieldkin|}}} |{{{shieldkin}}} |0}}</div></div></div>
 
                      </div>
            <div class='att-img'>[[Image:icon_resist_kin.png|20px|shield kinetic resistance]]</div>
                      <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div>
            <div style='display: inline-block;'>
                      <div style='display: inline-block;'>
              <div class='box-resist bgr-kin'>
                        <div class='box-resist bgr-exp'> <div class='resist-value val-exp' style='width: {{#expr: {{#if:{{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{shieldexp|}}} |{{{shieldexp}}} |0}}</div></div></div>
                <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}/2 round 0}}px;'>
                      </div>
                  <div class='value-text'>{{#if: {{{shieldkin|}}}|{{{shieldkin}}}|0}}</div>
                    </div>
                </div>
                  </div>
              </div>
                  <div class='att-line res-boxes'>
            </div>
                    <div class='att-item' style='width: 80px;'>
 
                      <div class='att-label'>&nbsp;</div>
            <div class='att-img'>[[Image:icon_resist_exp.png|20px|shield explosive resistance]]</div>
                    </div>
            <div style='display: inline-block;'>
                    <div class='att-item' style='width: 87px; text-align: right;'>
              <div class='box-resist bgr-exp'>
                      <div class='att-value' style='width: auto'>{{#if: {{{armorhp|}}} |{{{armorhp}}} |0 HP}}</div><div class='att-img'>[[Image:icon_armor.png|20px|armor]]</div>
                <div class='resist-value val-exp' style='width: {{#expr: {{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}/2 round 0}}px;'>
                    </div>
                  <div class='value-text'>{{#if: {{{shieldexp|}}}|{{{shieldexp}}}|0}}</div>
                    <div class='att-item' style='border-right: medium none;'>
                </div>
                      <div class='att-img'>[[Image:icon_resist_em.png|20px|armor electromagnetic resistance|]]</div>
              </div>
                      <div style='display: inline-block;'>
            </div>
                        <div class='box-resist bgr-em'> <div class='resist-value val-em' style='width: {{#expr: {{#if:{{{armorem|}}}|{{{armorem}}}|0}}/2 round 0}}px;'> <div class='value-text'>{{#if:{{{armorem|}}} |{{{armorem}}} |0}}</div></div></div>
 
                      </div>
          </div>
                      <div class='att-img'>[[Image:icon_resist_therm.png|20px|armor thermal resistance|]]</div>
        </div>
                      <div style='display: inline-block;'>
      </td>
                        <div class='box-resist bgr-thr'> <div class='resist-value val-thr' style='width:{{#expr: {{#if:{{{armortherm|}}}|{{{armortherm}}}|0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{armortherm|}}} |{{{armortherm}}} |0}}</div></div></div>
    </tr>
                      </div>
<!-- target & nav -->
                      <div class='att-img'>[[Image:icon_resist_kin.png|20px|armor kinetic resistance|]]</div>
    <tr class='att-line'>
                      <div style='display: inline-block;'>
      <td class='att-label' style="text-align: right; width: 8.4em;">target & nav</td>
                        <div class='box-resist bgr-kin'> <div class='resist-value val-kin' style='width: {{#expr: {{#if: {{{armorkin|}}}|{{{armorkin}}}|0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{armorkin|}}} |{{{armorkin}}} |0}}</div></div></div>
      <td style="text-align: left;">
                      </div>
          <div class='att-item'>
                      <div class='att-img'>[[Image:icon_resist_exp.png|20px|armor explosive resistance|]]</div>
            <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{targetrange|}}}|{{{targetrange}}}|0 km}}</div>
                      <div style='display: inline-block;'>
            <div class='att-img'>[[Image:icon_target_range.png|20px|max. targeting range]]</div>
                        <div class='box-resist bgr-exp'> <div class='resist-value val-exp' style='width:{{#expr:{{#expr: {{{armorexp|}}}|{{{armorexp}}}|0}}/2 round 0}}px;'> <div class='value-text'>{{#if: {{{armorexp|}}} |{{{armorexp}}} |0}}</div></div></div>
            <div class='att-label'>tgt. range</div>
                      </div>
          </div>
                    </div>
          <div class='att-item'>
                  </div>
            <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{sigradius|}}}|{{{sigradius}}}|0 m}}</div>
                  <div class='att-line'>
            <div class='att-img'>[[Image:icon_ship_sig.png|20px|ship signature radius]]</div>
                    <div class='att-item' style='width: 80px; text-align: right;'>
            <div class='att-label'>sig. radius</div>
                      <div class='att-label'>target & nav</div>
          </div>
                    </div>
          <div class='att-item' style='border-right: none;'>
                    <div class='att-item'>
            <div class='att-value'style='min-width: 40px; width: auto;'>{{#if: {{{maxvelocity|}}}|{{{maxvelocity}}}|0 m/s}}</div>
                      <div class='att-value' style='width: 50px'>{{#if: {{{targetrange|}}}|{{{targetrange}}}|0 km}}</div><div class='att-img'>[[Image:icon_target_range.png|20px|max. targeting range]]</div><div class='att-label'>tgt. range</div>
            <div class='att-img'>[[Image:Icon_velocity.png|20px|max. velocity]]</div>
                    </div>
            <div class='att-label'>max. velocity</div>
                    <div class='att-item'>
                      <div class='att-value' style='width: 30px'>{{#if: {{{sigradius|}}}|{{{sigradius}}}|0 m}}</div><div class='att-img'>[[Image:icon_ship_sig.png|20px|ship signature radius]]</div><div class='att-label'>sig. radius</div>
                    </div>
                    <div class='att-item' style='border-right: medium none;'>
                      <div class='att-value' style='width: 55px;'>{{#if: {{{maxvelocity|}}}|{{{maxvelocity}}}|0 m/s}}</div><div class='att-img'>[[Image:Icon_velocity.png|20px|max. velocity]]</div><div class='att-label'>max. velocity</div>
                    </div>
                  </div>
                </div>
              </td>
            </tr>
          </table>
          <div class='ship-border-box' style='display: {{#if: {{{bonuses|}}}|block|none}}; margin: 10px 5px 5px'>
            <div class='label'><div class='inner'>S H I P&nbsp;&nbsp;&nbsp;B O N U S E S</div></div>
            <p>{{#if: {{{bonuses|}}} |{{{bonuses}}} |<i>no bonuses available for this ship</i>}}</p>
           </div>
           </div>
          <p class='ship-desc'>{{#if: {{{info|}}} |{{{info}}} |&nbsp;}}</p>
 
          <!--<div class='ship-variants'>Variations : {{#if: {{{variations|}}} |{{{variations}}} |<i>none</i>}}</div>-->
      </td>
          <div class='box-footer'>[[{{{shipname|}}}]] =></div>
    </tr>
        </td>
 
      </tr>
     </table>
     </table>
   </div>
 
</div></includeonly>
<!-- Ship bonuses -->
<noinclude>{{documentation}}</noinclude>
    <div class='ship-border-box' style='display: {{#if: {{{bonuses|}}} |block |none }}; margin: 10px 5px 5px'>
    <div class='label'>S H I P&nbsp;&nbsp;&nbsp;B O N U S E S</div>
    <p>{{{bonuses}}}</p>
    </div>
 
<!-- Ship description -->
    <div class='ship-desc'>{{#if: {{{info|}}} |{{{info}}} |&nbsp;}}</div>
 
  </div content-right>
   </div content>
</div ShipInfo>
</div ShipBoxLarge></includeonly>
<noinclude> {{documentation}} <!-- Please add categories and interwikis to the bottom of sub-page /doc, not here --></noinclude>

Latest revision as of 08:51, 23 July 2025

Template documentation (for the above template, sometimes hidden or invisible)
Black Ops: INFORMATION
fittings
8
high slots
highs
0
launcher hardpoints
launchers
6
turret hardpoints
turrets
4
middle slots
mediums
7
low slots
lows
drones & cargo
125 m³
drone capacity
drones
125 Mbit/sec
drone bandwidth
b/w
800 m³
cargo capacity
cargo
defense
4,375 HP
shields
shield electromagnetic resistance
0
shield thermal resistance
20
shield kinetic resistance
53
shield explosive resistance
68
target & nav
70.60 km
max. targeting range
tgt. range
333 m
ship signature radius
sig. radius
117 m/sec
max. velocity
max. velocity
S H I P   B O N U S E S

Amarr Battleship bonuses (per skill level):
10% reduction in Large Energy Turret activation cost
10% bonus to Large Energy Turret rate of fire
Black Ops bonuses (per skill level):
7.5% bonus to Large Energy Turret tracking speed
10% bonus to Energy Nosferatu and Energy Neutralizer drain amount
Role Bonus:
• Can fit Covert Cynosural Field Generator and Covert Jump Portal Generator
• No targeting delay after Cloaking Device deactivation
• Cloak reactivation delay reduced to 5 seconds
75% reduction to effective distance traveled for jump fatigue
50% reduction in Cynosural Field Generator duration
650% bonus to ship max velocity when using Cloaking Devices
100% bonus to Shield Extender hitpoints
50% bonus to Armor Plate hitpoints
5% Additional bonus to Reinforced Bulkhead hitpoints

Black Ops battleships are designed for infiltration and espionage behind enemy lines. With the use of a short-range jump drive and a portal generator, they are capable of making a special type of jump portal usable only by covert ops vessels. This enables them to stealthily plant reconnaissance and espionage forces in enemy territory. For the final word in clandestine maneuvers, look no further.
Visit User:Evon R'al/Sandbox template/doc to edit this text! (How does this work?) (Refresh this text - why?)