Template:Theta/doc

From testwiki
Revision as of 13:21, 23 December 2021 by imported>Gonnym (See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Documentation subpage

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

Wiki code Rendered result Compared to: which is produced by:
<math>\theta</math> θ
{{theta}} Template:Theta θ ''&theta;''
{{theta|bold=true}} Template:Theta θ '''''&theta;'''''
{{theta|noitalic=true}} Template:Theta θ &theta;
<math>\vartheta</math> ϑ
{{theta|var=true}} Template:Theta ϑ ''&vartheta;''
{{theta|var=true|bold=true}} Template:Theta ϑ '''''&vartheta;'''''
{{theta|var=true|noitalic=true}} Template:Theta ϑ &vartheta;
{{theta|var=true|noitalic=true|bold=true}} Template:Theta ϑ '''&vartheta;'''
<math>\Theta</math> Θ
{{theta|uc=true}} Template:Theta Θ ''&Theta;''
{{theta|uc=true|bold=true}} Template:Theta Θ '''''&Theta;'''''
{{theta|uc=true|noitalic=true}} Template:Theta Θ &Theta;
{{theta|uc=true|var=true}} Template:Theta ϴ ''ϴ''[note 1]
{{theta|uc=true|var=true|bold=true}} Template:Theta ϴ '''''ϴ'''''[note 1]
{{theta|uc=true|var=true|noitalic=true}} Template:Theta ϴ ϴ[note 1]

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." }, "var": { "label": "var", "description": "Whether to use the variation of the character for the end of a word." }, "bold": { "label": "bold", "description": "Whether to use the variation of the character that is bold. Note: Not every symbol has a corresponding bold character." } }, "description": "This template displays the Greek letter theta for use in mathematical equations." } </templatedata>

Notes

Template:Reflist

See also



Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found