This template is used on most Symbol pages. It displays the symbol name and the rendered output.
Parameters
The first parameter can be used to add text after the symbol:
- Use
{{Symbol| v}}
on Vec (LaTeX symbol) to produce\vec v
. - Use
{{Symbol|1= {kg} }}
on Mathrm (LaTeX symbol) to produce\mathrm{kg}
.
The second parameter can be used to add text before the symbol.
The |pronounce=
parameter specifies how an abbreviation should be pronounced, e.g. use {{Symbol|pronounce=infinity}}
on Infty (LaTeX symbol).
Use |uppercase=yes
if the LaTeX command to produce the symbol starts with a capital letter.
Use |textmode=yes
if the LaTeX command works outside of math mode.