π
This template returns the Greek letter theta for use in mathematics. A call to this template will produce characters such as π, π (with |var=
), or π© (with |uc=
).
Wiki code | Rendered result | Compared to: | which is produced by: |
---|---|---|---|
<math>\theta</math>
|
|||
{{theta}}
|
π | θ | ''θ''
|
{{theta|bold=true}}
|
π½ | θ | '''''θ'''''
|
{{theta|noitalic=true}}
|
ΞΈ | θ | θ
|
<math>\vartheta</math>
|
|||
{{theta|var=true}}
|
π | ϑ | ''ϑ''
|
{{theta|var=true|bold=true}}
|
π | ϑ | '''''ϑ'''''
|
{{theta|var=true|noitalic=true}}
|
Ο | ϑ | ϑ
|
{{theta|var=true|noitalic=true|bold=true}}
|
π | ϑ | '''ϑ'''
|
<math>\Theta</math>
|
|||
{{theta|uc=true}}
|
π© | Θ | ''Θ''
|
{{theta|uc=true|bold=true}}
|
π£ | Θ | '''''Θ'''''
|
{{theta|uc=true|noitalic=true}}
|
Ξ | Θ | Θ
|
{{theta|uc=true|var=true}}
|
π³ | Ο΄ | ''Ο΄'' [note 1]
|
{{theta|uc=true|var=true|bold=true}}
|
π | Ο΄ | '''''Ο΄''''' [note 1]
|
{{theta|uc=true|var=true|noitalic=true}}
|
Ο΄ | Ο΄ | Ο΄ [note 1]
|
TemplateData
This template displays 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 |
var | var | Whether to use the variation of the character for the end of a word. | 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 |