Template:Upsilon
Appearance
๐
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
[edit]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 |