Template:Gamma/doc

From testwiki
Jump to navigation Jump to search

Template:Documentation subpage

This template returns the Greek letter gamma for use in mathematics. A call to this template will produce characters such as Template:Gamma, Template:Gamma (with Template:Para), or Template:Gamma (with Template:Para).

Wiki code Rendered result Compared to: which is produced by:
<math>\gamma</math> γ
{{gamma}} Template:Gamma γ ''&gamma;''
{{gamma|bold=true}} Template:Gamma γ '''''&gamma;'''''
{{gamma|noitalic=true}} Template:Gamma γ &gamma;
{{gamma|noitalic=true|bold=true}} Template:Gamma γ '''&gamma;'''
<math>\Gamma</math> Γ
{{gamma|uc=true}} Template:Gamma Γ ''&Gamma;''
{{gamma|uc=true|bold=true}} Template:Gamma Γ '''''&Gamma;'''''
{{gamma|uc=true|noitalic=true}} Template:Gamma Γ &Gamma;
{{gamma|uc=true|noitalic=true|bold=true}} Template:Gamma Γ '''&Gamma;'''

TemplateData

<templatedata> { "params": { "uc": { "label": "Uppercase", "description": "Whether or not the character displayed is uppercase.", "aliases": [ "uppercase" ] }, "noitalic": { "label": "No italic", "description": "Whether or not the character displayed is not italic." }, "bold": { "label": "bold", "description": "Whether or not the character displayed is bold face." } }, "description": "This template displays the Greek letter gamma for use in mathematical equations." } </templatedata>

See also