π
This template returns the Greek letter theta for use in mathematics. A call to this template will produce characters such as π, π³ (with |uc=
), or π (with |bold=
).
Wiki code | Rendered result | Compared to: | which is produced by: |
---|---|---|---|
<math>\theta</math>
|
|||
<math>\vartheta</math>
|
|||
{{vartheta}}
|
π | ϑ | ''ϑ''
|
{{vartheta|bold=true}}
|
π | ϑ | '''''ϑ'''''
|
{{vartheta|noitalic=true}}
|
Ο | ϑ | ϑ
|
{{vartheta|noitalic=true|bold=true}}
|
π | ϑ | '''ϑ'''
|
<math>\Theta</math>
|
|||
{{vartheta|uc=true}}
|
π³ | Ο΄ | ''Ο΄'' [note 1]
|
{{vartheta|uc=true|bold=true}}
|
π | Ο΄ | '''''Ο΄''''' [note 1]
|
{{vartheta|uc=true|noitalic=true}}
|
Ο΄ | Ο΄ | Ο΄ [note 1]
|
TemplateData
This template displays the alternative variation of the Greek letter theta 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 to use the variation of the character that is bold. Note: Not every symbol has a corresponding bold character. | Unknown | optional |