Difference between revisions of "Template:Tt"

From Corruption of Champions II
Jump to navigation Jump to search
m (test)
m (Undo revision 39272 by Spotty McBumble Fuck (talk) -- I have no idea what changed)
Tag: Undo
Line 1: Line 1:
<includeonly><span class="tooltip"{{#ifeq:{{{line|true}}}|false|style="border-bottom:0;"}}>{{{1|}}}<span class="tooltiptext" style="{{#if:{{{text-align|}}}|text-align:{{{text-align|default}}};}}">{{{2|}}}</span></span></includeonly><noinclude>
+
<includeonly><span class="tooltip" {{ #ifeq: {{{line|true}}} | false | style="border-bottom: 0;" }}>{{{1}}}<span class="tooltiptext" style="{{#if:{{{text-align|}}}|text-align:{{{text-align|default}}};}}">{{{2}}}</span></span></includeonly><noinclude>
  
 
== Crediting ==
 
== Crediting ==

Revision as of 15:51, 3 April 2025


Crediting

This template and the tooltip functions within the common.css were taken from the gbf.wiki.

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|1=Tooltip text with horizontal rule|2=Tooltip<span class="hr"></span>Text}}

Tooltip text with horizontal ruleTooltipText

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

Nested tooltipBottom textTop text

{{tt|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 (with named parameters; i.e. |1= and |2=)
    • This is due to mw parser spawning random linebreaks if <hr /> is used.