This is a documentation subpage for Template:Epsilon. It may contain usage information, categories and other content that is not part of the original template page. |
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
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 |
See also
- {{gamma}}
- {{varepsilon}}
- {{theta}}
- {{vartheta}}
- {{kappa}}
- {{lambda}}
- {{mu}}
- {{pi}}
- {{sigma}}
- {{varsigma}}
- {{tau}}
- {{upsilon}}
- {{phi}}
- {{varphi}}
- {{Ξ¦}}
- {{xi}}