Template:Angbr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<span class="Unicode">⟨</span>{{{1|}}}<span class="Unicode">⟩</span><noinclude> | <span class="Unicode">⟨</span>{{{1|}}}<span class="Unicode">⟩</span><noinclude> | ||
{{documentation}} | |||
[[Category:Meta]] | |||
[[Category:Functional]] | |||
</noinclude> | </noinclude> |
Latest revision as of 11:41, 9 September 2020
⟨⟩
- The following documentation is located at Template:Angbr/doc. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
Usage
Use this template to generate a pair of left (open) and right (close) angle brackets (also called chevrons) that will display correctly, even on operating systems and browsers that normally cannot display these characters when they are used in text. The angle brackets will surround whatever you insert as a parameter after the pipe (|) symbol. Examples:
{{angbr|ŋ}}
displays as ⟨ŋ⟩{{angbr|foo}}
displays as ⟨foo⟩
- Formatting (markup)
Place any HTML or Wiki markup either outside the template or after the pipe (|) symbol as part of the parameter. Examples:
⟨b⟩{{angbr|foo}}⟨/b⟩
displays as ⟨foo⟩{{angbr|<u>foo</u>}}
displays as ⟨foo⟩{{angbr|''foo''}}
displays as ⟨foo⟩
But, the template does not work properly with an equals symbol (=) in the parameter or anywhere inside the template. Therefore, always place tags that contain an equals symbol outside the template. Example:
<font color=red>{{angbr|foo}}⟨/font⟩
displays as ⟨foo⟩