Template:Lambda
Appearance
𝜆
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
[edit]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 |