Template

Hover: Difference between revisions

From The Rockman EXE Zone Wiki

No edit summary
No edit summary
Line 3: Line 3:
{{hover|Text that is written|Text that appears on hovering}}
{{hover|Text that is written|Text that appears on hovering}}


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


==Usage==
==Usage==
<pre>{{hover|Text that is written|Text that appears on hovering}}
<pre>{{hover|Text that is written|Text that appears on hovering}}


{{hover|{{#expr:100*3/64|round2}}%|3/64}}</pre></noinclude>
{{hover|{{#expr:100*3/64 round 2}}%|3/64}}</pre></noinclude>

Revision as of 02:38, 20 November 2015

Example

Text that is written

4.69%

Usage

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

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