Template:H:title/doc: Difference between revisions

From The Mana World
Nelson6e65 (talk | contribs)
H:title documentation, as original by Cassy
 
Cassy (talk | contribs)
m minor formatting
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This template allows creating a text in the box of the mouse-over effect. Check http://en.wikiversity.org/wiki/Help:Mouse-over and http://en.wikiversity.org/wiki/Template:H:title
[[File:50px-Template-info.png]] '''Template documentation:'''
This template allows creating a text in the box of the mouse-over effect. Check http://en.wikiversity.org/wiki/Help:Mouse-over and http://en.wikiversity.org/wiki/Template:H:title. It takes two parameters (link=yes/no and dotted=yes/no), and creates underlined text with a hover box for many modern browsers supporting CSS.
'''Usage:'''
Copy the following code into your page:
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
<nowiki>{{H:title|link=no|dotted=yes|This is the mouse-over text|Hover here}}</nowiki>
</dl>


It takes two parameters (link=yes/no and dotted=yes/no), and creates underlined text with a hover box for many modern browsers supporting CSS.
This will create:<br/>
{{H:title|link=no|dotted=yes|This is the mouse-over text|Hover here}}.
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 07:12, 12 March 2015

Template documentation:

This template allows creating a text in the box of the mouse-over effect. Check http://en.wikiversity.org/wiki/Help:Mouse-over and http://en.wikiversity.org/wiki/Template:H:title. It takes two parameters (link=yes/no and dotted=yes/no), and creates underlined text with a hover box for many modern browsers supporting CSS.


Usage:

Copy the following code into your page:

{{H:title|link=no|dotted=yes|This is the mouse-over text|Hover here}}

This will create:
Hover here.