Abbr: Difference between revisions From Online Manual

Jump to: navigation, search
(use template Wordy Bbc)
Line 1: Line 1:
====Tag====
{{Wordy Bbc
[abbr]
|tag=abbr
 
|description=
====Explanation====
The <tt>abbr</tt> tag allows you to specify abbreviations with titles, which are usually displayed when you hover. The <tt>abbr</tt> and <tt>acronym</tt> tags are usually displayed the same in browsers, and you can use either depending on whether you want to display abbreviations, acronyms or just have extra information. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly.  
The <tt>abbr</tt> tag allows you to specify abbreviations with titles, which are usually displayed when you hover. The <tt>abbr</tt> and <tt>acronym</tt> tags are usually displayed the same in browsers, and you can use either depending on whether you want to display abbreviations, acronyms or just have extra information. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly. <abbr title="Simple Machines Forum">SMF</abbr>
If the abbreviation&#039;s title contains complex characters, place it in quotes.
 
<abbr title="Simple Machines Forum">SMF</abbr>
====Usage====
|example=<nowiki>&#91;abbr=&quot;a.k.a. &#91;Unknown&#93;&quot;&#93;Unknown W. Brackets&#91;/abbr&#93;</nowiki>
<nowiki>&#91;abbr=&quot;a.k.a. &#91;Unknown&#93;&quot;&#93;Unknown W. Brackets&#91;/abbr&#93;</nowiki>If the abbreviation&#039;s title contains complex characters, place it in quotes.<abbr title="a.k.a. [Unknown]">Unknown W. Brackets</abbr>
|result=<abbr title="a.k.a. [Unknown]">Unknown W. Brackets</abbr>
 
}}
[[Category:Bulletin_Board_Code]]
[[Category:Bulletin_Board_Code]]

Revision as of 22:14, 23 December 2010

description: The abbr tag allows you to specify abbreviations with titles, which are usually displayed when you hover. The abbr and acronym tags are usually displayed the same in browsers, and you can use either depending on whether you want to display abbreviations, acronyms or just have extra information. This is an inline tag and no block level tags can be placed inside, however other inline tags can be if nested correctly. If the abbreviation's title contains complex characters, place it in quotes. SMF

example: [abbr="a.k.a. [Unknown]"]Unknown W. Brackets[/abbr]

result: Unknown W. Brackets



Advertisement: