Template:Tooltip: Difference between revisions
Template page
More actions
made |
|||
| Line 1: | Line 1: | ||
<span title="{{{1}}}" style="cursor: help;border-bottom: 2px dotted hsla(219, 25%, 60%, 1);">{{{2}}}</span>< | <includeonly><span title="{{{1}}}" style="cursor: help;border-bottom: 2px dotted hsla(219, 25%, 60%, 1);">{{{2}}}</span></includeonly><noinclude> | ||
< | |||
{{Documentation}} | {{Documentation}} | ||
[[Category:Template]] | |||
[[Category:In-line template]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 19:33, 14 November 2024
Template doc page transcluded from Template:Tooltip/doc
Last updated by Devonnn (talk) 14:48, 19 May 2024 (UTC)
Useage
Allows you to add a tooltip/hover over text
{{tooltip|1|2}}
{{tooltip|message|text}}
Parameters
| Parameter | Description | Type | Status |
|---|---|---|---|
| 1 | The message that you want to be displayed once the text is hovered over. | content | required |
| 2 | The text that the tooltip will be displayed on | content | required |
Examples
Inputting the following:
{{Tooltip|Destiny.gg Cinematic Universe|DGGCU}}
Will result in the following:
DGGCU
Last updated by Devonnn (talk) 14:48, 19 May 2024 (UTC)