Template:Mvar: Difference between revisions

From Vigyanwiki
(Created page with "<span class="texhtml mvar" style="font-style:italic;">{{{1}}}</span><noinclude> {{Documentation}} </noinclude> ")
m (1 revision imported from alpha:Template:Mvar)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<span class="texhtml mvar" style="font-style:italic;">{{{1}}}</span><noinclude>
<span class="texhtml mvar" style="font-style:italic;">{{{1}}}</span><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>[[Category: Templates Vigyan Ready]]

Latest revision as of 09:37, 19 January 2023

{{{1}}}

Template documentation

The mvar template makes the argument italic and formats as mathematics. It is used to refer to individual variables in normal running text. It should not be used within a {{math}} template.

Note that digits in a variable name are conventionally not italic so {{math}} should be used instead in for example {{math|''x''<sub>1</sub>}} to produce x1. Functions and variables made up of multiple letters are conventionally set in upright letters so {{math}} should be used in that case too; for example {{math|cos}} to produce cos.

Usage

For example:

Let {{mvar|x}} be the maximum value used.

produces:

Let x be the maximum value used.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Mvar

[[Category:Templates using TemplateData{{#translation:}}]]

Marks text as a variable and formats it as math

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
variable1

no description

Linerequired

See also

  • {{var}}, for non-mathematical variables
  • {{math}}, which formats its argument as mathematics
  • {{bigmath}}, the same as {{math}} but makes it bigger
  • {{tmath}}, which wraps a TeX math expression in <math> tags