Template:Tooltip
From Drawn to Life Wiki
hover over me!
tooltip text
Adds a mobile-friendly tooltip to any text.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Article text | mastertext 1 | The main text that will display on the page that spawns the tooltip when hovered.
| String | required |
| Tooltip Text | tooltip | The text to display in a tooltip when mastertext is hovered over.
| String | required |
{{ToolTip
|mastertext=Lorem Ipsum
|tooltip=Hover text
}}