More actions
m Quick fix to make description text readable in light-mode. |
Make fighter/drone info visible. |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 84: | Line 84: | ||
line-height: 14px; | line-height: 14px; | ||
padding: 2px 5px; | padding: 2px 5px; | ||
color: var(--color-inverted-fixed); | |||
} | } | ||
| Line 160: | Line 161: | ||
.ShipBoxLarge p.ship-desc | .ShipBoxLarge p.ship-desc | ||
{ | { | ||
color: var(--color-inverted-fixed) | color: var(--color-inverted-fixed); | ||
font-family: arial; | font-family: arial; | ||
font-size: 11px; | font-size: 11px; | ||
| Line 188: | Line 189: | ||
margin-top: 1px; | margin-top: 1px; | ||
} | } | ||
.ShipBoxLarge .box-discussion | .ShipBoxLarge .box-discussion | ||
{ | { | ||
| Line 293: | Line 294: | ||
<tr> | <tr> | ||
<td> | <td> | ||
<div style='border: 1px solid #323931; background-color: #191E18;'> | |||
<!-- Fittings --> | <!-- Fittings --> | ||
<div class='att-line'> | <div class='att-line'> | ||
<div class='att-item' style='width: | <div class='att-item' style='width: 8.4em; text-align: right;'> | ||
<div class='att-label'>fittings</div> | <div class='att-label'>fittings</div> | ||
</div> | </div> | ||
| Line 315: | Line 316: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- Drones & cargo --> | <!-- Drones & cargo --> | ||
<div class='att-line'> | <div class='att-line'> | ||
<div class='att-item' style='width: | <div class='att-item' style='width: 8.4em; text-align: right;'> | ||
<div class='att-label'>{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</div> | <div class='att-label'>{{#if: {{{fighterbay|}}} | fighters |drones }} & cargo</div> | ||
</div> | </div> | ||
| Line 344: | Line 346: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- Defense --> | <!-- Defense --> | ||
<div class='att-line res-boxes' style='position: relative;'> | <div class='att-line res-boxes' style='position: relative;'> | ||
<div class='att-item' style='width: | <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 class='att-label' style='line-height: 40px;'>defense</div> | ||
</div> | </div> | ||
| Line 395: | Line 398: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- Target & nav --> | <!-- Target & nav --> | ||
<div class='att-line'> | <div class='att-line'> | ||
<div class='att-item' style='width: | <div class='att-item' style='width: 8.4em; text-align: right;'> | ||
<div class='att-label'>target & nav</div> | <div class='att-label'>target & nav</div> | ||
</div> | </div> | ||
Latest revision as of 16:49, 19 July 2025
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- Creates a info box with a subset of the ships stats.
- Dependencies
-
- Uses
- no-image.png Default ship image when shipimg is not given.
- Helpicon.png Default faction logo when faction is empty or unknown.
{{Imageserver}}When no local image of ship is available and shipid is known.- Part of the parameter set of
{{ShipArticle}}- Build-in UniWiki links to
- Ships
- Build-in external links to
- zKillboard
- EVE Workbench
- Janice
- EVE Ref
- Syntax
- ShipBoxLarge is not to be used on its own. It is to be called by using the wrapper template
{{Ship}}
- Template set
- {{ShipArticle}}
- {{Ship}}
- {{ShipBoxLarge}}
- {{ShipBoxTooltip}}