Difference between revisions of "Template:ShipBoxTooltip"
From EVE University Wiki
m (Highlights: rewrite to not construct div's when there are no highlights instead of constructing empty div's whit display none.) |
m (Ship attributes: Remove middle option from Image because it is the default. Rewrite so slot info is always on 1 line. Same for powergrid and cpu.) |
||
Line 99: | Line 99: | ||
}} | }} | ||
<div class='uniwiki-ship-tooltip-bottom'> | <div class='uniwiki-ship-tooltip-bottom'> | ||
− | <div class='tt-att'>[[Image:icon_hi_slot.png|15x15px | + | <div class='tt-att' style='white-space: nowrap;'>[[Image:icon_hi_slot.png|15x15px|high slots]]{{{highs|0}}}({{{launchers|0}}}/{{{turrets|0}}}) [[Image:icon_mid_slot.png|15x15px|middle slots]]{{{mediums|0}}} [[Image:icon_low_slot.png|15x15px|low slots]]{{{lows|0}}}</div> |
− | + | <div class='tt-att' style='white-space: nowrap;'>[[Image:icon_powergrid.png|15x15px|powergrid]]{{{powergrid|0 MW}}} [[Image:icon_cpu.png|15x15px|cpu output]]{{{cpu|0 tf}}}</div> | |
− | + | <div class='tt-att'>[[Image:Icon_velocity.png|15x15px|max. velocity]]{{{maxvelocity|0 m/s}}}</div> | |
− | <div class='tt-att'>[[Image:icon_powergrid.png|15x15px | + | <div class='tt-att'>[[Image:Icon_capacity.png|15x15px|cargo capacity]]{{{cargohold|0 m³}}}</div> |
− | |||
− | <div class='tt-att'>[[Image:Icon_velocity.png|15x15px | ||
− | <div class='tt-att'>[[Image:Icon_capacity.png|15x15px | ||
</div> | </div> | ||
</td> | </td> |
Revision as of 15:54, 14 May 2022
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- Creates a tooltip with a subset of the ships stats.
- Dependencies
-
- Uses
- {{Tooltip}}
- {{Imageserver}} When no local image of ship is available and shipid is known.
- Part of the parameter set of
{{ShipArticle}}
- Syntax
- ShipBoxTooltip 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}}
- Sample
gives...Some text {{Ship|Megathron Navy Issue}} more text.
Bug: | There is a problem with the presentation of the result. See Template talk:ShipBoxTooltip |
Visit Template:ShipBoxTooltip/doc to edit this text! (How does this work?) (Refresh this text - why?)