Template:Xi/doc
Kaonekelo
|
|
This is a documentation subpage for Template:Xi. It may contain usage information, categories and other content that is not part of the original template page. |
This template returns the Greek letter xi 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>\xi</math> |
|||
{{xi}} |
𝜉 | ξ | ''ξ'' |
{{xi|bold=true}} |
𝝃 | ξ | '''''ξ''''' |
{{xi|noitalic=true}} |
ξ | ξ | ξ |
{{xi|noitalic=true|bold=true}} |
𝛏 | ξ | '''ξ''' |
<math>\Xi</math> |
|||
{{xi|uc=true}} |
𝛯 | Ξ | ''Ξ'' |
{{xi|uc=true|bold=true}} |
𝜩 | Ξ | '''''Ξ''''' |
{{xi|uc=true|noitalic=true}} |
Ξ | Ξ | Ξ |
{{xi|uc=true|noitalic=true|bold=true}} |
𝚵 | Ξ | '''Ξ''' |
TemplateData
[kulemba source]This template displays the Greek letter xi 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 |