Template:Tt: Difference between revisions

From Elwiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><{{{span|div}}} class="tooltip" style="{{{style|}}}; {{ #ifeq: {{{line|true}}} | false | border-bottom: 0; }}">{{{1}}}<span class="tooltiptext" style="{{#if:{{{text-align|}}}|text-align:{{{text-align|default}}};}}">{{{2}}}</span></{{{span|div}}}></includeonly><noinclude>== What this is ==
<includeonly><div class="tooltip" style="{{{style|}}}; {{ #ifeq: {{{line|true}}} | false | border-bottom: 0; }}">{{{1}}}<span class="tooltiptext" style="{{#if:{{{text-align|}}}|text-align:{{{text-align|default}}};}}">{{{2}}}</span></div></includeonly><noinclude>== What this is ==
A template to write tooltips!
A template to write tooltips!



Revision as of 20:22, 20 August 2022

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 text
Top text


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

left-aligned textTooltip text