Difference between revisions of "Template:Tooltip"

From EVE University Wiki
Jump to: navigation, search
(Swap div for span so MW does not add paragraphs on either side when used inline. The main usage appears to be in the Ship template, and most Ship template inline-mode usage is inside ShipArticle variants where this should be a noop.)
(Underlined the tooltip to make it more apparent to the reader)
Line 1: Line 1:
<includeonly><span class='uniwiki-tooltip'>{{{1|}}}<span class='uniwiki-tooltip-frame' style='position:absolute;'>{{{2|}}}</span></span></includeonly><noinclude>
+
<includeonly><span class='uniwiki-tooltip' style='border-bottom:1px dotted;'>{{{1|}}}<span class='uniwiki-tooltip-frame' style='position:absolute;'>{{{2|}}}</span></span></includeonly><noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 19:12, 12 October 2021

Template documentation (for the above template, sometimes hidden or invisible)
Description
Generic tooltip template.
Depedendencies
Uses
MediaWiki:Common.js
Class .uniwiki-tooltip in MediaWiki:Common.css
Class .uniwiki-tooltip-frame in MediaWiki:Common.css
Used by
{{ShipBoxTooltip}}
Syntax
{{Tooltip|<displayed text>|<tool-tip content>}}
displayed text
The visual text which, when hovered over, triggers the tool-tip. Can be a link.
tool-tip content
The contents of the tool-tip
Sample
{{tooltip|sample display|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.}}
gives...
sample displayLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


This is a sample {{Tooltip|display|Sample tool-tip content}} which is inline.
gives...
This is a sample displaySample tooltip content. which is inline.


This is a link to the {{Tooltip|[[Venture]]|The Ventures is an {{Co|yellow|ORE}} mining frigate}}, which also has a tool-tip with some formatting.
gives...
This is a link to the VentureThe Ventures is an ORE mining frigate, which also has a tool-tip with some formatting.
Visit Template:Tooltip/doc to edit this text! (How does this work?) (Refresh this text - why?)