Šablon:Convert/dok
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Template {{convert}} calculates from one measurement unit to another one, and then presents the results formatted. For example:
{{convert|2|km|mi}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (km entered, so converted into mile){{convert|7|mi|km}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (mi entered, so converted into km)
Numbers can be rounded, units can be abbreviated into symbols:
{{convert|2|km|mi|2|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|7|mi|km|2|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Value ranges can be entered using |to|...
or |-|...
:
{{convert|2|to|5|km|mi}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2|-|5|km|mi}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Combined effect example:
{{convert|2|-|5|km|mi|2|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2|and|5|km|mi|sigfig=3|abbr=off}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Units to convert
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Enter units to convert from into:
{{convert|1|lb|kg}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- SI units generally accept prefixes, like "m" for milli (10−3), and "M" for mega (106)
- For "per" units, use "/" (slash): kg/ha
- For three-unit units, etc., see Kategorija: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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Using |abbr=in
is the reverse behaviour to the default:
{{convert|1|lb|kg|abbr=in}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
To abbreviate both or neither:
{{convert|1|lb|kg|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1|lb|kg|abbr=off}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Convenience: {{cvt}} has |abbr=on
by default
Template {{cvt}} is the same as {{convert}}, except that it has |abbr=on
as the default behaviour. In {{cvt}}, all other options are available. So:
{{cvt|1|lb|kg}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
is equivalent to:
{{convert|1|lb|kg|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Adjective: a 10-mile distance
Use |adj=on
to produce the adjectival (hyphenated) form:
A {{convert|10|mi|km|adj=on}} distance
→ A Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted distance.
Default behaviour, for comparison:
{{convert|10|mi|km}} to go
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted to go.
Even with |abbr=on
, as per Manual of Style, no hyphen is produced with unit symbols.
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedRounding: 100 ft is 30 m or 30.5 m or 30.48 m?
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted By definition, 100 ft equals Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted. 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}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|123|ft|m}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | same output as with 0 (below) |
{{convert|123|ft|m|0}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|123|ft|m|1}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|123|ft|m|2}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | The more-exact value is 37.4904 m or so, which gets converted to 37 m if this parameter is not specified at all. |
{{convert|500|ft|m|-1}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|500|ft|m}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 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}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|500|ft|m|1}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|500|ft|m|2}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | exact value is 152.4 m |
{{convert|500|ft|cm|-3}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
{{convert|500|ft|cm}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 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}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Convert supports four types of rounding:
Round to a given precision: use a precision number
Specify the desired precision with 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 1⁄10 to the power of this number. For instance, if the result is 8621 and the round number is "-2", the result will be 8600. If the result is "234.0283043" and the round number is "0", the result will be 234.
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1200|ft|m|sigfig=3}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1200|ft|m|sigfig=2}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1200|ft|m|sigfig=1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|1200|ft|m}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Setting |sigfig=
to a value less than 1 is meaningless:
{{convert|1200|ft|m|sigfig=0}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Round to a multiple of 5: 15, 20, 25, ...
Using |round=5
rounds the outcome to a multiple of 5.
{{convert|10|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10|m|ft|round=5}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Similar: using |round=25
rounds the outcome to a multiple of 25.
{{convert|10|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10|m|ft|round=25}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|10|m|ft|sigfig=4}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
In a range, one can round each value individually to the default. Use |round=each
:
{{convert|10 x 200 x 3000|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10 x 200 x 3000|m|ft|round=each}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Round to a multiple of a given fraction: 2 3⁄16 inch
Specify the desired denominator using |frac=<some positive integer>
. (Denominator is the below-the-slash number, for example the 3 in 1⁄3).
{{convert|5.56|cm|in|frac=16}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|8|cm|in|frac=4}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The fraction is reduced when possible:
{{convert|8|cm|in|frac=100}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour uses decimal notation:
{{convert|5.56|cm|in}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedRounding 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.
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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 Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted, 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=
:
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
or you set the precision positionally, relative to the decimal point (zero being at the decimal point):
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The precision of the input number in example (2) is six, so the precision of the Fahrenheit output is, 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 two 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 there is no |adj=ri-1
or similar for rounding above the decimal place. Neither is there support for significant figures, multiples of 5, 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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted(precisions are mismatched)
{{convert|4.14159|mi|km|0|adj=ri0}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted(double rounding)
Into multiple units: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Separate the multiple output units by a space:
{{convert|10|C|F K}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|5|km|mi nmi}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
If the output unit names contain spaces, use +
as the separator.
See also:
- For multiple-unit options like 1 ft 5 in, see Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted and Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted.
Ranges of values
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted 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:
Šablon:Convert/doc/range separator list
Multiple dimensions: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Use by
:
{{convert|6|by|12|ft|m}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Use ×
, multiplication sign, or x
, letter:
{{convert|6|x|12|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Lists of values: 20, 40, or 60 miles
{{convert|20|,|40|, or|60|mi}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|1|ft|3|in|mm}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Words
Spelling of unit name: UK metre or US meter?
Default spelling of units is en-UK. To show en-US spelling, use |sp=us
:
{{convert|1|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted—default{{convert|1|m|ft|sp=us}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Spell out numbers: ten miles
To write a number in words, use |spell=in
:
{{convert|10|mi|m|spell=in}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
To spell out both in and out values, use |spell=on
:
{{convert|10|mi|m|spell=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
To make first letter a capital, use |spell=In
, |spell=On
{{convert|10|mi|m|spell=In}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10|mi|m|spell=On}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Remember that the spelling of the units (ft, m) is independently set by |abbr=
. To the extreme:
{{convert|10|mi|m|spell=on|abbr=off|sp=us}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Inserted before units: 4 planted acres
{{convert|4|acre||adj=pre|planted}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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 }}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|4|acre||disp=preunit|planted |reforested-}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
After adjective unit: A Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted 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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2|metre}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2|metre|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Exception
Entering the unit spelled |foot|
forces singular output "foot", whatever the number is.
{{convert|100|foot|abbr=off}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Fractions: one-eighth of an imperial pint
The convert template also supports spelling out fractions.
{{convert|3+1/2|oz|g|spell=in}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Wrapping and line breaking
- See Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Spelling out "thousands", "millions", etc.
Most unit codes accept a prefix of e3 (thousand) or e6 (million) or e9 (billion).
{{convert|100|e6mi|e6km}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|120|e6acre}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|120|e6acre|e3km2}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
To display both input and output in scientific notation, use |abbr=on
{{convert|100|e6mi|e6km|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
To spell out "thousands", "millions", etc., |abbr=unit
abbreviates the unit; |abbr=off
displays both full unit names.
{{convert|100|e6mi|e6km|abbr=unit}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|100|e6mi|e6km|abbr=off}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Numbers
Using an SI prefix: gigameter (Gm), or micrometer (μm)
Metric prefixes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Units can have an SI prefix like G
before the unit: Gm
, and giga
before the name: gigameter
. These are plain multiplication factors.
To illustrate, these are trivial calculations (from meter to meter), showing the multiplication factor:
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The prefix can be added before the SI unit (here: unit m
for meter):
{{convert|12|Gm|mi|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedMm
: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedkm
: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedmm
: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedμm
: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedum
: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (letter "u" can be used for "μ" here)
The prefix can be used in the output unit:
{{convert|12000|mi|Mm|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|12|in|μm|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
As an exception, the non-SI unit "inch" can have the "μ" prefix too)
{{convert|12|μm|μin|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Engineering notation: 7 × 106 m
In the unit: e6m
Engineering notation can be entered as a "prefix" to the unit:
{{convert|70|e6m}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The same is possible for the output unit:
{{convert|23,000,000|ft|e6m}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Any standard unit (not a combination, multiple, or built-in unit) can have such a prefix:
e3
(thousand),e6
(million),e9
(billion),e12
(trillion),e15
(quadrillion).
Scientific notation: 1.23 × 10−14
In scientific notation, a number is written like Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted. 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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|0.00000005|atm|atm|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Input with fractions: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The number to convert can be written in fractions. Both /
(keyboard slash) and ⁄
(fraction slash) are accepted:
{{convert|1/2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1⁄2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
With positive mixed numbers (a positive integer and a fraction), use a +
sign
{{convert|2+1⁄2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
With negative mixed numbers, use a hyphen -
and repeat it:
{{convert|-2-1⁄2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Note that the following cases are not interpreted as mixed numbers:
{{convert|2-1⁄2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted. This is interpreted as a range from 2 inches to 1⁄2 inch.{{convert|-2+1⁄2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedThis is neither a mixed number nor a range, and mathematical expressions requiring calculations are not allowed here.
Output with horizontal fraction bar in: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted inch
Using a double slash (//
) returns a horizontal bar fraction:
{{convert|1//2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2+1//2|in|mm|1}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1,234,567|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1 234 567|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Set |comma=off
to remove the separator from the output:
{{convert|1234567|m|ft|comma=off}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Use |comma=gaps
to use digit grouping by gap (thin space) as a thousands separator:
{{convert|1234567|m|ft|comma=gaps}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|1234567|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Setting |comma=5
will only add the separator when the number of digits is 5 or more:
{{convert|1234|m|ft|comma=5}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1234567|m|ft|comma=5}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|1234|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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
, or
, br
, x|…
:
{{convert|10|m|ft|disp=sqbr}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10|m|ft|disp=comma}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10|m|ft|disp=or}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|10|m|ft}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Setting |disp=br
will force a new line (<br/>
)
{{convert|10|m|ft|disp=br}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Also |disp=br()
will force a new line, and keep the brackets (useful in tables):
{{convert|10|m|ft|disp=br()}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Setting |disp=x|…
allows any text as separator:
{{convert|10|m|ft|disp=x|_MyText_}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (To display spaces, use
)
Flipping (reordering) the two measurements: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Setting |order=flip
will flip (swap) the two measurements:
{{convert|1|mi|m|order=flip}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Default behaviour, for comparison:
{{convert|1|mi|m}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
When converting to multiple units, the effect is:
{{convert|10|km|mi nmi|order=flip}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|10|km|nmi mi|order=flip}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Fixed ordering of output units: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Setting |order=out
shows the output-units as ordered; the input unit is skipped:
{{convert|100|C|F C K|abbr=on|order=out}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|200|PS|kW hp|0|abbr=on|order=out}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
See also: § Displaying parts of the output.
Displaying parts of the result: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
It is possible to display only parts of the conversion result:
Convert | Output | Returns |
---|---|---|
{{convert|2|cuyd|m3}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Regular output (for comparison) |
{{convert|2|cuyd|m3|abbr=values}}
|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Input and output numbers |
{{convert|2|cuyd|m3|disp=unit}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Input unit |
{{convert|2|cuyd|m3|disp=unit|adj=on}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Input unit, adjective (hyphenated) |
{{convert|2|cuyd|cuyd|disp=out}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Input (workaround. Note repetition of unit in input) |
{{convert|2|cuyd|m3|abbr=~}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Input: both name and symbol |
{{convert|2|cuyd|m3|disp=unit2}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Output unit (symbol) |
{{convert|2|cuyd|m3|disp=unit2|abbr=off}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Output unit (name) |
{{convert|2|cuyd|m3|disp=number}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Output value |
{{convert|2|cuyd|m3|disp=out}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Output value and unit name |
{{convert|2|cuyd|m3|disp=out|abbr=off}} |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Output value and unit symbol |
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=~}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedA {{convert|2|kPa|psi|abbr=~|adj=on}} pressure
→ A Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted 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()
|
---|---|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Table columns showing numbers only
Using {convert} in a table cell, with |disp=table
splits the result over two columns:
{{convert|10|m|ft|disp=table}}
→Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
|disp=tablecen
does the same, and also centers the text:
{{convert|20|m|ft|disp=tablecen}}
→Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The units are added as a column header:
m ft |disp=table
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |disp=tablecen
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |disp=<other>
(default)Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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 style="display:none" class="sortkey">7001100000000000000♠</span>10 metres (33 ft)
- showing: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted.
Use both |disp=table
and |sortable=on
together to produce table columns (pipe symbols) for each value in sortable columns:
m ft A Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted B Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted C Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted D Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
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
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
The table below lists units supported by template {{convert}}. The list is not complete—more complete lists are linked for each dimension. A complete list is at the full list of units.
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted- Explanation - unit codes
The {{convert}} template 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 given in column 3 of the following tables, and are accepted as input by the {{convert}} template as the second and third unnamed parameters. For example, {{convert|100|kg|lb}}
produces "Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted" and {{convert|100|lb|kg}}
produces "Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted"
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 lower-case f).
The unit-codes should be treated as case-sensitive, especially in cases like {{convert|100|Mm|mm}}
, which produces "Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted".
The output of {{convert}} can display multiple converted units, if further unit-codes are specified after the second unnamed parameter (without the | separator). Typical combination output units are listed below in column 7. For example, {{convert|55|nmi|km mi}}
produces "Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted", and {{convert|1|oz|ozt g gr}}
produces "Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted".
Abridged list of units supported by {{Convert}}
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||||
---|---|---|---|---|---|---|
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
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
AREA (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | km2 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: square kilometer |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | m2 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: square meter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cm2 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: square centimeter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mm2 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: square millimeter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ha | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | sqmi | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | acre | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | sqyd | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | sqft (sqfoot) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | long code "sqfoot" outputs square foot (and never feet) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | sqin | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Other | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | sqnmi | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | dunam | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | For alternative spellings and definitions see the full list | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | tsubo | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
DENSITY (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
Metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kg/m3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | g/m3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | lb/ft3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | lb/yd3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
ENERGY (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | hJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | daJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | J | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | dJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | µJ (uJ) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | nJ | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
cgs | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Merg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kerg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | erg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Watt-hour multiples | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | TWh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
TW.h | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GWh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
GW.h | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MWh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
MW.h | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kWh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
kW.h | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Wh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
W.h | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Electron- volt multiples | ||||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GeV | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MeV | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | keV | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | eV | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | meV | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Calorie multiples | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Cal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | The thermo-chemical calorie is the default definition. For others, see the full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Mcal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kcal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mcal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
pound/ ounce-foot/ inch-hour-minute-second |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ftpdl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ftlbf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
ftlb-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | inlbf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
inlb-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | inozf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
inoz-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | hph | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
British thermal unit | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Btu | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | The International Steam Table British thermal unit is used. For others, see the full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
BTU | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
TNT-based units | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GtTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GtonTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MtTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MtonTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ktTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ktonTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | tTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | tonTNT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
Other | ||||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Eh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Ry | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | toe | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | BOE | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
cubic foot of natural gas | cuftnaturalgas (cufootnaturalgas) | Unit-code cufootnaturalgas will show "cubic foot of natural gas" if plural. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | latm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Latm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | impgalatm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USgalatm (usgalatm) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
U.S.galatm (usgalatm) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
FORCE (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GN | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MN | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kN | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | N | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mN | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | µN (uN) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | nN | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
cgs | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Mdyn | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kdyn | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | dyn (dyne) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mdyn | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Metric gravitational units | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | t-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
tf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kg-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
kgf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | g-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
gf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mg-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
mgf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Avoirdupois-based units | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | pdl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | LT-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
LTf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ST-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
STf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | lb-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
lbf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | gr-f | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
grf | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
LENGTH (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Mm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: megameter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | km | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: kilometer |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | m | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: meter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: centimeter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: millimeter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | µm (um) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: micrometer |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | nm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: nanometer |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Å (angstrom) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mi | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | furlong | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | chain | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | rd | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | For other names of this unit see the full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | fathom | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | fathom ≡ 6 ft | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | yd | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | assumes the international definition | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ft (foot) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | long code "foot" outputs foot (and never feet) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | in | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Other | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | nmi | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | the international standard nautical mile For other nautical miles see the full list. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | pc | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ly | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | AU | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
MASS (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | g | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | µg (ug) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | t | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |||
Avoirdupois | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | LT | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 2,240 lb used mostly in the British Commonwealth. Allows triple output units. See: full list. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
long ton | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ST | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 2,000 lb used mostly in the US. Allows triple output units. See: full list. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
short ton | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | st | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 14 lb used mostly in the British Commonwealth except Canada. Allows triple output units. See: full list. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | lb | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | oz | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | drachm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | dram | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | gr | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | equivalent to the troy grain | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Troy | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ozt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
other | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | carat | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
SPEED (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | m/s | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: meter per second |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | km/h | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: kilometer per hour |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mph | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ft/s (foot/s) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | long code "foot/s" outputs foot per second (and never feet) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Maritime units | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kn (knot) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
TEMPERATURE (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | K | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Allows triple output units. See: full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | °C (C) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | °R (R) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | °F (F) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||
Celsius change | C-change | Used for temperature intervals instead of actual temperatures Example: {{convert|5|C-change|0}} warmer Result: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted warmer | ||||
Fahrenheit change | F-change | Used for temperature intervals instead of actual temperatures Example: {{convert|10|F-change|0}} colder Result: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted colder Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
TORQUE (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
Industrial | ||||||
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Nm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Triple combinations are also possible. See the full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kg.m | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | lb.ft | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Scientific | ||||||
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | N.m | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Triple combinations are also possible. See the full list. | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
|
Non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kgf.m | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | lbf.ft | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
VOLUME (Full list) | ||||||
system | unit | unit- code |
abbrev- iation |
notes | sample default conversion |
combination output units |
SI | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | m3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: cubic meter one kilolitre |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cm3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: cubic centimeter one millilitre |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
cc | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mm3 | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: cubic millimeter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
non-SI metric | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: kiloliter one cubic metre |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
kL | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | l | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: liter one cubic decimetre Allows triple output units. See: full list. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
L | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: centiliter |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
cL | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ml | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | US spelling: milliliter one cubic centimetre |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
mL | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
Imperial & US customary |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cuyd | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cuft (cufoot) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | long code "cufoot" outputs cubic foot (and never feet) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | cuin | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Imperial | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | impbbl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 36 imp gal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | impbsh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 8 imp gal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
impbu | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | impgal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 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. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | impqt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/4 imp gal or 40 imp fl oz | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | imppt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/8 imp gal or 20 imp fl oz | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | impoz (impfloz) | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/160 imp gal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
US customary liquid measure |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USbbl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 31½ US gal used for liquids except for oil and beer (see the full list) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
U.S.bbl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | oilbbl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 42 US gal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USbeerbbl (usbeerbbl) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
U.S.beerbbl (usbeerbbl) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USgal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 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. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
U.S.gal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USqt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/4 US gal or 32 US fl oz | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
U.S.qt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USpt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/8 US gal or 16 US fl oz | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
U.S.pt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USoz (USfloz) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/128 US gal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
U.S.oz (U.S.floz) |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
US customary dry measure |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USdrybbl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 105/32 US bsh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |
U.S.drybbl | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USbsh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 2150.42 cubic inches by definition | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
U.S.bsh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USbu | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 2150.42 cubic inches by definition | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
U.S.bu | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USdrygal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/8 US bsh Allows triple output units. See: full list. |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| |
U.S.drygal | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
| ||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USdryqt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/32 US bsh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
U.S.dryqt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | USdrypt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | 1/32 US bsh | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||
U.S.drypt | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | ||||
PRESSURE | ||||||
unit | unit- code |
abbrev- iation |
sample default conversion |
|||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | GPa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | MPa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kPa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | hPa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Pa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mPa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mbar | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
mb | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | dbar | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | bar | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | kBa | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Ba | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | atm | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Torr | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | mmHg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | inHg | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | psi | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted | |||
FUEL EFFICIENCY | ||||||
unit | unit- code |
notes | combinations | |||
kilometres per litre | km/l (km/L) | Use km/L to get "km/L"
|
| |||
litres per 100 kilometres | l/100 km (L/100 km) | Use L/100 km to get "L/100 km"
|
| |||
litres per kilometre | l/km (L/km) | Use L/km to get "L/km"
|
| |||
miles per imperial gallon | mpgimp |
| ||||
miles per US gallon | mpgus (mpgUS, mpgU.S.) | Use mpgUS to get "US"Use |
| |||
imperial gallons per mile | impgal/mi |
| ||||
US gallons per mile | usgal/mi (USgal/mi, U.S.gal/mi) | As above with the us vs US vs U.S.
|
| |||
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).
| ||||||
POWER | ||||||
Watts, kilowatts, milliwatts, etc. are supported. As is horsepower (English & metric). Use standard abbreviations as input code (lowercase hp for horsepower, for example) | ||||||
POPULATION DENSITY | ||||||
unit | unit- code |
notes | combinations | |||
inhabitants per square kilometre | PD/sqkm | PD stands for population density, i.e. humans (inhabitants)
|
| |||
per square kilometre | /sqkm | Used when the word 'inhabitants' would be inappropriate. |
| |||
inhabitants per hectare | PD/ha |
| ||||
per hectare | /ha |
| ||||
inhabitants per square mile | PD/sqmi | PD stands for population density, i.e. humans (inhabitants)
|
| |||
per square mile | /sqmi | Used when the word 'inhabitants' would be inappropriate. |
| |||
inhabitants per acre | PD/acre |
| ||||
per acre | /acre |
| ||||
COST PER UNIT MASS | ||||||
unit | unit- code |
notes | combinations | |||
dollars per pound | $/lb | "$" can mean US$, HK$, etc. |
| |||
dollars per kilogram | $/kg |
| ||||
dollars per troy ounce | $/ozt | 12 troy ounces in 1 troy pound |
| |||
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted |
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted'per' units: kg/hl, miles per gallon
When using a slash (/
), a unit like kg/hl
is recognized as kilograms per hectolitre and will be converted with other mass/volume units.
{{convert|1000|kg/hl}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Population density (inhabitants per square mile) can be converted using
{{convert|10|PD/sqmi|PD/sqkm}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Vehicular fuel efficiency, commonly expressed in miles per gallon or litres per 100 km can also be converted
{{convert|26|mpgUS|l/100km mpgimp}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permittedUnits 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:
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (standard temperature conversion)
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (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:
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted increase in temperature
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted warmer than normal
To produce multiple units in the output:
- Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted difference
Multiple units: 1 ft 5 in
In input
Base document Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted 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}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2|ft|3|in|cm}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1|lb|5|oz|g}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
In output
Available multiple-unit output options predefined, like ftin
and ydftin
. The full list is at Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted.
{{convert|2|m|ftin}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|2|m|ft in}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted, using a space, returns the decimal point
Default behaviour, for comparison:
{{convert|2|m}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
See also:
Currency per unit: $/mi → $/km
Using currency symbols in a $ per unit value, you can convert the per-unit:
{{convert|10|$/mi|$/km}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|1500|$/ozt|$/g}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
You can set the currency in both values using |$=€
:
{{convert|10|$/mi|$/km|$=€}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
It is not possible to convert the currency. So, this result (mixed currencies) is not possible: $15 per mile (€8.6/km)
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.
- Your template can accept
|input=16 7/8
and use {{#invoke:Convert/helper|number|16 7/8}} → Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- 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 Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (P2073):
Note: this example uses |qid=Q1056131
(testing for [Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted (Q1056131)])
{{convert|input=P2073|qid=Q1056131|ftin|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|input=P2073|qid=Q1056131|km|abbr=on}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted{{convert|input=P2073|qid=Q1056131|km|abbr=on|disp=out}}
→ Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
- For example see template:Infobox Telescope.
Parameter list
Šablon:Convert/doc/parameter list
Deprecated options
Šablon:Convert/doc/deprecations list
TemplateData
TemplateData за Convert
Converts measurements to other units.
Parametar | Opis | Vrsta | Status | |
---|---|---|---|---|
Value | 1 | The value to convert. | broj | obavezno |
From unit | 2 | The unit for the provided value.
| kratak tekst | obavezno |
To units | 3 | The units to convert into. Separate units by a space for multiple outputs. In an output unit, use + for a multiplication space.
| tekst | predloženo |
Precision or suffix | 4 | Significant digits after decimal dot or, if negative, exponent of ten. | broj | neobavezno |
Link units | lk | 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.
| tekst | neobavezno |
Abbreviation | abbr | 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).
| tekst | predloženo |
Spelling | sp | Spelling of units. Use “us” to display unit names using U.S. spelling.
| tekst | neobavezno |
Adjective | adj | 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.
| uslovni izraz | neobavezno |
Conversion | disp | 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.
| tekst | zastarelo |
Ordering | order | “flip” returns converted value first, input value second.
| tekst | neobavezno |
Significant figures | sigfig | Indicates the number of significant figures to be used in rounding. | broj | neobavezno |
Rounding output | round | 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. | broj | neobavezno |
Thousands separator | comma | Sets or suppresses the use of thousands separators in the numbers. “off”: no separator; “gaps”: use space instead of comma as thousands separator; “5” and “gaps5”: 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').
| tekst | neobavezno |
Sort key | sortable | “on” generates a hidden sort key
| tekst | neobavezno |
spell numbers? | spell | If used, spells input or input and output numbers in words, optionally capitalizing the first
| tekst | neobavezno |
singular | sing | If 'yes', uses singular form of units (deprecated)
| tekst | zastarelo |
fraction | frac | fraction as rounding unit | broj | neobavezno |
currency symbol | $ | sets currency symbol in both units
| tekst | neobavezno |
WD property | input | Reeds the property value of the item (article), then converts it
| tekst | neobavezno |
See also
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted