Template:Abbr/doc
Appearance
This is a documentation subpage for Template:Abbr. It contains usage information, categories and other content that is not part of the original template page. |
{{abbr}} is an abbreviation template. It uses the HTML <abbr> tag.
Usage
[edit]{{abbr}}
takes two unnamed parameters, in order:
- The short form, which shows as text on the page.
- The long form, which many w:web browsers show as a w:tooltip when a user hovers over the text.
Example
[edit]{{abbr
|MSLP
|Mean Sea Level Pressure
}}
appears as MSLP. When hovering over the text, Mean Sea Level Pressure will appear as a tooltip.
See also
[edit]- {{Tooltip}}