Acronym: Difference between revisions From Online Manual

Jump to: navigation, search
No edit summary
m (Bot: Automated text replacement (-<tt> +))
Line 2: Line 2:
|tag=acronym
|tag=acronym
|example=&#91;acronym=Simple Machines Forum&#93;SMF&#91;/acronym&#93;
|example=&#91;acronym=Simple Machines Forum&#93;SMF&#91;/acronym&#93;
|description=The <tt>acronym</tt> tag allows you to specify acronyms 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.
|description=The acronym</tt> tag allows you to specify acronyms with titles, which are usually displayed when you hover. The abbr</tt> and 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.


<nowiki>&#91;acronym=&quot;a.k.a. &#91;Unknown&#93;&quot;&#93;Unknown W. Brackets&#91;/acronym&#93;</nowiki>
<nowiki>&#91;acronym=&quot;a.k.a. &#91;Unknown&#93;&quot;&#93;Unknown W. Brackets&#91;/acronym&#93;</nowiki>

Revision as of 11:13, 1 July 2013

description: The acronym tag allows you to specify acronyms 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. [acronym="a.k.a. [Unknown]"]Unknown W. Brackets[/acronym] If the acronym's title contains complex characters, place it in quotes. <acronym title="a.k.a. [Unknown]">Unknown W. Brackets</acronym>

example: [acronym=Simple Machines Forum]SMF[/acronym]

result: SMF



Advertisement: