Template:Hover info: Difference between revisions
Jump to navigation
Jump to search
(minor corrections on examples) |
(reworked the template) |
||
Line 1: | Line 1: | ||
<includeonly>{{# | <onlyinclude><includeonly>{{#if:{{{link|}}}|[[{{{link}}}|<span style="border-bottom:1px {{{line|}}}" title="{{{1}}}">{{{2|{{{link}}}}}}</span>]]|<span style="border-bottom:1px {{{line|}}}" title="{{{1}}}">{{{2}}}</span>}}</includeonly></onlyinclude> | ||
==Examples== | |||
Example: <nowiki>{{Hover info|This is mouse-over text|Hover here}}</nowiki> | |||
Result: {{Hover info|This is mouse-over text|Hover here}} | |||
Result: {{Hover info|This is mouse-over text|Hover here}} | Example: <nowiki>{{Hover info|line=dashed|This is mouse-over text|Hover here}}</nowiki> | ||
Result: {{Hover info|line=dashed|This is mouse-over text|Hover here}} | |||
Example: <nowiki>{{Hover info|line=dotted|link=Main Page|This is mouse-over text}}</nowiki> | |||
Result: {{Hover info| | Result: {{Hover info|line=dotted|link=Main Page|This is mouse-over text}} | ||
Example: <nowiki>{{Hover info|line=dotted|link=Main Page|This is mouse-over text|Hover here}}</nowiki> | |||
Result: {{Hover info|dotted= | Result: {{Hover info|line=dotted|link=Main Page|This is mouse-over text|Hover here}} | ||
Example: <nowiki>{{Hover info|line=solid|This is mouse-over text|Hover here}}</nowiki> | |||
Result: {{Hover info| | Result: {{Hover info|line=solid|This is mouse-over text|Hover here}} | ||
Example: <nowiki>{{Hover info|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}</nowiki> | |||
Result: {{Hover info|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}} |
Revision as of 11:25, 18 May 2022
Examples
Example: {{Hover info|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Hover info|line=dashed|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Hover info|line=dotted|link=Main Page|This is mouse-over text}}
Result: Main Page
Example: {{Hover info|line=dotted|link=Main Page|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Hover info|line=solid|This is mouse-over text|Hover here}}
Result: Hover here
Example: {{Hover info|line=; border:2px solid #BD0; color:orange|This is mouse-over text|Hover here}}
Result: Hover here