Difference between revisions of "Template:Lambda/doc"
Jump to navigation
Jump to search
imported>Mgkrupa m (→See also) |
imported>Mgkrupa (Update) |
||
| Line 3: | Line 3: | ||
This template returns the Greek letter [[lambda]] for use in mathematics. A call to this template will produce characters such as {{lambda}}, {{lambda|bold=true}} (with {{para|bold}}), or {{lambda|uc=true}} (with {{para|uc}}). | This template returns the Greek letter [[lambda]] for use in mathematics. A call to this template will produce characters such as {{lambda}}, {{lambda|bold=true}} (with {{para|bold}}), or {{lambda|uc=true}} (with {{para|uc}}). | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Wiki code | ||
| + | ! Rendered result | ||
| + | ! Compared to: | ||
| + | ! which is produced by: | ||
| + | |- | ||
| + | |<code><nowiki><math>\lambda</math></nowiki></code> | ||
| + | |style="text-align: center;"|<math>\lambda</math> | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda}} | ||
| + | |style="text-align: center;"|''λ'' | ||
| + | |<code><nowiki>''&lambda;''</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|bold=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|bold=true}} | ||
| + | |style="text-align: center;"|'''''λ''''' | ||
| + | |<code><nowiki>'''''&lambda;'''''</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|noitalic=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|noitalic=true}} | ||
| + | |style="text-align: center;"|λ | ||
| + | |<code><nowiki>&lambda;</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|noitalic=true|bold=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|noitalic=true|bold=true}} | ||
| + | |style="text-align: center;"|'''λ''' | ||
| + | |<code><nowiki>'''&lambda;'''</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki><math>\Lambda</math></nowiki></code> | ||
| + | |style="text-align: center;"|<math>\Lambda</math> | ||
| + | | | ||
| + | | | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|uc=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|uc=true}} | ||
| + | |style="text-align: center;"|''Λ'' | ||
| + | |<code><nowiki>''&Lambda;''</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|uc=true|bold=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|uc=true|bold=true}} | ||
| + | |style="text-align: center;"|'''''Λ''''' | ||
| + | |<code><nowiki>'''''&Lambda;'''''</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|uc=true|noitalic=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|uc=true|noitalic=true}} | ||
| + | |style="text-align: center;"|Λ | ||
| + | |<code><nowiki>&Lambda;</nowiki></code> | ||
| + | |- | ||
| + | |<code><nowiki>{{lambda|uc=true|noitalic=true|bold=true}}</nowiki></code> | ||
| + | |style="text-align: center;"|{{lambda|uc=true|noitalic=true|bold=true}} | ||
| + | |style="text-align: center;"|'''Λ''' | ||
| + | |<code><nowiki>'''&Lambda;'''</nowiki></code> | ||
| + | |} | ||
| + | |||
{| class="wikitable" | {| class="wikitable" | ||
! Wiki code | ! Wiki code | ||
Revision as of 22:01, 4 February 2021
| This is a documentation subpage for Template:Lambda. It contains 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>
|
<math>\lambda</math> | ||
{{lambda}}
|
𝜆 | λ | ''λ''
|
{{lambda|bold=true}}
|
𝝀 | λ | '''''λ'''''
|
{{lambda|noitalic=true}}
|
λ | λ | λ
|
{{lambda|noitalic=true|bold=true}}
|
𝛌 | λ | '''λ'''
|
<math>\Lambda</math>
|
<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> | <math>\lambda</math> | No | No | |
| <math>\Lambda</math> | <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 or not. | 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
- {{epsilon}} (ε
)
- {{varepsilon}} (Template:Varepsilon)
- {{theta}} (Template:Theta)
- {{vartheta}} (Template:Vartheta)
- {{kappa}} (𝜘)
- {{mu}} (Template:Mu)
- {{pi}} (Template:Pi)
- {{sigma}} (Template:Sigma)
- {{varsigma}} (Template:Varsigma)
- {{tau}} (Template:Tau)
- {{upsilon}} (Template:Upsilon)
- {{phi}} (Template:Phi)
- {{varphi}} (Template:Varphi)
- {{Φ}} (Template:Φ)
- {{xi}} (Template:Xi)