Template:Tooltip

From Imagisphere
Revision as of 17:00, 6 April 2024 by Chunky104 (talk | contribs) (Consistency in the example.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 or nodash=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