From Fedora Project Wiki

(Attempt to make an abbr template)
 
(This now actually works)
 
Line 1: Line 1:
<abbr title="{{#tag:nowiki|{{{2|}}}}}">{{#switch: {{{3|}}}
<span style="border-bottom:dotted 1px" title="{{#tag:nowiki|{{{2}}}}}">{{#switch: {{{3|}}}
     | u | unicode | Unicode = {{ unicode |{{{1|}}}}}
     | u | unicode | Unicode = {{ unicode |{{{1|}}}}}
     | i | IPA = {{ IPA |{{{1|}}}}}
     | i | IPA = {{ IPA |{{{1|}}}}}
     | {{{1|}}} }}</abbr>
     | {{{1}}} }}</span>
<noinclude>{{tempdoc}}</noinclude>
<noinclude>{{tempdoc}}</noinclude>

Latest revision as of 21:01, 27 June 2010

{{{1}}}

Template documentation [edit]

This documentation is transcluded from Template:Abbr/doc. It will not be transcluded on pages that use this template.

The Template:Abbr tag allows text to provide a tooltip on mouseover. For example, {{abbr|F13|Fedora 13}} yields F13

.