π
This template returns the Greek letter phi for use in mathematics. A call to this template will produce characters such as π or π (with |bold=
).
Wiki code | Rendered result | Compared to: | which is produced by: |
---|---|---|---|
<math>\phi</math>
|
|||
<math>\varphi</math>
|
|||
{{varphi}}
|
π | φ | ''φ''
|
{{varphi|bold=true}}
|
π | φ | '''''φ'''''
|
{{varphi|noitalic=true}}
|
φ | φ | φ
|
{{varphi|noitalic=true|bold=true}}
|
π | φ | '''φ'''
|
TemplateData
This template displays the Greek letter phi for use in mathematical equations.
Parameter | Description | Type | Status | |
---|---|---|---|---|
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 |