π
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
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 |