Difference between revisions of "Template:Hover title"

From RimWorld Wiki
Jump to navigation Jump to search
m (Undo revision 71139 by DJRedNightGaming (talk))
Tag: Undo
m (Changed protection level for "Template:Hover title": protection no longer required ([Edit=Allow only autoconfirmed users] (expires 20:18, 1 February 2023 (UTC)) [Move=Allow only autoconfirmed users] (expires 20:18, 1 February 2023 (UTC))))
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>This template takes two parameters (link=yes/no and dotted=yes/no), and creates underlined text with a hover box for many modern browsers supporting CSS.
+
<includeonly>{{#ifeq:{{{link}}}|yes|[[{{{2}}}|<span title="{{{1}}}" {{#ifeq:{{{dotted|yes}}}|no||style="border-bottom:1px dotted"}}>{{{2}}}</span>]]|<span title="{{{1}}}" {{#ifeq:{{{dotted|yes}}}|no||style="border-bottom:1px dotted"}}>{{{2}}}</span>}}</includeonly><!-- Add categories and interwikis to the /doc subpage, not here! --><noinclude>
 
+
{{documentation}}
See also: [[mw:{{PAGENAME}}|mw]]
+
</noinclude>
 
 
</noinclude><includeonly>{{#ifeq:{{{link}}}|yes|[[{{{2}}}|<span title="{{{1}}}" {{#ifeq:{{{dotted|yes}}}|no||style="border-bottom:1px dotted"}}>{{{2}}}</span>]]|<span title="{{{1}}}" {{#ifeq:{{{dotted|yes}}}|no||style="border-bottom:1px dotted"}}>{{{2}}}</span>}}</includeonly><noinclude>[[Category:Help]]</noinclude>
 

Latest revision as of 19:18, 1 February 2023

Documentation icon Template documentation[view] [edit] [history] [purge]

Description[edit]

This template displays pop-up text when hovering over a block of text.

Syntax[edit]

This template takes two optional and two required parameters.

Optional
  • link=yes/no (default is no if omitted)
  • dotted=yes/no (default is yes if omitted)
Required
  • hover text (shown in pop-pup)
  • display text (displayed on page with optional dotted underline)

{{Hover title|link=yes/no|dotted=yes/no|hover text|display text}}

Usage[edit]

This template is used primarily on header text in tables and infoboxes to explain the displayed text without taking up more space.

Sample Output[edit]

Hover over this display text.