π
This template returns the Greek letter tau 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>\tau</math>
|
|||
{{tau}}
|
π | τ | ''τ''
|
{{tau|bold=true}}
|
π | τ | '''''τ'''''
|
{{tau|noitalic=true}}
|
Ο | τ | τ
|
{{tau|noitalic=true|bold=true}}
|
π | τ | '''τ'''
|
<math>\Tau</math>
|
|||
{{tau|uc=true}}
|
π΅ | Τ | ''Τ''
|
{{tau|uc=true|bold=true}}
|
π― | Τ | '''''Τ'''''
|
{{tau|uc=true|noitalic=true}}
|
Ξ€ | Τ | Τ
|
{{tau|uc=true|noitalic=true|bold=true}}
|
π» | Τ | '''Τ'''
|
TemplateData
This template displays the Greek letter tau 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 |