Template:Texttip

From AddOn Studio
Revision as of 06:23, 23 November 2010 by WoWWiki>Fandyllic (Created page with ";Description :Adds a simple text tooltip to text. ;Syntax :<code>{{t|Texttip|text|tiptext}}</code> ;Paramaters * '''1/text''' = Text to show. Can include links, but be careful …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Description
Adds a simple text tooltip to text.
Syntax
{{Texttip|<text>|<tiptext>}}
Paramaters
  • 1/text = Text to show. Can include links, but be careful if you don't supply tip text.
  • 2/tiptext = Text for tooltip. Don't use double quotes, links or HTML tags.
  • noline= - Don't show a dotted underline (no value needed).
Example
{{texttip|Some text|A tooltip for the text.}}

{{texttip|No dotted underline|A tooltip for the text.|noline=}}

{{texttip|Some text|A tooltip for the text.|style=color:red;}}
...yields:

Some text

No dotted underline

Some text

See also
  • {{Quicktooltip}} which may have less restrictions, but requires Javascript to work.

Template

Missing text.