Template DocumentationEdit This Documentation
What this is
A template to write tooltips!
Usage & Examples
{{tt|Normal text|Tooltip text}}Normal text
Tooltip text
{{tt|Normal text without underline|Tooltip text|line=false}}Normal text without underline
Tooltip text
{{tt|Tooltip text with horizontal rule|Tooltip<hr>Text}}Tooltip text with horizontal rule
Tooltip
Text
Text
{{tt|{{tt|Nested tooltip|Bottom text}}|Top text}}Nested tooltip
Bottom text
Top text
{{tt|left-aligned text|Tooltip text|text-align=left}}left-aligned text
Tooltip 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.
- Use
This documentation is automatically transcluded from Template:Tt/Documentation and is not included when this page is transcluded.