Template:Tt: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
 
(16 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 13:10, 6 May 2025

Template DocumentationEdit This Documentation

What this is

A template to write tooltips!

Usage & Examples

{{tt|Normal text|Tooltip text}}

Normal textTooltip text

{{tt|Normal text without underline|Tooltip text|line=false}}

Normal text without underlineTooltip text

{{tt|Tooltip text with horizontal rule|Tooltip<hr>Text}}
Tooltip text with horizontal ruleTooltip
Text
{{tt|{{tt|Nested tooltip|Bottom text}}|Top text}}

Nested tooltipBottom textTop text

{{tt|left-aligned text|Tooltip text|text-align=left}}

left-aligned textTooltip text

Notes

  • Do not use <hr /> inside tooltips!
    • Use <span class="hr"></span> instead.
    • This is due to mw parser spawning random linebreaks if <hr /> is used.

This documentation is automatically transcluded from Template:Tt/Documentation and is not included when this page is transcluded.