Template:Tt: Difference between revisions

From Elwiki
(Undo revision 824525 by Ritsu (talk))
Tag: Undo
No edit summary
Line 1: Line 1:
<includeonly><div data-tippy-content="x" data-tippy-placement="{{{pos|}}}" style="display: inline-block; {{#ifeq:{{{line|}}}|false||border-bottom: 1px dotted black;}} {{{style|}}}" class="tippy-btn"><span class="content">{{#if:{{{align|}}}|<div style="text-align: {{{align|}}}">}}{{{2|}}}{{#if:{{{align|}}}|</div>}}</span><div>{{{1|}}}</div></div></includeonly>
<includeonly><div data-tippy-content="x" data-tippy-placement="{{{pos|}}}" style="display: inline-block; {{#ifeq:{{{line|}}}|false||border-bottom: 1px dotted black;}} {{{style|}}}" class="tippy-btn"><div class="content">{{#if:{{{align|}}}|<div style="text-align: {{{align|}}}">}}{{{2|}}}{{#if:{{{align|}}}|</div>}}</div><div>{{{1|}}}</div></div></includeonly>
<noinclude>== What this is ==
<noinclude>== What this is ==
A template to write tooltips!
A template to write tooltips!

Revision as of 18:34, 10 September 2022

What this is

A template to write tooltips!


Usage & Examples

{{tt|Normal text|Tooltip text}}

Tooltip text
Normal text


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

Tooltip text
Normal text without underline


{{tt|Tooltip text with horizontal rule|Tooltip<hr>Text}}

Tooltip
Text
Tooltip text with horizontal rule


{{tt|{{tt|Nested tooltip|Bottom text}}|Top text}}

Top text
Bottom text
Nested tooltip


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

Tooltip text
left-aligned text