Template:Angle bracket
⟨⟩
This template is used on approximately 2,400 pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
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 template includes a 'nowrap' instruction, to prevent the brackets from separating from the enclosed string at the end of a line; as a consequence, a long enclosed string such as a date will not break either.
Usage
The angle brackets will surround whatever you insert as a parameter after the pipe (|) symbol. Examples:
{{angle bracket|ŋ}}
displays as ⟨ŋ⟩{{angle bracket|foo}}
displays as ⟨foo⟩{{angle bracket|ψ{{!}}Ĥ{{!}}ψ}}
displays as ⟨ψ|Ĥ|ψ⟩
You can also insert (nest) a text- or character-producing template as the parameter. Examples:
{{angle bracket|{{IPA|ŋ}}}}
displays as ⟨Template:IPA⟩{{angle bracket|{{date}}}}
displays as ⟨Template:Date⟩
Shortcuts
- {{Angbr}} is synonym
IPA
{{Angbr IPA }} is a shorthand for formatting IPA characters and is equivalent to nesting an {{IPA }} template:
{{angbr|ŋ}}
displays as ⟨ŋ⟩{{angbr IPA|ŋ}}
displays as ⟨ŋ⟩
Formatting (markup)
Place any HTML or Wiki markup either outside the template or after the pipe (|) symbol as part of the parameter. Examples:
'''{{angle bracket|foo}}'''
displays as ⟨foo⟩{{angle bracket|<u>foo</u>}}
displays as ⟨foo⟩{{angle bracket|''foo''}}
displays as ⟨foo⟩
The template does not work properly with an equals sign (=) in the parameter. Start the parameter with 1=
to circumvent this problem.
Meaning
Angle brackets (chevrons) have many uses as punctuation marks and symbols. See Angle brackets.
See also
- {{Graphetic unit }}
- {{Abs }}
- {{Circumfix }}: linguistic affix set off with reversed angle brackets
- {{Bracket }}: square brackets
- {{Braket }}, {{Bra-ket }}, {{Bra }}, {{Ket }}: Dirac notation
- {{Langle }}, {{Rangle }}: single brackets
- {{Norm }}
- {{Pars }}
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools.
Angle bracket
Places the text inside an angle bracket. Used to indicate graphemes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | 1 | Text to embrace in angle brackets
| Line | suggested |