Template

Hover: Difference between revisions

From The Rockman EXE Zone Wiki

(Created page with "<span title="{{{2}}}" style="cursor: help; border-bottom: 1px dotted">{{{1}}}</span>")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span title="{{{2}}}" style="cursor: help; border-bottom: 1px dotted">{{{1}}}</span>
<includeonly><span title="{{{2|}}}" style="cursor: help; border-bottom: 1px dotted">{{{1|}}}</span></includeonly><noinclude>
==Example==
{{hover|Text that is written|Text that appears on hovering}}
 
{{hover|{{#expr:100*2/64 round 2}}%|2/64}}
 
==Usage==
<pre>{{hover|Text that is written|Text that appears on hovering}}
 
{{hover|{{#expr:100*2/64 round 2}}%|2/64}}</pre></noinclude>

Latest revision as of 02:38, 20 November 2015

Example

Text that is written

3.13%

Usage

{{hover|Text that is written|Text that appears on hovering}}

{{hover|{{#expr:100*2/64 round 2}}%|2/64}}