Template:Mvar/doc
This is a documentation subpage for Template:Mvar. It contains usage information, categories and other content that is not part of the original Template page. |
This template is used on approximately 2,796 pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages or in your own user subpage. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
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
Marks text as a variable and formats it as math
Parameter | Description | Type | Status | |
---|---|---|---|---|
variable | 1 | no description | Line | required |
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