Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 23:15, 22 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This template returns the Greek letter phi for use in mathematics. A call to this template will produce characters such as {{phi}}, {{phi|var=true}} (with {{para|var}}), or {{phi|uc=true}} (with {{para|uc}}). {| class="wikitable" ! Wiki code ! Rendered result ! Compared to: ! which is produced by: ! Note |- |<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template returns the Greek letter phi for use in mathematics. A call to this template will produce characters such as 𝜙, 𝜑 (with |var=), or 𝛷 (with |uc=).

Wiki code Rendered result Compared to: which is produced by: Note
<math>\phi</math> ϕ This template is named after the LaTeX naming convention for "phi", which is opposite of the HTML convention.
{{phi}} 𝜙 ϕ ''&varphi;''
{{phi|bold=true}} 𝝓 ϕ '''''&varphi;'''''
{{phi|noitalic=true}} ϕ ϕ &varphi;
{{phi|noitalic=true|bold=true}} 𝛟 ϕ '''&varphi;'''
<math>\varphi</math> φ
{{phi|var=true}} 𝜑 φ ''&phi;''
{{phi|var=true|bold=true}} 𝝋 φ '''''&phi;'''''
{{phi|var=true|noitalic=true}} φ φ &phi;
{{phi|var=true|noitalic=true|bold=true}} 𝛗 φ '''&phi;'''
<math>\Phi</math> Φ
{{phi|uc=true}} 𝛷 Φ ''&Phi;''
{{phi|uc=true|bold=true}} 𝜱 Φ '''''&Phi;'''''
{{phi|uc=true|noitalic=true}} Φ Φ &Phi;
{{phi|uc=true|var=true}} 𝜑 Because var=true is set, the parameter uc=true is ignored.
{{phi|uc=true|var=true|bold=true}} 𝝋 Because var=true is set, the parameter uc=true is ignored.
{{phi|uc=true|var=true|noitalic=true}} φ Because var=true is set, the parameter uc=true is ignored.
{{phi|uc=true|var=true|noitalic=true|bold=true}} 𝛗 Because var=true is set, the parameter uc=true is ignored.

TemplateData

This template displays the Greek letter phi for use in mathematical equations.

Template parameters

ParameterDescriptionTypeStatus
Uppercaseuc uppercase

Whether or not the character displayed is uppercase.

Auto value
0
Booleanoptional
No italicnoitalic

Whether or not the character displayed is not italic.

Auto value
0
Booleanoptional
varvar

Whether to use the variation of the character for the end of a word.

Auto value
0
Booleanoptional
boldbold

Whether to use the variation of the character that is bold. Note: Not every symbol has a corresponding bold character.

Auto value
0
Booleanoptional

See also