Difference between revisions of "Template:Tltt"
From MINR.ORG WIKI
m (For some reason, it now works when you hover anywhere on the link. Don't know why it didn't before....) |
(had </tt> in noinclude section. Also, unfortunately, it still doesn't work for me.) |
||
Line 1: | Line 1: | ||
− | <tt><span title="{{{2}}}">{{<span title="{{{2}}}">[[Template:{{{1}}}|{{{1}}}]]</span>}}</span>< | + | <tt><span title="{{{2}}}">{{<span title="{{{2}}}">[[Template:{{{1}}}|{{{1}}}]]</span>}}</span></tt><noinclude> |
===Meaning=== | ===Meaning=== | ||
Line 12: | Line 12: | ||
===Known problems=== | ===Known problems=== | ||
+ | * On some systems, the text only displays when user hovers over the curly braces, not over the link itself. | ||
* It is not possible to include double quotes in the text. Use single quotes instead. | * It is not possible to include double quotes in the text. Use single quotes instead. | ||
Revision as of 04:03, 14 February 2007
{{[[Template:{{{1}}}|{{{1}}}]]}}
Meaning
tltt stands for "template link with tooltip". "tt" also can stand for the <tt> tag that surrounds it.
Usage
Like {{tl}} (see documentation), with an additional parameter for the tooltip. This will be displayed when user hovers over the curly braces. (Try it right here: {{tltt}}!)
The template is meant to be used in pages such as {{TestTemplates}}, where it is desirable to provide a bit more explanation for a template than what its name reveals.
Differently from {{tl}}, it contains a <tt> tag to make all names appear in non-proportional font.
Known problems
- On some systems, the text only displays when user hovers over the curly braces, not over the link itself.
- It is not possible to include double quotes in the text. Use single quotes instead.