This is a documentation subpage for Template:Lambda. It may contain usage information, categories and other content that is not part of the original template page. |
This template returns the Greek letter lambda 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>\lambda</math>
|
|||
{{lambda}}
|
π | λ | ''λ''
|
{{lambda|bold=true}}
|
π | λ | '''''λ'''''
|
{{lambda|noitalic=true}}
|
Ξ» | λ | λ
|
{{lambda|noitalic=true|bold=true}}
|
π | λ | '''λ'''
|
<math>\Lambda</math>
|
|||
{{lambda|uc=true}}
|
π¬ | Λ | ''Λ''
|
{{lambda|uc=true|bold=true}}
|
π¦ | Λ | '''''Λ'''''
|
{{lambda|uc=true|noitalic=true}}
|
Ξ | Λ | Λ
|
{{lambda|uc=true|noitalic=true|bold=true}}
|
π² | Λ | '''Λ'''
|
Wiki code | Rendered result | Italicized? | Bold? | Note |
---|---|---|---|---|
<math>\lambda</math> | No | No | ||
<math>\Lambda</math> | No | No | ||
{{lambda}} | π | Yes | No | Compare to ''λ'' which renders as λ
|
{{lambda|bold=true}} | π | Yes | Yes | Compare to '''''λ''''' which renders as λ
|
{{lambda|noitalic=true}} | Ξ» | No | No | Compare to λ which renders as λ
|
{{lambda|noitalic=true|bold=true}} | π | No | Yes | Compare to '''λ''' which renders as λ
|
{{lambda|uc=true}} | π¬ | Yes | No | Compare to ''Λ'' which renders as Λ
|
{{lambda|uc=true|bold=true}} | π¦ | Yes | Yes | Compare to '''''Λ''''' which renders as Λ
|
{{lambda|uc=true|noitalic=true}} | Ξ | No | No | Compare to Λ which renders as Λ
|
{{lambda|uc=true|noitalic=true|bold=true}} | π² | No | Yes | Compare to '''Λ''' which renders as Λ
|
TemplateData
This template displays the Greek letter lambda 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 |
See also
- {{gamma}}
- {{epsilon}}
- {{varepsilon}}
- {{theta}}
- {{vartheta}}
- {{kappa}}
- {{mu}}
- {{pi}}
- {{sigma}}
- {{varsigma}}
- {{tau}}
- {{upsilon}}
- {{phi}}
- {{varphi}}
- {{Ξ¦}}
- {{xi}}