Template:Upsilon/doc
Kaonekelo
|
|
This is a documentation subpage for Template:Upsilon. It may contain usage information, categories and other content that is not part of the original template page. |
This template returns the Greek letter upsilon for use in mathematics. A call to this template will produce characters such as 𝜐, 𝝊 (with |bold=), or 𝛶 (with |uc=).
| Wiki code | Rendered result | Compared to: | which is produced by: |
|---|---|---|---|
<math>\upsilon</math> |
|||
{{upsilon}} |
𝜐 | υ | ''υ'' |
{{upsilon|bold=true}} |
𝝊 | υ | '''''υ''''' |
{{upsilon|noitalic=true}} |
υ | υ | υ |
{{upsilon|noitalic=true|bold=true}} |
𝛖 | υ | '''υ''' |
<math>\Upsilon</math> |
|||
{{upsilon|uc=true}} |
𝛶 | Υ | ''Τ'' |
{{upsilon|uc=true|bold=true}} |
𝜰 | Υ | '''''Τ''''' |
{{upsilon|uc=true|noitalic=true}} |
Υ | Υ | Τ |
{{upsilon|uc=true|noitalic=true|bold=true}} |
𝚼 | Υ | '''Τ''' |
TemplateData
[kulemba source]This template displays the Greek letter upsilon 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 |
| bold | bold | Whether or not the character displayed is bold face. | Unknown | optional |