Шаблон:Скраћеница
![]() | Овај шаблон не би требало да се користи у шаблонима за навођење извора као што је CS1 или CS2, зато што укључује означавање које ће да загади COinS метаподатке који се производе; погледајте COinS на Википедији. |
The template {{Abbr}} is used to write an abbreviation with its meaning. It is a wrapper for the HTML element <abbr>...</abbr>
, the element used by most web browsers to create a tooltip indicating the meaning of an abbreviation or acronym.
Please note: Do not use {{abbr}}
or <abbr>
to mark up material other than abbreviations or acronyms. Using it to generate tooltips elsewhere is a misuse of the underlying HTML and causes accessibility problems. See the code of Template:Glossary link internal for an example of how to implement similar functionality without abusing markup.
Usage[уреди извор]
The template {{abbr}} takes two unnamed parameters, in order:
- abbreviation, the abbreviation; shows as text.
- meaning, the meaning; shows as the tooltip.
A third unnamed parameter accepts the following values:
- IPA or i: Applies {{IPA}} to fix the International Phonetic Alphabet rendering on Windows XP.
Named parameters:
- class
- Adds a CSS class.
- id
- Adds a HTML id; this must be unique on the entire page.
- style
- Adds a style attribute.
Examples[уреди извор]
Викиозначавање | Резултат у чланку |
---|---|
{{abbr|MSLP|Mean Sea Level Pressure}} |
MSLP |
When hovering over the text "MSLP", something like Mean Sea Level Pressure will appear as a tooltip in most browsers. Popular screen readers, used by visually impaired readers, give the meaning in a different way.
Викиозначавање | Резултат у чланку |
---|---|
{{abbr|UK|United Kingdom|class=country-name|id=foobar}} |
UK |
Accessibility concerns[уреди извор]
This template is intended for use with abbreviations; it is not intended to be a tool for generating tooltips. The Web Content Accessibility Guidelines contain guidelines for using the <abbr>
element generated by this template; see section H28: Providing definitions for abbreviations by using the abbr and acronym elements.
Redirects[уреди извор]
The following template names will redirect to {{abbr}}:
Template data[уреди извор]
TemplateData за Скраћеница
This template defines an abbreviation or acronym, by creating a tooltip that is displayed on mouse-over.
Параметар | Опис | Врста | Статус | |
---|---|---|---|---|
Abbreviation | 1 | Shows as text | кратак текст | обавезно |
Meaning | 2 | Shows as a tooltip | текст | обавезно |
IPA | IPA | Applies {{IPA}} to fix strings in the International Phonetic Alphabet rendered in Internet Explorer on Windows XP | кратак текст | необавезно |
Class | class | Adds a HTML class | кратак текст | необавезно |
ID | id | Adds a HTML id | кратак текст | необавезно |
See also[уреди извор]
- {{abbrlink}}, a variant of this template that includes wikilinking.
- {{H:title}}, used for generating tooltips in general.
- {{R-phrase}}, which generates the abbreviation (the code number) for a R-phrase (a "risk phrase", e.g. "Explosive when dry"). The R-phrase itself and a link to List of R-phrases are included in a tooltip.
- {{clarify}}, which produces the inline superscript: [појаснити].