v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Abbr/doc"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (clean up Wikipedia documentation: remove Template:Tooltip link (a different template on this wiki), templatedata, unneeded header)
m (fix links)
Line 8: Line 8:
  
 
Named parameters:
 
Named parameters:
* '''IPA''' or '''i''': Applies {{tl|IPA}} to fix strings in the [[International Phonetic Alphabet]] rendered in Internet Explorer on Windows XP.
+
* '''IPA''' or '''i''': Applies {{tl|IPA}} to fix strings in the [[wikipedia:International Phonetic Alphabet|International Phonetic Alphabet]] rendered in Internet Explorer on Windows XP.
 
* '''unicode''' or '''u''': applies {{tl|unicode}} to fix strings in Unicode rendered in Internet Explorer on Windows XP.
 
* '''unicode''' or '''u''': applies {{tl|unicode}} to fix strings in Unicode rendered in Internet Explorer on Windows XP.
 
* '''class''': adds an HTML class
 
* '''class''': adds an HTML class
Line 20: Line 20:
 
}}
 
}}
  
When hovering over the text "MSLP" then something like <span style="border: black 1px solid;padding:2px;background-color:#fffbe1;">Mean Sea Level Pressure</span> will appear as a tooltip in most browsers. Popular [[screen readers]], used by visually impaired readers, display the long form in a different way.
+
When hovering over the text "MSLP" then something like <span style="border: black 1px solid;padding:2px;background-color:#fffbe1;">Mean Sea Level Pressure</span> will appear as a tooltip in most browsers. Popular [[wikipedia:screen readers|screen readers]], used by visually impaired readers, display the long form in a different way.
  
 
{{markup
 
{{markup
Line 36: Line 36:
  
 
== Accessibility concerns ==
 
== 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 {{tag|abbr|o}} element generated by this template; see section [http://www.w3.org/TR/WCAG20-TECHS/H28.html H28: Providing definitions for abbreviations by using the abbr and acronym elements].
+
This template is intended for use with abbreviations; it is not intended to be a tool for generating tooltips. The [[wikipedia:Web Content Accessibility Guidelines|Web Content Accessibility Guidelines]] contain guidelines for using the {{tag|abbr|o}} element generated by this template; see section [http://www.w3.org/TR/WCAG20-TECHS/H28.html H28: Providing definitions for abbreviations by using the abbr and acronym elements].
  
 
== Redirects ==
 
== Redirects ==
The following template names [[Wikipedia:Redirect|redirect]] to this one:
+
The following template names redirect to this one:
 
* {{Tl|Define}}
 
* {{Tl|Define}}
 
* {{Tl|Explain}}
 
* {{Tl|Explain}}
Line 45: Line 45:
 
== See also ==
 
== See also ==
 
* {{tl|Abbrlink}}- applies a wikilink to the content
 
* {{tl|Abbrlink}}- applies a wikilink to the content
* {{tl|R-phrase}}- generates the abbreviation for an [[European Union|EU]] [[List of R-phrases|R-phrase]] with a tooltip of the full text and a link to the description in [[List of R-phrases]].
+
* {{tl|R-phrase}}- generates the abbreviation for an [[Wikipedia:European Union|EU]] [[Wikipedia:List of R-phrases|R-phrase]] with a tooltip of the full text and a link to the description in [[Wikipedia:List of R-phrases|List of R-phrases]].
 
* {{tl|Clarify}}
 
* {{tl|Clarify}}
  
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Wikipedia XHTML tag replacing templates|{{PAGENAME}}]]
+
[[Category:Formatting templates]]
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
+
[[Category:Markup templates]]
[[Category:Semantic markup templates|{{PAGENAME}}]]
 
  
 
</includeonly>
 
</includeonly>

Revision as of 20:10, 24 September 2013

{{abbr}} is used to define an abbreviation or acronym by creating a tooltip that is displayed on mouse-over. The template uses the HTML <abbr> element and is supported by most browsers.

Usage

{{abbr}} takes two unnamed parameters, in order:

  • short form: shows as text
  • long form: shows as the tooltip

Named parameters:

  • IPA or i: Applies {{IPA}} to fix strings in the International Phonetic Alphabet rendered in Internet Explorer on Windows XP.
  • unicode or u: applies {{unicode}} to fix strings in Unicode rendered in Internet Explorer on Windows XP.
  • class: adds an HTML class
  • id: adds an HTML id

Examples

Markup Renders as
{{abbr|MSLP|Mean Sea Level Pressure}}
MSLP

When hovering over the text "MSLP" then something like Mean Sea Level Pressure will appear as a tooltip in most browsers. Popular screen readers, used by visually impaired readers, display the long form in a different way.

Markup Renders as
{{abbr|pȅći • пе̏ћи|to say}}
pȅći • пе̏ћи
{{abbr|pȅći • пе̏ћи|to say|unicode}}
pȅći • пе̏ћи
Markup Renders as
{{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 element generated by this template; see section H28: Providing definitions for abbreviations by using the abbr and acronym elements.

Redirects

The following template names redirect to this one:

  • {{Define}}
  • {{Explain}}

See also

  • {{Abbrlink}}- applies a wikilink to the content
  • {{R-phrase}}- generates the abbreviation for an EU R-phrase with a tooltip of the full text and a link to the description in List of R-phrases.
  • {{Clarify}}