Template:Theta
Appearance
𝜃
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
[edit]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 |