Jump to content

Template:Convert/doc

From Voices of Democracy Wiki

Script error: No such module "For".

Template {{convert}} calculates a measurement value (number × unit) into the same measurement by a different unit, and then presents the results, formatted. See also the unit symbols recognized by this template.

For example:

{{convert|2|km|mi}}Script error: No such module "convert". (km entered, converted into miles)
{{convert|7|mi|km}}Script error: No such module "convert". (mi entered, converted into km)

Numbers can be rounded, units can be abbreviated into symbols:

{{convert|2|km|mi|2|abbr=on}}Script error: No such module "convert".
{{convert|7|mi|km|2|abbr=on}}Script error: No such module "convert".

Value ranges can be entered using |to|... or |-|...:

{{convert|2|to|5|km|mi}}Script error: No such module "convert".
{{convert|2|-|5|km|mi}}Script error: No such module "convert".

Combined effect example:

{{convert|2|-|5|km|mi|2|abbr=on}}Script error: No such module "convert".
{{convert|2|and|5|km|mi|sigfig=3|abbr=off}}Script error: No such module "convert".

Units to convert

Enter units to convert from into:

  • {{convert|1|lb|kg}}Script error: No such module "convert".
SI units generally accept prefixes, like "m" for milli (10−3), and "M" for mega (106)
For "per" units, use "/" (slash): kg/ha (see § 'per' units: kg/ha and § Currency per unit: $/km)
For three-unit units, etc., see Category:Convert-like templates

Unit name or symbol (abbreviation): 1 pound or 1 lb?

By default, the first quantity shows the unit name, the second shows the symbol (or abbreviation):

  • {{convert|1|lb|kg}}Script error: No such module "convert".

Using |abbr=in shows the symbol for first (left-hand side) unit, and the name instead of the symbol for the second unit:

  • {{convert|1|lb|kg|abbr=in}}Script error: No such module "convert".

To abbreviate both or neither:

  • {{convert|1|lb|kg|abbr=on}}Script error: No such module "convert".
  • {{convert|1|lb|kg|abbr=off}}Script error: No such module "convert".

Convenience: {{cvt}} has |abbr=on by default

Template {{cvt}} is the same as {{convert}}, except that it has |abbr=on as the default behavior. In {{cvt}}, all other options are available. So:

{{cvt|1|lb|kg}}Script error: No such module "convert".

is equivalent to:

{{convert|1|lb|kg|abbr=on}}Script error: No such module "convert".

Adjective: a 10-mile distance

Use |adj=on to produce the adjectival (hyphenated) form:

  • A {{convert|10|mi|km|adj=on}} distance → A Script error: No such module "convert". distance.

Default behavior, for comparison:

  • {{convert|10|mi|km}} to goScript error: No such module "convert". to go.

|adj=on does not produce hyphens with unit symbols, as per Manual of Style:

  • A {{convert|9|in|cm|adj=on|abbr=on}} nail → A Script error: No such module "convert". nail.

Rounding: 100 ft is 30 m or 30.5 m or 30.48 m?

By definition, 100 ft equals Script error: No such module "convert".. In practical use, it is common to round the calculated metric number. With that, there are several possibilities.

Default rounding

By {{Convert}} default, the conversion result will be rounded either to precision comparable to that of the input value (the number of digits after the decimal point—or the negative of the number of non-significant zeroes before the point—is increased by one if the conversion is a multiplication by a number between 0.02 and 0.2, remains the same if the factor is between 0.2 and 2, is decreased by 1 if it is between 2 and 20, and so on) or to two significant digits, whichever is more precise. An exception to this is rounding temperatures (see below).

Examples of rounding
Input Displays as Note
{{convert|123|ft|m|-1}} Script error: No such module "convert".
{{convert|123|ft|m}} Script error: No such module "convert". same output as with 0 (below)
{{convert|123|ft|m|0}} Script error: No such module "convert".
{{convert|123|ft|m|1}} Script error: No such module "convert".
{{convert|123|ft|m|2}} Script error: No such module "convert". 123 feet is exactly 37.4904 m which is rounded to 37 m if this parameter is not specified at all
{{convert|500|ft|m|-1}} Script error: No such module "convert".
{{convert|500|ft|m}} Script error: No such module "convert". same output as with -1 (above), because the conversion factor is between 0.2 and 2 (hence, it should produce same double-zero precision (−2) as in the input value), but the conversion must produce two significant digits at a minimum (hence, a higher single-zero precision (−1) is used)
{{convert|500|ft|m|0}} Script error: No such module "convert".
{{convert|500|ft|m|1}} Script error: No such module "convert".
{{convert|500|ft|m|2}} Script error: No such module "convert". exact value is 152.4 m
{{convert|500|ft|cm|-3}} Script error: No such module "convert".
{{convert|500|ft|cm}} Script error: No such module "convert". same output as with -3 (above), because the conversion factor is between 20 and 200 (hence, it should decrease input value's double-zero precision (−2) by 2), but the conversion must produce two significant digits at a minimum (hence, a higher triple-zero precision (−3) is used)
{{convert|500|ft|cm|0}} Script error: No such module "convert".

Convert supports four types of rounding:

Round to a given precision: use a precision number

Specify the desired precision with an integer as the fourth unnamed parameter (or third unnamed parameter if the "convert to" parameter is omitted; or fifth unnamed parameter if a range is specified; or fourth unnamed parameter again if a range is specified and the "convert to" parameter is omitted; needs to be replaced with a "precision" named parameter). The conversion is rounded off to the nearest multiple of Page Template:Fraction/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").110 to the power of this integer. For instance, if the result is 8621 and the rounding parameter is "−2", 8600 will be displayed. If the result is "123.456" and the parameter is "0", 123 will be displayed. Essentially a positive or zero rounding parameter specifies the number of decimal places; a negative value specifies the number of trailing zeroes.

Round to a given number of significant figures: |sigfig=

To specify the output number to be with n significant figures use |sigfig=<number>:

  • {{convert|1200|ft|m|sigfig=4}}Script error: No such module "convert".
  • {{convert|1200|ft|m|sigfig=3}}Script error: No such module "convert".
  • {{convert|1200|ft|m|sigfig=2}}Script error: No such module "convert".
  • {{convert|1200|ft|m|sigfig=1}}Script error: No such module "convert".

Default behavior, for comparison:

  • {{convert|1200|ft|m}}Script error: No such module "convert".

Setting |sigfig= to a value less than 1 is meaningless:

  • {{convert|1200|ft|m|sigfig=0}}Script error: No such module "convert". Red XN

Round to a multiple of 5: 15, 20, 25, ...

Using |round=5 rounds the outcome to a multiple of 5.

  • {{convert|10|m|ft}}Script error: No such module "convert".
  • {{convert|10|m|ft|round=5}}Script error: No such module "convert".

Similar: using |round=25 rounds the outcome to a multiple of 25.

  • {{convert|10|m|ft}}Script error: No such module "convert".
  • {{convert|10|m|ft|round=25}}Script error: No such module "convert".

Default behavior, for comparison:

  • {{convert|10|m|ft|sigfig=4}}Script error: No such module "convert".

In a range, one can round each value individually to the default. Use |round=each:

  • {{convert|10 x 200 x 3000|m|ft}}Script error: No such module "convert".
  • {{convert|10 x 200 x 3000|m|ft|round=each}}Script error: No such module "convert".

Round to a multiple of a given fraction: Page Template:Fraction/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").2+316 inch

Specify the desired denominator using |frac=<some positive integer>. (Denominator is the below-the-slash number, for example the 3 in Page Template:Fraction/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").13).

  • {{convert|5.56|cm|in|frac=16}}Script error: No such module "convert".
  • {{convert|8|cm|in|frac=4}}Script error: No such module "convert".

The fraction is reduced when possible:

  • {{convert|8|cm|in|frac=100}}Script error: No such module "convert".

Default behavior uses decimal notation:

  • {{convert|5.56|cm|in}}Script error: No such module "convert".

Rounding temperatures: °C, °F and K

In temperatures, the conversion will be rounded either to the precision comparable to that of the input value or to that which would give three significant figures when expressed in kelvins, whichever is more precise.

  1. Script error: No such module "DemoTemplate".
  2. Script error: No such module "DemoTemplate".
  3. Script error: No such module "DemoTemplate".
  4. Script error: No such module "DemoTemplate".
  5. Script error: No such module "DemoTemplate".
  6. Script error: No such module "DemoTemplate".

The precision of the input number in example (1) is one digit, but the precision of its kelvins expression is three, so the precision of the Fahrenheit conversion is made three (made 180...) . (1) and (2) seem to belie the fact that a Script error: No such module "convert"., and make the 32 degrees difference shown in (1) begin to seem off somehow. Result (1) seems off until you set the significant figures yourself with |sigfig=:

Script error: No such module "DemoTemplate".

or you set the precision positionally, relative to the decimal point (zero being at the decimal point):

Script error: No such module "DemoTemplate".

The precision of the input number in example (2) is six, so the precision of the Fahrenheit output is six now, whereas before kelvins had determined it to be three. Examples (3) and (4) show how this can be hidden and generate questions, but it occurs there because the kelvins conversion generated the fractional parts. (Before it was the input number that generated the fractional part.) In example (3) the three input digits converted into five significant output digits because of the two digits after the decimal point, generated by the kelvins conversion. This happened again in (5), but in (6) decimal fractions were neither given as input nor induced by the kelvins conversion.

Rounding input

There is limited support for rounding the displayed input number. The rounding takes place after conversion, so the output is based on the full-precision input. This is useful when the input is produced by {{#expr:}} or otherwise available to a higher precision than is usefully displayed, and it's desirable to avoid double-rounding.

To round the input to a specified number of digits after the decimal point, use one of the parameters:

  • |adj=ri0
  • |adj=ri1
  • |adj=ri2
  • |adj=ri3

Note that it is not possible to round above the decimal place (|adj=ri-1Red XN is invalid). Neither is there support for significant figures, multiples of a number, or any other output-rounding feature.

The default precision is computed based on the input, so an explicit output precision must usually be supplied:

  • {{convert|4.14159|mi|km|adj=ri0}}Script error: No such module "convert". Red XN (precisions are mismatched)
  • {{convert|4.14159|mi|km|0|adj=ri0}}Script error: No such module "convert". Green tickY

In this case, if the input were rounded before conversion, a different result would be obtained:

  • {{convert|{{#expr:4.14159 round 0}}|mi|km|0}}Script error: No such module "convert". Red XN (rounds intermediate calculation, giving a different result)

Into multiple units: Script error: No such module "convert".

Separate the multiple output units by a space:

  • {{convert|10|C|F K}}Script error: No such module "convert".
  • {{convert|5|km|mi nmi}}Script error: No such module "convert".

If the output unit names contain spaces, use + as the separator.

See also:

Ranges of values

Script error: No such module "For". A range converts two values and separates them by your choice of words and punctuation.

A range: 6 to 17 kg (13 to 37 lb)

Range indicators are entered as the second parameter (between the values). Range separators can be:

Page Template:Navbar-header/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").
Separator Convert Result Notes
- {{convert|3|-|6|ft}} Script error: No such module "convert". Input can be hyphen (-) or en dash (–), output uses en dash
 &ndash; (en dash) {{convert|3|–|6|ft}} Script error: No such module "convert".
and {{convert|3|and|6|ft}} Script error: No such module "convert".
and(-) {{convert|3|and(-)|6|ft}} Script error: No such module "convert". |abbr=on abbreviates the first unit
and(-)|abbr=on {{convert|3|and(-)|6|ft|abbr=on}} Script error: No such module "convert".
or {{convert|3|or|6|ft}} Script error: No such module "convert".
to {{convert|3|to|6|ft}} Script error: No such module "convert".
to(-) {{convert|3|to(-)|6|ft}} Script error: No such module "convert". |abbr=on abbreviates the first unit
to(-)|abbr=on {{convert|3|to(-)|6|ft|abbr=on}} Script error: No such module "convert".
to about {{convert|3|to about|6|ft}} Script error: No such module "convert".
+/- {{convert|3|+/-|6|ft}} Script error: No such module "convert".
± &plusmn; {{convert|3|±|6|ft}} Script error: No such module "convert".
+ {{convert|3|+|6|ft}} Script error: No such module "convert".
, {{convert|3|,|6|ft}} Script error: No such module "convert".
, and {{convert|3|, and|6|ft}} Script error: No such module "convert".
, or {{convert|3|, or|6|ft}} Script error: No such module "convert".
by {{convert|3|by|6|ft}} Script error: No such module "convert".
x {{convert|3|x|6|ft}} Script error: No such module "convert". |abbr=on abbreviates and repeats the first unit
× &times; {{convert|3|×|6|ft}} Script error: No such module "convert".
x|abbr=on {{convert|3|x|6|ft|abbr=on}} Script error: No such module "convert".
xx |xx| is deprecated. Use |x| instead
* |*| is deprecated. Use |x| instead

Multiple dimensions: Script error: No such module "convert".

Use by:

  • {{convert|6|by|12|ft|m}}Script error: No such module "convert".

Use ×, multiplication sign, or x, letter:

  • {{convert|6|x|12|m|ft}}Script error: No such module "convert".

In science, the formal way is to set |x| and |abbr=on (keeping dimensions right, like in area = x km2):

  • {{convert|6|x|12|m|ft|abbr=on}}Script error: No such module "convert".

Lists of values: 20, 40, or 60 miles

{{convert|20|,|40|, or|60|mi}}Script error: No such module "convert".

About feet, inch in ranges and multiples

While it is possible to enter feet, inch in a simple conversion, this is not possible for ranges:

  • {{convert|1|ft|3|in|x|3|ft|5|in|mm}}Script error: No such module "convert". Red XN

Default behavior, for comparison:

  • {{convert|1|ft|3|in|mm}}Script error: No such module "convert".

However, converting metric units into feet and inches with |order=flip can produce the desired output:

  • {{convert|380|x|1040|mm|ftin|order=flip}}Script error: No such module "convert".

Words

Spelling of unit name: international metre or US meter?

Default spelling of units is in the en (generic) locale. To show en-US spelling, use |sp=us:

{{convert|1|m|ft}}Script error: No such module "convert".default
{{convert|1|m|ft|sp=us}}Script error: No such module "convert".

Spell out numbers: ten miles

To write a number in words, use |spell=in:

  • {{convert|10|mi|m|spell=in}}Script error: No such module "convert".

To spell out both in and out values, use |spell=on:

  • {{convert|10|mi|m|spell=on}}Script error: No such module "convert".

To make the first letter a capital, use |spell=In, |spell=On

  • {{convert|10|mi|m|spell=In}}Script error: No such module "convert".
  • {{convert|10|mi|m|spell=On}}Script error: No such module "convert".

Inserted before units: 4 planted acres

  • {{convert|4|acre||adj=pre|planted}}Script error: No such module "convert".

disp=preunit is similar, but has no separator after the specified text, and can have different text for the output value:

  • {{convert|4|acre||disp=preunit|planted }}Script error: No such module "convert".
  • {{convert|4|acre||disp=preunit|planted |reforested-}}Script error: No such module "convert".

After adjective unit: A Script error: No such module "convert". corridor

Note that two units (in this case, ft and m) are required. Use with just one unit will generate an error message.

{{convert|10|ft|m|adj=mid|-long}}Script error: No such module "convert".

Plurals: 1 inch, 2 inches

The unit symbol is singular always. Depending on the preceding number only, a unit name can be shown plural.

  • {{convert|1|metre}}Script error: No such module "convert".
  • {{convert|2|metre}}Script error: No such module "convert".
  • {{convert|2|metre|abbr=on}}Script error: No such module "convert".
Exception

Entering the unit "foot" instead of "ft" forces singular output "foot", whatever the number is.

  • {{convert|100|foot|abbr=off}}Script error: No such module "convert".

Fractions: one-eighth of an imperial pint

The convert template also supports spelling out fractions.

  • {{convert|3+1/2|oz|g|spell=in}}Script error: No such module "convert".

Any additional words needed for the fraction can also be added at the end of the template.

  • {{convert|1/8|imppt|ml|spell=in|adj=pre|of an}}Script error: No such module "convert".

Wrapping and line breaking

See Help:Convert § Wrapping and line breaking

Spelling out "thousands", "millions", etc.

Most unit codes accept a prefix of e3 (thousand) or e6 (million) or e9 (billion).

  • {{convert|100|e6mi|e6km}}Script error: No such module "convert".
  • {{convert|120|e6acre}}Script error: No such module "convert".
  • {{convert|120|e6acre|e3km2}}Script error: No such module "convert".

To display both input and output in scientific notation, use |abbr=on

  • {{convert|100|e6mi|e6km|abbr=on}}Script error: No such module "convert".

To spell out "thousands", "millions", etc., |abbr=unit abbreviates the unit; |abbr=off displays both full unit names.

  • {{convert|100|e6mi|e6km|abbr=unit}}Script error: No such module "convert".
  • {{convert|100|e6mi|e6km|abbr=off}}Script error: No such module "convert".

Numbers

Using an SI prefix: gigametre (Gm), or micrometre (μm)

Metric prefixes
Text Symbol Factor
quetta Q 1030
ronna R 1027
yotta Y 1024
zetta Z 1021
exa E 1018
peta P 1015
tera T 1012
giga G 109
mega M 106
kilo k 103
hecto h 102
deca da 101
(none)  1
deci d 10−1
centi c 10−2
milli m 10−3
micro μ 10−6
nano n 10−9
pico p 10−12
femto f 10−15
atto a 10−18
zepto z 10−21
yocto y 10−24
ronto r 10−27
quecto q 10−30

Units can have an SI prefix like G before the unit: Gm, and giga before the name: gigametre. These are plain multiplication factors.

To illustrate, these are trivial calculations (from metre to metre), showing the multiplication factor:

  • Script error: No such module "convert".
  • Script error: No such module "convert".

The prefix can be added before the SI unit (here: unit m for metre):

  • {{convert|12|Gm|mi|abbr=on}}Script error: No such module "convert".
  • Mm: Script error: No such module "convert".
  • km: Script error: No such module "convert".
  • mm: Script error: No such module "convert".
  • μm: Script error: No such module "convert".
  • um: Script error: No such module "convert". (letter "u" can be used for "μ" here)

The prefix can be used in the output unit:

  • {{convert|12000|mi|Mm|abbr=on}}Script error: No such module "convert".
  • {{convert|12|in|μm|abbr=on}}Script error: No such module "convert".

As an exception, the non-SI unit "inch" can have the "μ" prefix too:

  • {{convert|12|μm|μin|abbr=on}}Script error: No such module "convert".

Script error: No such module "labelled list hatnote".

Engineering notation: 7 million km

Engineering notation can be entered with a prefix to the unit:

  • {{convert|70|e6m}}Script error: No such module "convert".
  • {{convert|70|e6m|abbr=on}}Script error: No such module "convert".

The same is possible for the output unit:

  • {{convert|230,000,000|ft|e6m}}Script error: No such module "convert".

The prefixes are:

  • e3 (thousand)
  • e6 (million)
  • e9 (billion)
  • e12 (trillion)
  • e15 (quadrillion)

Engineering notation may use "e" or "E", for example, e3km or E3km. Using uppercase E3km displays the factor as a word ("thousand") rather than as ×103. Using lowercase e3km displays the word if abbr=unit is used, or if abbr=off applies to the unit.

  • {{convert|70|e6m|e6ft}}Script error: No such module "convert".
  • {{convert|70|e6m|e6ft|abbr=off}}Script error: No such module "convert".
  • {{convert|70|e6m|e6ft|abbr=unit}}Script error: No such module "convert".
  • {{convert|70|E6m|e6ft|abbr=in}}Script error: No such module "convert".

Scientific notation: 1.23 × 10−14

In scientific notation, a number is written like Script error: No such module "val".. The plain number has exactly one digit before the decimal point.

With {{convert}}, the input can be in e-notation such as 12.3e4. This value is displayed as a power of ten, and the output is displayed in scientific notation, except that an output value satisfying 0.01 <= v < 1000 is shown as a normal number. In addition, if the output value is 1000 and sigfig=4 is used, the value is displayed as a normal number.

  • {{convert|12.3e-15|atm|atm|abbr=on}}Script error: No such module "convert".
  • {{convert|0.00000005|atm|atm|abbr=on}}Script error: No such module "convert".

Input with fractions: Script error: No such module "convert".

The number to convert can be written in fractions. Both / (keyboard slash) and (fraction slash) are accepted:

  • {{convert|1/2|in|mm|1}}Script error: No such module "convert".
  • {{convert|1⁄2|in|mm|1}}Script error: No such module "convert".

With positive mixed numbers (a positive integer and a fraction), use a + sign

  • {{convert|2+1⁄2|in|mm|1}}Script error: No such module "convert".

With negative mixed numbers, use a hyphen - and repeat it:

  • {{convert|-2-1⁄2|in|mm|1}}Script error: No such module "convert".

Note that the following cases are not interpreted as mixed numbers:

  • {{convert|2-1⁄2|in|mm|1}}Script error: No such module "convert".. This is interpreted as a range from 2 inches to 1⁄2 inch.
  • {{convert|-2+1⁄2|in|mm|1}}Script error: No such module "convert". Red XN This is neither a mixed number nor a range, and mathematical expressions requiring calculations are not allowed here.
  • {{convert|2+½|in|mm|1}}Script error: No such module "convert". Red XN Fractions consisting of a single Unicode character are not allowed either.

Horizontal fraction bar: Page Template:Sfrac/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").1/2 inch

Using a double slash (//) provides a horizontal fraction bar for the original (input) unit:

  • {{convert|1//2|in|mm|1}}Script error: No such module "convert".
  • {{convert|6+3//8|in|mm|1}}Script error: No such module "convert".

Using a negative value for |frac= provides a horizontal fraction bar for the converted (output) unit:

  • {{convert|12.7|mm|frac=-2}}Script error: No such module "convert".
  • {{convert|161.9|mm|frac=-8}}Script error: No such module "convert".

Thousands separator: 1,000 mi or 1000 mi

In input, a comma for thousands separator is accepted but not required; a gap (space) is not accepted. In output, by default, the thousand separator is the comma:

  • {{convert|1234567|m|ft}}Script error: No such module "convert".
  • {{convert|1,234,567|m|ft}}Script error: No such module "convert".

Set |comma=off to remove the separator from the output:

  • {{convert|1234567|m|ft|comma=off}}Script error: No such module "convert".

Use |comma=gaps to use digit grouping by gap (thin space) as a thousands separator:

  • {{convert|1234567|m|ft|comma=gaps}}Script error: No such module "convert".

Default behavior, for comparison:

  • {{convert|1234567|m|ft}}Script error: No such module "convert".

Setting |comma=5 will only add the separator when the number of digits is 5 or more:

  • {{convert|1234|m|ft|comma=5}}Script error: No such module "convert".
  • {{convert|1234567|m|ft|comma=5}}Script error: No such module "convert".

Default behavior, for comparison:

  • {{convert|1234|m|ft}}Script error: No such module "convert".

Output manipulation

Brackets and separators: 10 m [33 ft]

Punctuation that distinguishes the two measurements is set by |disp=.
Options are: b (the default), sqbr, comma, semicolon, or, br, br(), x|…:

  • {{convert|10|m|ft|disp=sqbr}}Script error: No such module "convert".
  • {{convert|10|m|ft|disp=comma}}Script error: No such module "convert".
  • {{convert|10|m|ft|disp=semicolon}}Script error: No such module "convert".
  • {{convert|10|m|ft|disp=or}}Script error: No such module "convert".

Default behavior, for comparison:

  • {{convert|10|m|ft}}Script error: No such module "convert".

Setting |disp=br will force a new line (<br/>)

  • {{convert|10|m|ft|disp=br}}Script error: No such module "convert".

Also |disp=br() will force a new line, and keep the brackets (useful in tables):

  • {{convert|10|m|ft|disp=br()}}Script error: No such module "convert".

Setting |disp=x|… allows any text as separator:

  • {{convert|10|m|ft|disp=x|_MyText_}}Script error: No such module "convert". (To display spaces, use &nbsp;)

Flipping (reordering) the two measurements: Script error: No such module "convert".

Setting |order=flip will flip (swap) the two measurements:

  • {{convert|1|mi|m|order=flip}}Script error: No such module "convert".

Default behavior, for comparison:

  • {{convert|1|mi|m}}Script error: No such module "convert".

When converting to multiple units, the effect is:

  • {{convert|10|km|mi nmi|order=flip}}Script error: No such module "convert".
  • {{convert|10|km|nmi mi|order=flip}}Script error: No such module "convert".

Fixed ordering of output units: Script error: No such module "convert".

Setting |order=out shows the output-units as ordered; the input unit is skipped:

  • {{convert|100|C|F C K|abbr=on|order=out}}Script error: No such module "convert".
  • {{convert|200|PS|kW hp|0|abbr=on|order=out}}Script error: No such module "convert".

See also: § Displaying parts of the output.

Displaying parts of the result: Script error: No such module "convert".

It is possible to display only parts of the conversion result: The following examples show how to display only a part of the result.

Note: in Convert, abbr is synonym for unit symbol
Convert Returns Components
{{convert|2|cuyd|m3}} Script error: No such module "convert". all (default conversion)
{{convert|2|cuyd|m3|abbr=on}} Script error: No such module "convert". all (default conversion, abbr)
{{convert|2|cuyd|m3|abbr=values}} Script error: No such module "convert". numbers only
{{convert|2|cuyd|cuyd|disp=out}} Script error: No such module "convert". input value (workaround)
{{convert|2|cuyd|cuyd|disp=out|abbr=on}} Script error: No such module "convert". input value abbr (workaround)
{{convert|2|cuyd|m3|disp=unit}} Script error: No such module "convert". input unit
{{convert|2|cuyd|m3|disp=unit|adj=on}} Script error: No such module "convert". input unit, adjectival (hyphenated)
{{convert|2|cuyd|m3|disp=unit|adj=on|abbr=on}} Script error: No such module "convert". input unit, adjectival (abbr so not hyphenated)
{{convert|2|cuyd|m3|disp=unit|abbr=on}} Script error: No such module "convert". input unit abbr
{{convert|2|cuyd|m3|disp=out}} Script error: No such module "convert". output value, symbols
{{convert|2|cuyd|m3|disp=out|abbr=off}} Script error: No such module "convert". output value, names
{{convert|2|cuyd|m3|disp=out|adj=on}} Script error: No such module "convert". output, adjective
{{convert|2|cuyd|m3|disp=number}} Script error: No such module "convert". output number
{{convert|2|cuyd|m3|disp=unit2}} Script error: No such module "convert". output unit (abbr by default)
{{convert|2|cuyd|m3|disp=unit2|abbr=off}} Script error: No such module "convert". output unit (name)
{{convert|2|cuyd|m3|disp=unit2|abbr=on}} Script error: No such module "convert". output unit (abbr)

Display both input name and symbol: 2 kilopascals [kPa]

Setting |abbr=~ returns both name and symbol of the first (input) unit:

  • {{convert|2|kPa|psi|abbr=~}}Script error: No such module "convert".
  • A {{convert|2|kPa|psi|abbr=~|adj=on}} pressureA Script error: No such module "convert". pressure

Table options

For the wikitable structure, there are three options: add a line-break, split the result over columns and make the table sortable.

Enforced line break

|disp=br adds a line-break and omits brackets.

|disp=br() adds a line-break and does add brackets to the converted value. This may be useful in tables:

|disp=br |disp=br()
Script error: No such module "convert". Script error: No such module "convert".

Table columns

Using {convert} in a table cell, with |disp=table splits the result over two (or more) columns. By default units are not included in the table, however, they can be added using the |abbr= parameter. Multiple-unit outputs, like ftin, always output their units to the table.

{{convert|10|m|ft|disp=table}}

Script error: No such module "convert".

|disp=tablecen does the same, and also centers the text:

{{convert|20|m|ft|disp=tablecen}}

Script error: No such module "convert".

The units are added as a column header:

  kilograms pounds stone and pounds
|disp=table Script error: No such module "convert".
|disp=table and |abbr=on Script error: No such module "convert".
|disp=table and |abbr=off Script error: No such module "convert".
|disp=tablecen Script error: No such module "convert".
|disp=<other> (default) Script error: No such module "convert".

Sorting

Use |sortable=on to include a hidden numerical sortkey in the output, suitable for use in a table with sortable columns. Technically, this places a hidden string before the actual displayed values:

{{convert|10|m|ft|sortable=on}} <span data-sort-value="7001100000000000000♠"></span>10 metres (33 ft)
showing: Script error: No such module "convert"..

Use both |disp=table and |sortable=on together to produce table columns (pipe symbols) for each value in sortable columns:

m m ft
A Script error: No such module "val". Script error: No such module "convert".
B Script error: No such module "val". Script error: No such module "convert".
C Script error: No such module "val". Script error: No such module "convert".
D Script error: No such module "val". Script error: No such module "convert".

The generated sortkey is calculated in a consistent way based on both the value and its unit as passed to the convert template. In most cases convert uses the passed value converted to SI base units. It is therefore not necessarily the displayed value or other alternate units and is calculated regardless of output format options. Using different units or different order of units in individual rows should therefore not lead to incorrect sorting, although variations in rounding can give surprising results, since an unrounded number is used for the sortkey.

Units

The conversion factors and physical constants are sourced here.

All units

The table below lists units supported by {{convert}}. More complete lists are linked for each dimension. For a complete list of all dimensions, see full list of units.

{{Convert}} uses unit-codes, which are similar to, but not necessarily exactly the same as, the usual written abbreviation for a given unit. These unit-codes are displayed in column 3 of the following tables. These are accepted as input by {{convert}} as the second and third unnamed parameters:

  • {{convert|100|kg|lb}}Script error: No such module "convert".
  • {{convert|100|lb|kg}}Script error: No such module "convert".

The unit-codes should be treated as case-sensitive:

  • {{convert|100|Mm|mm}}Script error: No such module "convert".

The output of {{convert}} can display multiple converted units, if further unit-codes are specified after the second unnamed parameter (without the pipe separator). Typical combination output units are listed below in column 7.

  • {{convert|55|nmi|km mi}}Script error: No such module "convert".
  • {{convert|1|oz|ozt g gr}}Script error: No such module "convert".

Some units have alternative unit-codes. These are shown in brackets in column 3, e.g. °F (F). Either may be entered for Fahrenheit (but not a lower-case f).

Supported units

Explanation

Explanation
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
the system(s) to which the unit belongs units listed by name unit-code to use in template symbols shown in output other notes about the units sample of the default conversion for the unit output codes for multiple conversions


Area

Area
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". km2 (none) US spelling: square kilometer
Script error: No such module "convert".
  • km2 sqmi
Script error: No such module "convert". m2 (none) US spelling: square meter
Script error: No such module "convert".
  • m2 sqft
Script error: No such module "convert". cm2 (none) US spelling: square centimeter
Script error: No such module "convert".
  • cm2 sqin
Script error: No such module "convert". mm2 (none) US spelling: square millimeter
Script error: No such module "convert".
  • mm2 sqin
non-SI metric Script error: No such module "convert". ha (none) Script error: No such module "convert".
Imperial
&
US customary
Script error: No such module "convert". sqmi (none) Script error: No such module "convert".
  • sqmi km2
Script error: No such module "convert". acre (none) Script error: No such module "convert".
Script error: No such module "convert". sqyd (none) Script error: No such module "convert".
Script error: No such module "convert". sqft
(sqfoot)
(none) long code "sqfoot" outputs square foot (and never feet) Script error: No such module "convert".
  • sqft m2 (sqfoot m2)
Script error: No such module "convert". sqin (none) Script error: No such module "convert".
  • sqin cm2
Other Script error: No such module "convert". sqnmi (none) Script error: No such module "convert".
Script error: No such module "convert". dunam (none) For alternative spellings and definitions see the full list Script error: No such module "convert".
Script error: No such module "convert". tsubo (none) Script error: No such module "convert".


Density

Density
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
Metric Script error: No such module "convert". kg/m3 (none) Script error: No such module "convert".
  • kg/m3 lb/ft3 (kg/m3 lb/cuft)
  • kg/m3 lb/yd3 (kg/m3 lb/cuyd)
Script error: No such module "convert". g/m3 (none) Script error: No such module "convert".
  • g/m3 kg/m3
  • g/m3 lb/ft3 (g/cm3 lb/cuft)
  • g/m3 lb/yd3 (g/cm3 lb/cuyd)
Imperial
&
US customary
Script error: No such module "convert". lb/ft3 (none) Script error: No such module "convert".
  • lb/ft3 kg/m3 (lb/cu ft g/m3)
  • lb/ft3 g/m3 (lb/cu ft g/m3)
Script error: No such module "convert". lb/yd3 (none) Script error: No such module "convert".
  • lb/yd3 kg/m3 (lb/cuyd kg/m3)
  • lb/yd3 g/m3 (lb/cuyd g/m3)


Energy

Energy
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". GJ (none) Script error: No such module "convert".
Script error: No such module "convert". MJ (none) Script error: No such module "convert".
Script error: No such module "convert". kJ (none) Script error: No such module "convert".
Script error: No such module "convert". hJ (none) Script error: No such module "convert".
Script error: No such module "convert". daJ (none) Script error: No such module "convert".
Script error: No such module "convert". J (none) Script error: No such module "convert".
Script error: No such module "convert". dJ (none) Script error: No such module "convert".
Script error: No such module "convert". cJ (none) Script error: No such module "convert".
Script error: No such module "convert". mJ (none) Script error: No such module "convert".
Script error: No such module "convert". μJ (uJ) (none) Script error: No such module "convert".
Script error: No such module "convert". nJ (none) Script error: No such module "convert".
cgs Script error: No such module "convert". Merg (none) Script error: No such module "convert".
Script error: No such module "convert". kerg (none) Script error: No such module "convert".
Script error: No such module "convert". erg (none) Script error: No such module "convert".
Watt-hour multiples Script error: No such module "convert". TWh (none) Script error: No such module "convert".
TW.h Script error: No such module "convert".
Script error: No such module "convert". GWh (none) Script error: No such module "convert".
GW.h Script error: No such module "convert".
Script error: No such module "convert". MWh (none) Script error: No such module "convert".
MW.h Script error: No such module "convert".
Script error: No such module "convert". kWh (none) Script error: No such module "convert".
kW.h Script error: No such module "convert".
Script error: No such module "convert". Wh (none) Script error: No such module "convert".
W.h Script error: No such module "convert".
Electron-
volt
multiples
Script error: No such module "convert". GeV (none) Script error: No such module "convert".
Script error: No such module "convert". MeV (none) Script error: No such module "convert".
Script error: No such module "convert". keV (none) Script error: No such module "convert".
Script error: No such module "convert". eV (none) Script error: No such module "convert".
Script error: No such module "convert". meV (none) Script error: No such module "convert".
Calorie multiples Script error: No such module "convert". Cal (none) The thermo-chemical calorie is the default definition. For others, see the full list. Script error: No such module "convert".
Script error: No such module "convert". Mcal (none) Script error: No such module "convert".
Script error: No such module "convert". kcal (none) Script error: No such module "convert".
Script error: No such module "convert". cal (none) Script error: No such module "convert".
Script error: No such module "convert". mcal (none) Script error: No such module "convert".
pound/
ounce
-foot/
inch-hour-minute-second
Script error: No such module "convert". ftpdl (none) Script error: No such module "convert".
Script error: No such module "convert". ftlbf (none) Script error: No such module "convert".
ftlb-f Script error: No such module "convert".
Script error: No such module "convert". inlbf (none) Script error: No such module "convert".
inlb-f Script error: No such module "convert".
Script error: No such module "convert". inozf (none) Script error: No such module "convert".
inoz-f Script error: No such module "convert".
Script error: No such module "convert". hph (none) Script error: No such module "convert".
British thermal unit Script error: No such module "convert". Btu (none) The International Steam Table British thermal unit is used. For others, see the full list. Script error: No such module "convert".
BTU Script error: No such module "convert".
TNT-based units Script error: No such module "convert". GtTNT (none) Script error: No such module "convert".
Script error: No such module "convert". GtonTNT (none)
Script error: No such module "convert". MtTNT (none) Script error: No such module "convert".
Script error: No such module "convert". MtonTNT (none)
Script error: No such module "convert". ktTNT (none) Script error: No such module "convert".
Script error: No such module "convert". ktonTNT (none)
Script error: No such module "convert". tTNT (none) Script error: No such module "convert".
Script error: No such module "convert". tonTNT (none)
Other
Script error: No such module "convert". Eh (none) Script error: No such module "convert".
Script error: No such module "convert". Ry (none) Script error: No such module "convert".
Script error: No such module "convert". toe (none) Script error: No such module "convert".
Script error: No such module "convert". BOE (none) Script error: No such module "convert".
cubic foot of natural gas cuftnaturalgas (cufootnaturalgas) Unit-code cufootnaturalgas will show "cubic foot of natural gas" if plural. Script error: No such module "convert".


Force

Force
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". GN (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • GN LT-f
  • GN LTf
  • GN ST-f
  • GN STf
Script error: No such module "convert". MN (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • MN LT-f
  • MN LTf
  • MN ST-f
  • MN STf
Script error: No such module "convert". kN (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • kN LT-f
  • kN LTf
  • kN ST-f
  • kN STf
Script error: No such module "convert". N (none) Script error: No such module "convert".
  • N lb-f
  • N lbf
  • N oz-f
  • N ozf
Script error: No such module "convert". mN (none) Script error: No such module "convert".
  • mN oz-f
  • mN ozf
  • mN gr-f
  • mN grf
Script error: No such module "convert". μN (uN) (none) Script error: No such module "convert".
  • μN gr-f
  • μN grf
Script error: No such module "convert". nN (none) Script error: No such module "convert".
  • nN gr-f
  • nN grf
cgs Script error: No such module "convert". Mdyn (none) Script error: No such module "convert".
Script error: No such module "convert". kdyn (none) Script error: No such module "convert".
Script error: No such module "convert". dyn
(dyne)
(none) Script error: No such module "convert".
Script error: No such module "convert". mdyn (none) Script error: No such module "convert".
Metric gravitational units Script error: No such module "convert". t-f (none) Script error: No such module "convert".
tf Script error: No such module "convert".
Script error: No such module "convert". kg-f (none) Script error: No such module "convert".
kgf Script error: No such module "convert".
Script error: No such module "convert". g-f (none) Script error: No such module "convert".
gf Script error: No such module "convert".
Script error: No such module "convert". mg-f (none) Script error: No such module "convert".
mgf Script error: No such module "convert".
Avoirdupois-based units Script error: No such module "convert". pdl (none) Script error: No such module "convert".
Script error: No such module "convert". LT-f (none) Script error: No such module "convert".
  • LT-f ST-f
LTf Script error: No such module "convert".
  • LTf STf
Script error: No such module "convert". ST-f (none) Script error: No such module "convert".
  • ST-f LT-f
STf Script error: No such module "convert".
  • STf LTf
Script error: No such module "convert". lb-f (none) Script error: No such module "convert".
lbf Script error: No such module "convert".
Script error: No such module "convert". gr-f (none) Script error: No such module "convert".
grf Script error: No such module "convert".


Length

Length
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". Mm (none) US spelling: megameter
Script error: No such module "convert".
Script error: No such module "convert". km (none) US spelling: kilometer
Script error: No such module "convert".
  • km mi
Script error: No such module "convert". m (none) US spelling: meter
Script error: No such module "convert".
  • m ft
  • m ftin
Script error: No such module "convert". cm (none) US spelling: centimeter
Script error: No such module "convert".
  • cm in
Script error: No such module "convert". mm (none) US spelling: millimeter
Script error: No such module "convert".
  • mm in
Script error: No such module "convert". μm (um) (none) US spelling: micrometer
Script error: No such module "convert".
Script error: No such module "convert". nm (none) US spelling: nanometer
Script error: No such module "convert".
non-SI metric Script error: No such module "convert". Å
(angstrom)
(none) Script error: No such module "convert".
Imperial
&
US customary
Script error: No such module "convert". mi (none) Script error: No such module "convert".
  • mi km
Script error: No such module "convert". furlong (none) Script error: No such module "convert".
Script error: No such module "convert". chain (none) Script error: No such module "convert".
Script error: No such module "convert". rd (none) For other names of this unit see the full list. Script error: No such module "convert".
Script error: No such module "convert". fathom (none) fathom ≡ 6 ft Script error: No such module "convert".
Script error: No such module "convert". yd (none) assumes the international definition Script error: No such module "convert".
Script error: No such module "convert". ft (foot) (none) long code "foot" outputs foot (and never feet)

Use of ′ and ″ symbols violates MOSNUM so is not provided.

Script error: No such module "convert".
  • ftin (feet and inches)
  • ft m (foot m)
Script error: No such module "convert". in (none) Use of ′ and ″ symbols violates MOSNUM so is not provided. Script error: No such module "convert".
  • in cm
  • in mm
Other Script error: No such module "convert". nmi (none) the international standard nautical mile
For other nautical miles see the full list.
Script error: No such module "convert".
Script error: No such module "convert". pc (none) Script error: No such module "convert".
Script error: No such module "convert". ly (none) Script error: No such module "convert".
Script error: No such module "convert". AU (none) Script error: No such module "convert".
Script error: No such module "convert". LD (none) Script error: No such module "convert".


Mass

Mass
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". kg (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • kg lb
  • kg st
Script error: No such module "convert". g (none) Script error: No such module "convert".
  • g oz
Script error: No such module "convert". mg (none) Script error: No such module "convert".
  • mg gr
Script error: No such module "convert". μg (ug) (none) Script error: No such module "convert".
non-SI metric Script error: No such module "convert". t (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • t LT
  • t ST
Script error: No such module "convert". MT (none)
  • MT LT
  • MT ST
Avoirdupois Script error: No such module "convert". LT (none) 2,240 lb
used mostly in the British Commonwealth.
Allows triple output units. See: full list.
Script error: No such module "convert".
  • LT t
  • LT MT
  • LT ST
long ton Script error: No such module "convert".
Script error: No such module "convert". ST (none) 2,000 lb
used mostly in the US.
Allows triple output units. See: full list.
Script error: No such module "convert".
  • ST t
  • ST MT
  • ST LT
short ton Script error: No such module "convert".
Script error: No such module "convert". st (none) 14 lb
used previously in the British Commonwealth except Canada.
Allows triple output units. See: full list.
Script error: No such module "convert".
  • st kg
  • st lb
Script error: No such module "convert". lb (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • lb kg
  • lb st
Script error: No such module "convert". oz (none) Script error: No such module "convert".
  • oz g
Script error: No such module "convert". drachm (none) Script error: No such module "convert".
Script error: No such module "convert". dram (none)
Script error: No such module "convert". gr (none) equivalent to the troy grain Script error: No such module "convert".
Troy Script error: No such module "convert". ozt (none) Script error: No such module "convert".
other Script error: No such module "convert". carat (none) Script error: No such module "convert".


Speed

Speed
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". m/s (none) US spelling: meter per second
Script error: No such module "convert".
  • m/s ft/s (m/s foot/s)
non-SI metric Script error: No such module "convert". km/h (none) US spelling: kilometer per hour
Script error: No such module "convert".
  • km/h mph
Imperial
&
US customary
Script error: No such module "convert". mph (none) Script error: No such module "convert".
  • mph km/h
  • mph kn
Script error: No such module "convert". ft/s (foot/s) (none) long code "foot/s" outputs foot per second (and never feet) Script error: No such module "convert".
  • ft/s m/s
Maritime units Script error: No such module "convert". kn (knot) (none) Script error: No such module "convert".
  • kn mph


Temperature

Temperature
(Full list)
system unit unit-
code
symbol notes sample default
conversion
combination
output units
SI Script error: No such module "convert". K (none) Allows triple output units. See: full list. Script error: No such module "convert".
  • K °C (K C)
  • K °R (K R)
  • K °F (K F)
Script error: No such module "convert". °C (C) (none) Script error: No such module "convert".
  • °C K (C K)
  • °C °R (C R)
  • °C °F (C F)
Imperial
&
US customary
Script error: No such module "convert". °R (R) (none) Script error: No such module "convert".
  • °R K (R K)
  • °R °C (R C)
  • °R °F (R F)
Script error: No such module "convert". °F (F) (none) Script error: No such module "convert".
  • °F K (F K)
  • °F °C (F C)
  • °F °R (F R)
Celsius change C-change Used for temperature intervals instead of actual temperatures
Example:  {{convert|5|C-change|0}} warmer
Result: Script error: No such module "convert". warmer
Fahrenheit change F-change Used for temperature intervals instead of actual temperatures
Example:  {{convert|10|F-change|0}} colder
Result: Script error: No such module "convert". colder


Torque

Torque
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
Industrial
SI Script error: No such module "convert". Nm (none) Triple combinations are also possible. See the full list. Script error: No such module "convert".
  • Nm kg.m
  • Nm lb.ft
Non-SI metric Script error: No such module "convert". kg.m (none) Script error: No such module "convert".
  • kg.m Nm
  • kg.m lb.ft
Imperial
&
US customary
Script error: No such module "convert". lb.ft (none) Script error: No such module "convert".
  • lb.ft Nm
  • lb.ft kg-m
Scientific
SI Script error: No such module "convert". N.m (none) Triple combinations are also possible. See the full list. Script error: No such module "convert".
  • N.m kgf.m
  • N.m lbf.ft
Non-SI metric Script error: No such module "convert". kgf.m (none) Script error: No such module "convert".
  • kgf.m N.m
  • kgf.m lbf.ft
Imperial
&
US customary
Script error: No such module "convert". lbf.ft (none) Script error: No such module "convert".
  • lbf.ft N.m
  • lbf.ft kgf.m


Volume

Volume
(Full list)
system unit unit-
code
symbol or
abbrev.
notes sample default
conversion
combination
output units
SI Script error: No such module "convert". m3 (none) US spelling: cubic meter
one kilolitre
Script error: No such module "convert".
Script error: No such module "convert". cm3 (none) US spelling: cubic centimeter
one millilitre
Script error: No such module "convert".
cc Script error: No such module "convert".
Script error: No such module "convert". mm3 (none) US spelling: cubic millimeter
Script error: No such module "convert".
non-SI metric Script error: No such module "convert". kl (none) US spelling: kiloliter
one cubic metre
Script error: No such module "convert".
kL Script error: No such module "convert".
Script error: No such module "convert". l (none) US spelling: liter
one cubic decimetre
Allows triple output units. See: full list.
Script error: No such module "convert".
  • l impgal
  • l USgal
  • l U.S.gal
  • l USdrygal
  • l U.S.drygal
L Script error: No such module "convert".
  • L impgal
  • L impqt
  • L USgal
  • L U.S.gal
  • L USdrygal
  • L U.S.drygal
Script error: No such module "convert". cl (none) US spelling: centiliter
Script error: No such module "convert".
cL Script error: No such module "convert".
Script error: No such module "convert". ml (none) US spelling: milliliter
one cubic centimetre
Script error: No such module "convert".
  • ml impoz
  • ml USoz
  • ml U.S.oz
mL Script error: No such module "convert".
  • mL impoz
  • mL USoz
  • mL U.S.oz
Imperial
&
US customary
Script error: No such module "convert". cuyd (none) Script error: No such module "convert".
Script error: No such module "convert". cuft (cufoot) (none) long code "cufoot" outputs cubic foot (and never feet) Script error: No such module "convert".
Script error: No such module "convert". cuin (none) Script error: No such module "convert".
Imperial Script error: No such module "convert". impbbl (none) 36 imp gal Script error: No such module "convert".
Script error: No such module "convert". impbsh (none) 8 imp gal Script error: No such module "convert".
impbu Script error: No such module "convert".
Script error: No such module "convert". impgal (none) 4.54609 litres by definition, also
4 imp qt or 8 imp pt or 160 imp fl oz
Allows triple output units. See: full list.
Script error: No such module "convert".
  • impgal l
  • impgal L
  • impgal USgal
  • impgal U.S.gal
  • impgal USdrygal
  • impgal U.S.drygal
Script error: No such module "convert". impqt (none) 1/4 imp gal or 40 imp fl oz Script error: No such module "convert".
Script error: No such module "convert". imppt (none) 1/8 imp gal or 20 imp fl oz Script error: No such module "convert".
Script error: No such module "convert". impoz (impfloz) (none) 1/160 imp gal Script error: No such module "convert".
  • impoz USoz
  • impoz U.S.oz
  • impoz ml
  • impoz mL
US customary
liquid measure
Script error: No such module "convert". USbbl (none) 31½ US gal
used for liquids except for oil and beer (see the full list)
Script error: No such module "convert".
U.S.bbl Script error: No such module "convert".
Script error: No such module "convert". oilbbl (none) 42 US gal Script error: No such module "convert".
Script error: No such module "convert". USbeerbbl
(usbeerbbl)
(none) Script error: No such module "convert".
U.S.beerbbl
(usbeerbbl)
Script error: No such module "convert".
Script error: No such module "convert". USgal (none) 231 cubic inches by definition, also
4 US qt or 8 US pt or 128 US fl oz
Allows triple output units. See: full list.
Script error: No such module "convert".
  • USgal l
  • USgal L
  • USgal impgal
U.S.gal Script error: No such module "convert".
  • USgal l
  • USgal L
  • USgal impgal
Script error: No such module "convert". USqt (none) 1/4 US gal or 32 US fl oz Script error: No such module "convert".
U.S.qt Script error: No such module "convert".
Script error: No such module "convert". USpt (none) 1/8 US gal or 16 US fl oz Script error: No such module "convert".
U.S.pt Script error: No such module "convert".
Script error: No such module "convert". USoz
(USfloz)
(none) 1/128 US gal Script error: No such module "convert".
  • USoz ml
  • USoz mL
  • USoz impoz
U.S.oz
(U.S.floz)
Script error: No such module "convert".
  • U.S.oz ml
  • U.S.oz mL
  • U.S.oz impoz
US customary
dry measure
Script error: No such module "convert". USdrybbl (none) 105/32 US bsh Script error: No such module "convert".
U.S.drybbl Script error: No such module "convert".
Script error: No such module "convert". USbsh (none) 2150.42 cubic inches by definition Script error: No such module "convert".
U.S.bsh Script error: No such module "convert".
Script error: No such module "convert". USbu (none) 2150.42 cubic inches by definition Script error: No such module "convert".
U.S.bu Script error: No such module "convert".
Script error: No such module "convert". USdrygal (none) 1/8 US bsh
Allows triple output units. See: full list.
Script error: No such module "convert".
  • USdrygal l
  • USdrygal L
  • USdrygal impgal
U.S.drygal Script error: No such module "convert".
  • U.S.drygal l
  • U.S.drygal L
  • U.S.drygal impgal
Script error: No such module "convert". USdryqt (none) 1/32 US bsh Script error: No such module "convert".
U.S.dryqt Script error: No such module "convert".
Script error: No such module "convert". USdrypt (none) 1/32 US bsh Script error: No such module "convert".
U.S.drypt Script error: No such module "convert".


Extra

Pressure
(Full list)
unit unit-
code
symbol or
abbrev.
sample default
conversion
Script error: No such module "convert". GPa (none) Script error: No such module "convert".
Script error: No such module "convert". MPa (none) Script error: No such module "convert".
Script error: No such module "convert". kPa (none) Script error: No such module "convert".
Script error: No such module "convert". hPa (none) Script error: No such module "convert".
Script error: No such module "convert". Pa (none) Script error: No such module "convert".
Script error: No such module "convert". mPa (none) Script error: No such module "convert".
Script error: No such module "convert". mbar (none) Script error: No such module "convert".
mb Script error: No such module "convert".
Script error: No such module "convert". dbar (none) Script error: No such module "convert".
Script error: No such module "convert". bar (none) Script error: No such module "convert".
Script error: No such module "convert". kBa (none) Script error: No such module "convert".
Script error: No such module "convert". Ba (none) Script error: No such module "convert".
Script error: No such module "convert". atm (none) Script error: No such module "convert".
Script error: No such module "convert". Torr (none) Script error: No such module "convert".
Script error: No such module "convert". mmHg (none) Script error: No such module "convert".
Script error: No such module "convert". inHg (none) Script error: No such module "convert".
Script error: No such module "convert". psi (none) Script error: No such module "convert".


Fuel efficiency

Fuel efficiency
unit unit-
code
notes combinations
kilometres per litre km/l (km/L) Use km/L to get "km/L"
  • km/l mpgimp
  • km/l mpgus
litres per 100 kilometres l/100 km (L/100 km) Use L/100 km to get "L/100 km"
  • l/100 km mpgimp
  • l/100 km mpgus
litres per kilometre l/km (L/km) Use L/km to get "L/km"
  • l/km impgal/mi
  • l/km usgal/mi
miles per imperial gallon mpgimp
  • mpgimp mpgus
miles per US gallon mpgus (mpgUS, mpgU.S.) Use mpgUS to get "US"

Use mpgU.S. to get "U.S."
mpgus will give "U.S." if spelling is
set to US & "US" otherwise

  • mpgus mpgimp
imperial gallons per mile impgal/mi
  • impgal/mi
US gallons per mile usgal/mi (USgal/mi, U.S.gal/mi) As above with the us vs US vs U.S.
  • usgal/mi
The mpgUS, mpgU.S., USgal/mi vs U.S.gal/mi, km/L, L/100 km and L/km variants work within combinations also (making 36 combinations in total).


Population density

Population density
unit unit-
code
notes combinations
inhabitants per square kilometre PD/km2 PD stands for population density, i.e. humans (inhabitants)
  • PD/km2 PD/sqmi
per square kilometre /km2 Used when the word 'inhabitants' would be inappropriate.
  • /km2 /sqmi
inhabitants per hectare PD/ha
  • PD/ha PD/acre
per hectare /ha
  • /ha /acre
inhabitants per square mile PD/sqmi PD stands for population density, i.e. humans (inhabitants)
  • PD/sqmi PD/km2
per square mile /sqmi Used when the word 'inhabitants' would be inappropriate.
  • /sqmi /km2
inhabitants per acre PD/acre
  • PD/acre PD/ha
per acre /acre
  • /acre /ha


Cost per unit mass

Cost per unit mass
unit unit-
code
notes combinations
dollars per pound $/lb "$" can mean US$, HK$, etc.
  • (none)
dollars per kilogram $/kg
  • (none)
dollars per troy ounce $/ozt 12 troy ounces in 1 troy pound
  • (none)


Unsupported units


'per' units: kg/ha, miles per gallon

When using a slash (/), a unit like kg/ha is recognized as kilograms per hectare and will be converted in to other mass/area units. A unit in the numerator is not required.

  • {{convert|1000|kg/ha}}Script error: No such module "convert".
  • {{convert|350|/in2}}Script error: No such module "convert".

Population density (inhabitants per square mile) can be converted using

  • {{convert|10|PD/sqmi|PD/km2}}Script error: No such module "convert".

Vehicular fuel efficiency, commonly expressed in miles per gallon or litres per 100 km can also be converted

  • {{convert|26|mpgUS|l/100km mpgimp}}Script error: No such module "convert".

Units of difference: Expressing a change or difference in temperature

We have already discussed standard temperature conversions (°C, °F, K), as shown in these two examples:

  • Script error: No such module "DemoTemplate". (standard temperature conversion)
  • Script error: No such module "DemoTemplate". (standard temperature range conversion)

When expressing a temperature change (e.g., "The temperature increased by 10 °C"), or when comparing temperatures (e.g., "10 to 15 °C warmer"), we cannot use the standard temperature units (|C, |F and |K), which refer to points on the respective scale. Instead, we must use one of the following "units of difference": |C-change, |F-change and |K-change.

Compare the following two examples with the two above:

  • Script error: No such module "DemoTemplate". increase in temperature
  • Script error: No such module "DemoTemplate". warmer than normal

To produce multiple units in the output:

  • Script error: No such module "DemoTemplate". difference

Multiple units: 1 ft 5 in

In input

Base document § Input multiples lists options for multiple unit input (like ft,in). It can catch predefined sets only (units that can be subdivided; e.g., yd into ft):

  • {{convert|1|yd|2|ft|3|in}}Script error: No such module "convert".
  • {{convert|2|ft|3|in|cm}}Script error: No such module "convert".
  • {{convert|1|lb|5|oz|g}}Script error: No such module "convert".

In output

Available multiple-unit output options predefined, like ftin and ydftin. The full list is at § Output multiples.

  • {{convert|2|m|ftin}}Script error: No such module "convert".
  • {{convert|2|m|ft in}}Script error: No such module "convert"., using a space, returns the decimal point

Default behavior, for comparison:

  • {{convert|2|m}}Script error: No such module "convert".

See also:

  • {{hands}} a length used to measure horses
  • {{Long ton}} a weight in ton, cwt, qr and lb

Currency per unit: $/mi → $/km

Using currency symbols in a $ per unit value, you can convert the per-unit:

  • {{convert|3.39|$/USgal|$/L}}Script error: No such module "convert".
  • {{convert|10000|€/ha|€/acre}}Script error: No such module "convert".
  • {{convert|10|¢/mi|¢/km}}Script error: No such module "convert".
  • {{convert|1500|¥/lb|¥/kg}}Script error: No such module "convert".

You can also set the currency in both values using |$=€:

  • {{convert|10|$/mi|$/km|$=€}}Script error: No such module "convert".

It is not possible to convert the currency:

  • {{convert|10|$/lb|€/kg}}Script error: No such module "convert". Red XN

So, this result (mixed currencies) is not possible: $15 per mile (€8.6/km) Red XN

Using convert inside templates

For usage in template code, like infoboxes, {{Convert}} has these options:

Pre-formatting fraction input
  • Module:Convert/helper can read regular input and pre-format it into {{Convert}}-accepted input. Note this function does not have the full capabilities of the Convert template; it only converts fractions (and horse race distances)
Your template can accept |input=16 7/8 and use {{#invoke:Convert/helper|number|16 7/8}} → Script error: No such module "Convert/helper".
Using a Wikidata property
  • Adding the Wikidata property code, like code |input=P2073, to your template code automatically returns the Wikidata property for that article, and convert it. Both number and unit are read.

Note: to return that property value for an other article, use |qid=.

Example for Script error: No such module "Wd". (P2073) of [[d:Special:EntityPage/QSCRIPT ERROR: NO SUCH MODULE "PLAIN TEXT".|Script error: No such module "wd". (QSCRIPT ERROR: NO SUCH MODULE "PLAIN TEXT".)]]:

  • {{convert|input=P2073|qid={{get QID|Cessna 208 Caravan}}|ftin|abbr=on}}Script error: No such module "convert".
  • {{convert|input=P2073|qid=Q1056131|km|abbr=on}}Script error: No such module "convert".
  • {{convert|input=P2073|qid=Q1056131|km|abbr=on|disp=out}}Script error: No such module "convert".
For example see template:Infobox Telescope.

Sometimes a property may have more than one value against it in Wikidata. You can use the |qual= parameter to specify which of the values you want to use.

Example for Script error: No such module "Wd". (P2386): Note: this example uses |qid=Q1513315 (testing for Script error: No such module "wd". (Q1513315))

Parameter list

Parameter Value Description Note
|abbr=in in Use symbol for first (left-hand side) unit Unit display
|abbr=off off Use name for all units Unit display
|abbr=none none
|abbr=on on Use symbol for all units (default for {{cvt}}) Unit display
|abbr=out out Use symbol for right-hand side unit (default) Unit display
|abbr=unit unit Use symbol for all units when using scientific notation Unit display
|abbr=values values Omit both the input and output units: show only the numbers Unit display
|abbr=~ ~ Shows both unit name and symbol Unit display
|adj=mid|… mid User-specified text after the input unit; sets adj=on (adjective). Expects 1 unnamed parameter. Word adding, adjective
|adj=on on Unit name is adjective (singular and hyphenated) Grammar, adjective
|adj=pre|… pre User-specified text before input unit. Expects 1 unnamed parameter. Word adding
|adj=ri0 ri0 Round input with precision 0 Input precision
|adj=ri1 ri1 Round input with precision 1 Input precision
|adj=ri2 ri2 Round input with precision 2 Input precision
|adj=ri3 ri3 Round input with precision 3 Input precision
|comma=5 5 Only use comma for thousands separator if 5 or more digits Number format
|comma=gaps gaps Use gaps (space), not comma, for thousands separator Number format
|comma=off off No thousands separator Number format
|disp=b b Join input and output using " (...)" (default) Join values
|disp=sqbr sqbr Join input and output using " [...]" Join values
|disp=br br Join input and output using "<br/>" Join values
|disp=comma comma Join input and output using ", " Join values
|disp=or or Join input and output using " or " Join values
|disp=number number Display output number only Parts only
|disp=output number only output number only
|disp=out out Display only output number and name/symbol Parts only
|disp=output only output only
|disp=preunit|…[|…] preunit Text to be inserted after value and before units, for both input and output, with optionally different text for output. Expects 1 or 2 unnamed parameters. Word adding
|disp=table table Output is suitable for a table cell with align="right" Table columns
|disp=tablecen tablecen Output is suitable for a table cell with align="center" Table columns
|disp=unit unit Display input name/symbol only (not input number, not output) Parts only
|disp=unit2 unit2 Display output name/symbol only (not input; not output number) Parts only
|disp=x|… x Join input and output using user-specified text Word adding
|frac=N N Show imperial number in fractions, denominator=N Number format, fraction
|input=P2048 P2048 (e.g.) Reads and converts Wikidata property Inside template
|lk=in in Link left-hand side unit name or symbol Unit link
|lk=on on Link all unit names or symbols (but not twice for the same unit) Unit link
|lk=out out Link right-hand side unit name or symbol Unit link
|order=flip flip Inverts order of input, output measurements (conversion first) Order
|order=out out Displays output units in the order entered, skipping input unit Order
|qid=Q1056131 Q1056131 (e.g.) Reads Wikidata property from Wikidata item Inside template; testing
|qual=Q613628 Q613628 (e.g.) Qualify Wikidata property
|round=5 5 Rounds calculation to the nearest multiple of 5 Output precision
|round=25 25 Rounds calculation to the nearest multiple of 25 Output precision
|round=each each In a range, each number is rounded by the default rounding Output precision
|sigfig=N N Round output number to N significant figures (N is a positive integer) Output precision
|sortable=on on Adds invisible sort key Table sort
|sp=us us Use U.S. spelling ("meter" instead of default "metre") Spelling U.S. names
|spell=in in Spell input number in words Spelling numbers
|spell=In In Spell input number in words with first letter uppercase Spelling numbers
|spell=on on Spell input and output numbers in words Spelling numbers
|spell=On On Spell input and output numbers in words with first letter uppercase Spelling numbers
|$=€ Replace $-sign with a currency sign, for example in €/hectare Cost per unit
No currency conversion happens
|debug=yes yes Debugging only. In a sortable table: show the normally hidden sort key Table sort
|disp=flip flip Deprecated. Use |order=flip Order
|sing= Deprecated. Use |adj= Plurals

Deprecated options

This list: 

Deprecated options should not be used. They may produce incorrect or undesired results and there is no guarantee that they will be supported in the future.

  • disp=flip is deprecated. Use order=flip instead
  • sing= is deprecated in any situation. Use adj= instead
  • Range separator |xx| is deprecated (not MOS compliant). Use |x| instead
  • Range separator |*| is deprecated (not MOS compliant). Use |x| instead

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Convert in articles based on its TemplateData.

TemplateData for Convert

Converts measurements to other units.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Value1

The value to convert.

Numberrequired
From unit2

The unit for the provided value.

Suggested values
km2 m2 cm2 mm2 ha sqmi acre sqyd sqft sqin km m cm mm mi yd ft in kg g mg lb oz m/s km/h mph K C F m3 cm3 mm3 L mL cuft cuin U.S.gal U.S.oz psi mpgU.S. $/lb $/kg
Example
km
Stringrequired
To units3

The units to convert into. Separate units by a space for multiple outputs. In an output unit, use + for a multiplication space.

Suggested values
km2 m2 cm2 mm2 ha sqmi acre sqyd sqft sqin km m cm mm mi yd ft in kg g mg lb oz m/s km/h mph K C F m3 cm3 mm3 L mL cuft cuin U.S.gal U.S.oz psi mpgU.S. $/lb $/kg
Example
mi nmi
Stringsuggested
Precision or suffix4

Significant digits after decimal dot or, if negative, exponent of ten.

Numberoptional
Link unitslk

Indication of what units to apply wikilinks to. Use “on” for all, “in” for the input unit, “out” for the output units, or “off” for none of the units. For more fine-grained control over which units to link, use the template multiple times.

Suggested values
in out on off
Default
off
Example
on
Stringoptional
Abbreviationabbr

Display for the units: “on” to display all units using their unit symbols, “off” to display all units in full words, “in” to display the unit symbol for the input unit, “out” to display the unit symbols for the output units, “unit” to display unit symbols for both input and output units when using scientific notation, “values” for no units at all (neither unit symbols nor full words of units).

Suggested values
in off none on out unit values ~
Default
out
Example
on, unit, in, out, off
Stringsuggested
Spellingsp

Spelling of units. Use “us” to display unit names using U.S. spelling.

Example
us
Stringoptional
Adjectiveadj

Whether to use adjectival form. Use “on” for singular unit name appended by a hyphen, “mid” to put conversion at end, or “off” (default) for no adjectival form.

Suggested values
mid on pre ri0 ri1 ri2 ri3 off
Default
off
Example
on
Unbalanced wikitextoptional
Conversiondisp

Display conversion result: “or”: after ‘or’, “x”: with custom prefix and suffix, “b”: in parentheses, “table”/“tablecen”, “output only”: alone, “output number only”: alone and without unit, “unit”: not at all but input unit; if the value is a number it is used as precision.

Suggested values
b sqbr br comma semicolon or number output number only out output only preunit table tablecen unit unit2 x
Example
b
Stringoptional
Orderingorder

“flip” returns converted value first, input value second.

Suggested values
flip out
Example
flip
Stringoptional
Significant figuressigfig

Indicates the number of significant figures to be used in rounding.

Numberoptional
Rounding outputround

The type of rounding. “5” rounds the output number to nearest multiple of 5, “25” to nearest multiple of 25, “each” rounds each number in a range.

Numberoptional
Thousands separatorcomma

Sets or suppresses the use of thousands separators in the numbers. “off”: no separator; “gaps”: use space instead of comma as thousands separator; “5”: only add thousands separator when the integral part of the number uses 5 positions or more (10,000 or more; if using comma as thousands separator, 1234 would produce '1234', 12345 would produce '12,345').

Default
on
Example
off
Booleanoptional
Sort keysortable

“on” generates a hidden sort key

Example
on
Booleanoptional
Spell numbers?spell

If used, spells input or input and output numbers in words, optionally capitalizing the first

Suggested values
in In on On
Example
'in', 'In', 'on', or 'On'
Stringoptional
Singular?sing

If 'yes', uses singular form of units (deprecated)

Example
yes
Booleandeprecated
Fraction?frac

fraction as rounding unit

Numberoptional
Currency symbol$

sets currency symbol in both units

Example
$=€ will show " €10 per mile (€6.2/km)"
Stringoptional
Mach altitude (ft)altitude_ft

Mach (speed) depends on altitide

Suggested values
10000
Numberoptional
Mach altitude (m)altitude_m

Mach (speed) depends on altitude

Numberoptional
WD propertyinput

Reads the property value of the item (article), then converts it

Example
{{convert|input=P2046}} (P2046=area)
Stringoptional

See also

  • {{Cvt}}
  • {{SI units}}
  • {{Inflation}}, for converting historical prices to their current equivalent
  • {{To USD}}, for currency conversions