Template:Sigma/doc
Kaonekelo
|
|
This is a documentation subpage for Template:Sigma. It may contain usage information, categories and other content that is not part of the original template page. |
This template returns the Greek letter sigma 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: | Note |
|---|---|---|---|---|
<math>\sigma</math> |
||||
{{sigma}} |
𝜎 | σ | ''σ'' |
|
{{sigma|bold=true}} |
𝝈 | σ | '''''σ''''' |
|
{{sigma|noitalic=true}} |
σ | σ | σ |
|
{{sigma|noitalic=true|bold=true}} |
𝛔 | σ | '''σ''' |
|
<math>\varsigma</math> |
||||
{{sigma|var=true}} |
𝜍 | ς | ''ς'' |
|
{{sigma|var=true|bold=true}} |
𝝇 | ς | '''''ς''''' |
|
{{sigma|var=true|noitalic=true}} |
ς | ς | ς |
|
{{sigma|var=true|noitalic=true|bold=true}} |
𝛓 | ς | '''ς''' |
|
<math>\Sigma</math> |
||||
{{sigma|uc=true}} |
𝛴 | Σ | ''Σ'' |
|
{{sigma|uc=true|bold=true}} |
𝜮 | Σ | '''''Σ''''' |
|
{{sigma|uc=true|noitalic=true}} |
Σ | Σ | Σ |
|
{{sigma|uc=true|var=true}} |
𝜍 | Because var=true is set, the parameter uc=true is ignored. | ||
{{sigma|uc=true|var=true|bold=true}} |
𝝇 | |||
{{sigma|uc=true|var=true|noitalic=true}} |
ς | |||
{{sigma|uc=true|var=true|noitalic=true|bold=true}} |
𝛓 |
TemplateData
[kulemba source]This template displays the Greek letter sigma 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 |