打开/关闭菜单
2529
2489
5
4.4万
Corruption of Champions II Bilingual Wiki
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Template:Tt:修订间差异

模板页面
src->Spotty McBumble Fuck
Undo revision 39272 by Spotty McBumble Fuck (talk) -- I have no idea what changed
src->Spotty McBumble Fuck
无编辑摘要
第24行: 第24行:
** Use <code><nowiki><span class="hr"></span></nowiki></code> instead (with named parameters; i.e. <code><nowiki>|1=</nowiki></code> and <code><nowiki>|2=</nowiki></code>)
** Use <code><nowiki><span class="hr"></span></nowiki></code> instead (with named parameters; i.e. <code><nowiki>|1=</nowiki></code> and <code><nowiki>|2=</nowiki></code>)
** This is due to mw parser spawning random linebreaks if <code><nowiki><hr /></nowiki></code> is used.
** This is due to mw parser spawning random linebreaks if <code><nowiki><hr /></nowiki></code> is used.
 
[[Category:Useable templates]]
</noinclude>
</noinclude>

2025年4月7日 (一) 16:41的版本


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.