Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:HoverText"

From DFO World Wiki
Jump to: navigation, search
m (Undo revision 154323 by Altair (talk))
(Tag: Undo)
m
Line 1: Line 1:
<includeonly><abbr title="{{{2| {{{HoverText}}} }}}">{{{1| {{{Link}}} }}}</abbr></includeonly><noinclude>
+
<includeonly>{{#css:
This is the "HoverText" template. It uses <pre><abbr title= "...">...</abbr></pre> to display a hovering textbox over a designated object/text/image/link.
+
u.dotted{
 +
  border-bottom: 1px dashed #999;
 +
  text-decoration: none;
 +
} }} {{MouseoverBox
 +
  |Content=<small><p>{{{2| {{{HoverText}}} }}}</p></small>
 +
  |Style=max-width:300px
 +
  |Trigger=<u class="dotted">{{{1| {{{Link}}} }}}</u>
 +
}}</includeonly><noinclude>
 +
This is the "HoverText" template. It uses [[Template:MouseoverBox]] to display a hovering textbox over a designated object/text/image/link.
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"

Revision as of 23:17, 16 June 2021

This is the "HoverText" template. It uses Template:MouseoverBox to display a hovering textbox over a designated object/text/image/link.

Argument Description
Link The object/text/image/link you want the HoverText to display over.
HoverText The hidden text that appears when hovering over an object/text/image/link.

Examples:

{{HoverText|Link={{IconLink|Gaebolg Punch}}|HoverText="And here comes the giant fist!"}}

Gaebolg Punch.png Gaebolg Punch

{{HoverText|{{IconLink|Gaebolg Punch}}|"And here comes the giant fist!"}}

Gaebolg Punch.png Gaebolg Punch