Difference between revisions of "Template:ShipBoxTooltip"
From EVE University Wiki
m (Remove cellpadding, deprecated use css padding. Remove cellspacing, deprecated. Move inline css width to class.) |
m (Rename class uniwiki-ship-tooltip to sbtt (ShipBoxTooltip).) |
||
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{#css: | <includeonly><onlyinclude>{{#css: | ||
− | . | + | .sbtt table { |
width: 100%; | width: 100%; | ||
background-color: transparent; | background-color: transparent; | ||
Line 9: | Line 9: | ||
} | } | ||
− | . | + | .sbtt tr { |
background-color: transparent; | background-color: transparent; | ||
margin: 0; | margin: 0; | ||
Line 16: | Line 16: | ||
} | } | ||
− | . | + | .sbtt td { |
background-color: transparent; | background-color: transparent; | ||
margin: 0; | margin: 0; | ||
Line 29: | Line 29: | ||
} | } | ||
− | |||
.sbtt-image a img { | .sbtt-image a img { | ||
border: 1px solid #272727; | border: 1px solid #272727; |
Revision as of 13:15, 18 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?)