Template:Epsilon
Appearance
๐
This template returns the Greek letter epsilon for use in mathematics. A call to this template will produce characters such as ๐, ๐ (with |var=
), or ๐ฆ (with |uc=
).
Wiki code | Rendered result | Compared to: | which is produced by: | Note |
---|---|---|---|---|
<math>\varepsilon</math>
|
This template is named after the LaTeX naming convention for "varepsilon", which is opposite of the HTML convention. | |||
<math>\epsilon</math>
|
||||
{{epsilon}}
|
๐ | ϵ | ''ϵ''
|
|
{{epsilon|bold=true}}
|
๐ | ϵ | '''''ϵ'''''
|
|
{{epsilon|noitalic=true}}
|
ϵ | ϵ | ϵ
|
|
{{epsilon|noitalic=true|bold=true}}
|
๐ | ϵ | '''ϵ'''
|
|
{{epsilon|var=true}}
|
๐ | ε | ''ε''
|
|
{{epsilon|var=true|bold=true}}
|
๐บ | ε | '''''ε'''''
|
|
{{epsilon|var=true|noitalic=true}}
|
ε | ε | ε
|
|
{{epsilon|var=true|noitalic=true|bold=true}}
|
๐ | ε | '''ε'''
|
|
<math>\Epsilon</math>
|
||||
{{epsilon|uc=true}}
|
๐ฆ | Ε | ''Ε''
|
|
{{epsilon|uc=true|bold=true}}
|
๐ | Ε | '''''Ε'''''
|
|
{{epsilon|uc=true|noitalic=true}}
|
Ε | Ε | Ε
|
|
{{epsilon|uc=true|var=true}}
|
๐ | Because var=true is set, the parameter uc=true is ignored.
| ||
{{epsilon|uc=true|var=true|bold=true}}
|
๐บ | Because var=true is set, the parameter uc=true is ignored.
| ||
{{epsilon|uc=true|var=true|noitalic=true}}
|
ε | Because var=true is set, the parameter uc=true is ignored.
| ||
{{epsilon|uc=true|var=true|noitalic=true|bold=true}}
|
๐ | Because var=true is set, the parameter uc=true is ignored.
|
TemplateData
[edit]This template displays the Greek letter epsilon for use in mathematical equations.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Uppercase | uc uppercase | Whether or not the character displayed is uppercase. | Unknown | optional |
No italic | noitalic | Whether or not the character displayed is not italic. | Unknown | optional |
var | var | Whether to use the variation of the character for the end of a word. | Unknown | optional |
bold | bold | Whether to use the variation of the character that is bold. Note: Not every symbol has a corresponding bold character. | Unknown | optional |