Difference between revisions of "Template:Tt"
Jump to navigation
Jump to search
Minty Meeo (talk | contribs) (Ported this page form Pikipedia because I need this template for future pages.) |
m |
||
Line 28: | Line 28: | ||
|} | |} | ||
− | [[Category: | + | [[Category:Templates]] |
</noinclude> | </noinclude> |
Latest revision as of 14:07, 14 July 2018
{{{1}}}
Contents
Info[edit]
This template makes tooltip texts easier to implement. The tooltip text is what appears when you hover the mouse cursor over something.
Parameters[edit]
Parameter | Mandatory | Default | Purpose | Detailed description |
---|---|---|---|---|
1 | Yes | Article text | Text to show on the article. | |
2 | Yes | Hover text | Text to show when the mouse cursor hovers. |
Skeleton[edit]
{{tt | <article text> | <hover text>}}
Examples[edit]
Code | Result |
---|---|
{{tt|Hover over here|You are now reading the tooltip text.}} |
Hover on me |