Template:Varepsilon
Kaonekelo
𝜀
This template returns the Greek letter epsilon for use in mathematics. A call to this template will produce characters such as 𝜀 or 𝜺 (with |bold=).
| 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> |
||||
{{varepsilon}} |
𝜀 | ε | ''ε'' |
|
{{varepsilon|bold=true}} |
𝜺 | ε | '''''ε''''' |
|
{{varepsilon|noitalic=true}} |
ε | ε | ε |
|
{{varepsilon|noitalic=true|bold=true}} |
𝛆 | ε | '''ε''' |
TemplateData
[kulemba source]This template displays the Greek letter epsilon for use in mathematical equations.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| No italic | noitalic | Whether or not the character displayed is not italic. | 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 |