Template:Lambda/doc
Appearance
![]() | 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
[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 |
See also
[edit]- {{gamma}}
- {{epsilon}}
- {{varepsilon}}
- {{theta}}
- {{vartheta}}
- {{kappa}}
- {{mu}}
- {{pi}}
- {{sigma}}
- {{varsigma}}
- {{tau}}
- {{upsilon}}
- {{phi}}
- {{varphi}}
- {{ฮฆ}}
- {{xi}}