(Created page with "<onlyinclude><span class='tooltip'>{{{1}}}<div class='tooltiptext'>{{{2}}}</div></span></onlyinclude> <!-- Taken from https://tgstation13.org/wiki --> == Usage == This allows to show a tooltip when user mouse hovers the text: <pre> {{Tooltip|bread|Yes this is bread File:Baguette.png.}} </pre> Which will render like: {{Tooltip|bread|Yes this is bread File:Baguette.png.}} Category:Templates") |
No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude>< | <onlyinclude><div class='tooltip' style="display:inline;">{{{1}}}<div class='tooltiptext' style="background: #1b1b1f; z-index:200; top:15px; left:10px; padding: 3px; display:inline;">{{{2}}}</div></div></onlyinclude> | ||
<!-- Taken from https:// | <!-- Taken from https://paradisestation.org/wiki --> | ||
== Usage == | == Usage == |