Template:Tooltip
Jump to navigation
Jump to search
Hover your cursor over me!
Use this to make a tooltip that displays when a user hovers their mouse cursor over a string of text. The resulting text will have a dotted underline to indicate that it contains a tooltip.
Usage
{{Tooltip|display text|hover text}}
- Replace
display text
with whatever text you want to display initially. - Replace
hover text
with text that you want to be displayed when hovering the cursor over the affected string. - Add a
nodash
ornodash=y
argument to hide the dashed underline if required. Not recommended in most cases.
Examples
{{Tooltip|Display text|Hover text}}
Display text
{{Tooltip|Display text with no underline|Hover text|nodash}}
(Not recommended)
Display text with no underline