Template:Tooltip/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{documentation subpage}} ==Examples== Example: <nowiki>{{tooltip|This is mouse-over text|Hover here}}</nowiki> Result: {{tooltip|This is mouse-over text|Hover here}} Examp...")
 
mNo edit summary
Line 1: Line 1:
{{documentation subpage}}
{{documentation subpage}}
==Examples==
==Examples==
Example: <nowiki>{{tooltip|This is mouse-over text|Hover here}}</nowiki>
Example: <nowiki>{{Tooltip|This is mouse-over text|Hover here}}</nowiki>


Result: {{tooltip|This is mouse-over text|Hover here}}
Result: {{Tooltip|This is mouse-over text|Hover here}}




Example: <nowiki>{{tooltip|line=dashed|This is mouse-over text|Hover here}}</nowiki>
Example: <nowiki>{{Tooltip|line=dashed|This is mouse-over text|Hover here}}</nowiki>


Result: {{tooltip|line=dashed|This is mouse-over text|Hover here}}
Result: {{Tooltip|line=dashed|This is mouse-over text|Hover here}}




Example: <nowiki>{{tooltip|line=dotted|link=Main Page|This is mouse-over text}}</nowiki>
Example: <nowiki>{{Tooltip|line=dotted|link=Main Page|This is mouse-over text}}</nowiki>


Result: {{tooltip|line=dotted|link=Main Page|This is mouse-over text}}
Result: {{Tooltip|line=dotted|link=Main Page|This is mouse-over text}}




Example: <nowiki>{{tooltip|line=dotted|link=Main Page|This is mouse-over text|Hover here}}</nowiki>
Example: <nowiki>{{Tooltip|line=dotted|link=Main Page|This is mouse-over text|Hover here}}</nowiki>


Result: {{tooltip|line=dotted|link=Main Page|This is mouse-over text|Hover here}}
Result: {{Tooltip|line=dotted|link=Main Page|This is mouse-over text|Hover here}}




Example: <nowiki>{{tooltip|line=solid|This is mouse-over text|Hover here}}</nowiki>
Example: <nowiki>{{Tooltip|line=solid|This is mouse-over text|Hover here}}</nowiki>


Result: {{tooltip|line=solid|This is mouse-over text|Hover here}}
Result: {{Tooltip|line=solid|This is mouse-over text|Hover here}}




Example: <nowiki>{{tooltip|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}</nowiki>
Example: <nowiki>{{Tooltip|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}</nowiki>


Result: {{tooltip|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}
Result: {{Tooltip|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}

Revision as of 11:09, 10 February 2023

Edit-copy.png
This is a documentation subpage for Template:Tooltip.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Examples

Example: {{Tooltip|This is mouse-over text|Hover here}}

Result: Hover here


Example: {{Tooltip|line=dashed|This is mouse-over text|Hover here}}

Result: Hover here


Example: {{Tooltip|line=dotted|link=Main Page|This is mouse-over text}}

Result: Main Page


Example: {{Tooltip|line=dotted|link=Main Page|This is mouse-over text|Hover here}}

Result: Hover here


Example: {{Tooltip|line=solid|This is mouse-over text|Hover here}}

Result: Hover here


Example: {{Tooltip|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}

Result: Hover here