No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><span class="has-tt" id="has-tt">{{{1}}}< | <includeonly><span class="has-tt" id="has-tt">{{{1}}}<div class="tt-wrapper"><span class="tt">{{{2}}}</span></div></span></includeonly><noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude><templatestyles src="Tt/styles.css"/> | </noinclude><templatestyles src="Tt/styles.css"/> |
Revision as of 12:44, 6 May 2025
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.