Difference between revisions of "Template:Tltt/doc"
From Kerbal Space Program Wiki
(Import from Wikipedia (CC BY-SA license)) |
m (fix link) |
||
Line 4: | Line 4: | ||
===Meaning=== | ===Meaning=== | ||
− | '''tltt''' stands for '''"template link with [[tooltip]]". "tt" also can stand for the <nowiki><tt></nowiki> tag that surrounds it. ''' | + | '''tltt''' stands for '''"template link with [[w:tooltip|tooltip]]". "tt" also can stand for the <nowiki><tt></nowiki> tag that surrounds it. ''' |
===Usage=== | ===Usage=== |
Latest revision as of 08:12, 4 June 2015
Error creating thumbnail: /bin/bash: rsvg-convert: command not found |
This is a documentation subpage for Template:Tltt. It contains usage information, categories and other content that is not part of the original template page. |
This template uses material from the Wikipedia template Template:Tltt/doc, which is released under the Creative Commons Attribution-ShareAlike 3.0 Unported License (view authors). | Error creating thumbnail: /bin/bash: rsvg-convert: command not found |
Contents
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: {{Any template}}
!)
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}}, the font is set in monospace, so that all text appears in non-proportional font.
The template also permits up to two named parameters, like so:
- {{tltt|Template name|Tooltip text|par=First parameter=1|par2=Second parameter=2}}
Produces:
{{Template name|First parameter=1|Second parameter=2}}
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.