π
This template returns the Greek letter mu 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>\mu</math>
|
|||
{{mu}}
|
π | μ | ''μ''
|
{{mu|bold=true}}
|
π | μ | '''''μ'''''
|
{{mu|noitalic=true}}
|
ΞΌ | μ | μ
|
{{mu|noitalic=true|bold=true}}
|
π | μ | '''μ'''
|
<math>\Mu</math>
|
|||
{{mu|uc=true}}
|
π | Μ | ''Μ''
|
{{mu|uc=true|bold=true}}
|
π§ | Μ | '''''Μ'''''
|
{{mu|uc=true|noitalic=true}}
|
Ξ | Μ | Μ
|
{{mu|uc=true|noitalic=true|bold=true}}
|
π³ | Μ | '''Μ'''
|
TemplateData
This template displays the Greek letter mu 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 |