What this is
A template to write tooltips!
Usage & Examples
{{Tippytt|Normal text|Tooltip text}}
Lorem ipsum, Normal textTooltip text , sed do dolore magna aliqua.
{{Tippytt|Normal text without underline|Tooltip text|line=false}}
Normal text without underlineTooltip text
{{Tippytt|Tooltip text with horizontal rule|Tooltip<hr>Text}}Tooltip text with horizontal ruleTooltip
Text
{{Tippytt|{{Tippytt|Nested tooltip|Bottom text}}|Top text}}
Nested tooltipBottom text Top text
{{Tippytt|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.
- Use