No edit summary |
(use span instead of div to avoid weird line breakages in-text) |
||
Line 1: | Line 1: | ||
< | <span class='tooltip'>{{{1}}}<span class='tooltiptext' style="z-index:200; top:18px; left:10px; padding: 3px; display:inline;>{{{2}}}</span></span><noinclude> | ||
<!-- Taken from https:// | <!-- Taken from https://tgstation13.org/wiki --> | ||
== Usage == | == Usage == | ||
Line 14: | Line 14: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> |
Revision as of 12:26, 4 December 2023
{{{1}}}{{{2}}}
Usage
This allows to show a tooltip when user mouse hovers the text:
{{Tooltip|Bread|Microwave 1 Dough}}
Which will render like:
BreadMicrowave 1 Dough