Jump to content

Template:Tt: Difference between revisions

From Detective Conan Wiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><span class="hover-text">{{{1}}}<span class="tooltip-container"><span class="tooltip"><span class="tooltip-text-container"><span>{{{2}}}</span></span></span></span></span>
<includeonly><span class="hover-text">{{{1}}}<span class="tooltip-container"><span class="tooltip"><span class="tooltip-text-container"><span>{{{2}}}</span></span></span></span></span>
{{css|
{{code
    .hover-text {
|css=.hover-text {
       display: inline-block;
       display: inline-block;
       position: relative;
       position: relative;
Line 47: Line 47:
}}</includeonly><noinclude>
}}</includeonly><noinclude>
<pre>text text {{tt|Hover me|blablablablabla}} text text</pre>
<pre>text text {{tt|Hover me|blablablablabla}} text text</pre>
Results in: text text {{tt|Hover me|blablablablabla}} text text</noinclude>
Results in: text text {{tt|Hover me|blablablablabla}} text text
[[Category:Templates]]
</noinclude>

Revision as of 08:11, 7 June 2025

text text {{tt|Hover me|blablablablabla}} text text

Results in: text text Hover meblablablablabla text text