Difference between revisions of "Template:Abbr"
(Have a dotted line :)) |
(add background-color and color to tooltip) |
||
Line 1: | Line 1: | ||
− | <span title="{{#tag:nowiki|{{{2}}}}}" style="border-bottom:1px dotted">{{{1}}}</span><noinclude> | + | <span title="{{#tag:nowiki|{{{2}}}}}" style="border-bottom:1px dotted;padding:2px;background-color:#fffbe7;color:black;">{{{1}}}</span><noinclude> |
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 00:04, 17 March 2010
{{{1}}}
[edit]
Documentation{{Abbr}} is an abbreviation template, but it is instead mostly used to keep long text from being shown unless interacted with. It works similarly to the HTML <abbr> or <acronym> tags.
Contents
Usage
{{abbr}} takes two unnamed parameters, in order:
- The short form, which shows as text on the page.
- The long form, which many web browsers show as a tooltip when a user Mouseover|hovers over the text.
Example
{{abbr |MSLP |Mean Sea Level Pressure }}
This appears as MSLP Mean Sea Level Pressure . When hovering over the text, Mean Sea Level Pressure will appear as a tooltip. This does not usually work on mobile browsers.
You can also click on Expand to see the expanded text. Affter you can click Collapse to hide it again.
Issues
If using {{Abbr}} {{Abbrl}} or {{Abbrlink}} inside a table, then if there are end lines in the template and there other columns on the same line after the template those columns won't show up properly.
How to solve issues (pick one):
- Either start the next column on another line:
|- | {{Abbr|AM|Ankh-Morpork, Ankh-Morpork, the city so good they called it Ankh-Morpork}} | other column
|- | {{Abbr|AM|Ankh-Morpork, Ankh-Morpork, the city so good they called it Ankh-Morpork}} || other column
Things to avoid: endlines in {{Abbr}} {{Abbrl}} or {{Abbrlink}} template followed on the same line by one or more columns
|- | {{Abbr|AM|Ankh-Morpork, Ankh-Morpork, the city so good they called it Ankh-Morpork}} || other column
See also
- Template:Abbrl - like Abbr but also wikilinks to the abbreviated name.
- Template:Abbrlink - like Abbr but also wikilinks to the expanded name.