The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.
Template:Tooltip/doc: Difference between revisions
m (2 revisions imported) |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
This template creates a tooltip for the given element. | |||
==Usage== | |||
This template may be used to offer readers supplemental information about an element in the form of a tooltip. | |||
<pre>{{Tooltip|content element|tooltip text}}</pre> | |||
Be aware that display of the tooltip is entirely dependent on the browser. Desktop browsers typically display the tooltip text when the user hovers their mouse over the element. Whereas mobile browsers do not usually provide any way to show the tooltip text. | |||
==Example== | |||
<code><nowiki>{{Tooltip|Undocumented|Discovered through player testing or datamining}}</nowiki></code> → {{Tooltip|Undocumented|Discovered through player testing or datamining}} | |||
==See also== | |||
* {{tl|Abbr}} | |||
* {{tl|Hoverbox}} | |||
{{Adapted from Wikipedia|Template:Tooltip}} | |||
{{Documentation categories| | {{Documentation categories| | ||
<!-- Categories and interwikis go here. --> | <!-- Categories and interwikis go here. --> | ||
[[Category: | [[Category:Formatting templates]] | ||
{{sister|poewiki}} | |||
}} | }} |
Latest revision as of 18:24, 25 March 2025

This subpage provides documentation for Template:Tooltip.
This template creates a tooltip for the given element.
Usage
This template may be used to offer readers supplemental information about an element in the form of a tooltip.
{{Tooltip|content element|tooltip text}}
Be aware that display of the tooltip is entirely dependent on the browser. Desktop browsers typically display the tooltip text when the user hovers their mouse over the element. Whereas mobile browsers do not usually provide any way to show the tooltip text.
Example
{{Tooltip|Undocumented|Discovered through player testing or datamining}}
→ Undocumented
See also

Adaptation is noted for reference and attribution only. This template may differ from the original in function or in usage.