Шаблон:Convert-lat/док

Iz Vojne Enciklopedije
< Шаблон:Convert-latОво је најновија верзија ове странице; нема одобрених измена.
Пређи на навигацију Пређи на претрагу

Lua error: Cannot create process: proc_open(/dev/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-lat}} calculates measurements from one unit (you can enter) to another one, and then presents the results. For example:

{{convert-lat|2|km|mi}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{convert-lat|7|mi|km}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

The available units are listed below. Units are always case-sensitive (kW, not KW or kw). Multiple formatting and calculation options are listed below.

Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

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

By default, the first value shows unit name spelled out, the second the symbol (or abbreviation). Use |abbr=on/off to change this behaviour:

  • {{convert-lat|1|lb|kg}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

To abbreviate both:

  • {{convert-lat|1|lb|kg|abbr=on}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1|lb|kg|abbr=off}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

|abbr=in is the reverse behaviour to the default, |abbr=out:

  • {{convert-lat|1|lb|kg|abbr=in}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

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

Template {{cvt-lat}} is similar to {{convert-lat}}, but has |abbr=on as the default behaviour. In {{cvt-lat}}, all other options are available. So:

{{cvt-lat|1|lb|kg}}Шаблон:Cvt-lat

is equal to:

{{convert-lat|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 adjective form:

  • A {{convert-lat|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-lat|10|mi|km}} to goLua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted to go.

This option does not work with |abbr=on.

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

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-lat}} 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 figures, whichever is more precise. An exception to this is rounding temperatures (see below).

Examples of rounding
Input Displays as Note
{{convert-lat|123|ft|m|-1}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{convert-lat|123|ft|m|0}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{convert-lat|123|ft|m|1}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{convert-lat|550|ft|m|0}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Approximate value is 167.64 m
{{convert-lat|550|ft|m}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Rounds to 170, when approximate value is 167.64 m
{{convert-lat|500|ft|m|0}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Approximate value is 152.4 m
{{convert-lat|500|ft|m}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Rounds to 150, when approximate value is 152.4 m

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 ​110 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-lat|1200|ft|m|sigfig=4}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1200|ft|m|sigfig=3}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1200|ft|m|sigfig=2}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|1200|ft|m}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

Setting |sigfig= is meaningless

  • {{convert-lat|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-lat|10|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|10|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|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-lat|10 x 200 x 3000|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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 316 inch

Specify the desired denominator using |frac=<some positive integer>. (Denominator is the below-the-slash number, for example the 3 in ​13).

  • {{convert-lat|5.56|cm|in|frac=16}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|8|cm|in|frac=100}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

Default behaviour, for comparison:

  • {{convert-lat|8|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 permittedIn temperatures: rounding °C, °F and K

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

  1. Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  2. Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  3. Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  4. Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  5. Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  6. 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 into five significant output digits because of the two numbers 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.

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-lat|10|C|F K}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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:

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:
Шаблон: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-lat|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-lat|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-lat|6|x|12|m|ft|abbr=on}}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-lat|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-lat|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-lat|1|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitteddefault
{{convert-lat|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-lat|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-lat|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-lat|10|mi|m|spell=In}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|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-lat|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-lat|4|acre||disp=preunit|planted }}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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

{{convert-lat|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-lat|1|metre}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|2|metre}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|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-lat|1/4|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-lat|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

Numbers

Using an SI prefix: gigameter (Gm), or micrometer (μm)

Metric prefixes
Text Symbol Factor
yotta Y 1024
zetta Z 1021
exa E 1018
peta P 1015
tera T 1012
giga G 109
mega M 106
kilo k 103
hecto h 102
deca da 101
(none) (none)  1
deci d 10−1
centi c 10−2
milli m 10−3
micro μ 10−6
nano n 10−9
pico p 10−12
femto f 10−15
atto a 10−18
zepto z 10−21
yocto y 10−24
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-lat|12|Gm|mi|abbr=on}}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
  • km: 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
  • μm: Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • um: 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-lat|12000|mi|Mm|abbr=on}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|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 number notations like 7E6 (for 7 × 106) can be entered as a "prefix" to the unit:

  • {{convert-lat|7|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-lat|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-lat}}, 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-lat|12.3e-15|atm|atm|abbr=on}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|1/2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1⁄2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

With integers, use a + sign

  • {{convert-lat|2+1⁄2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

When negative, use a hyphen - and repeat it:

  • {{convert-lat|-2-1⁄2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|2-1⁄2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Note: this is read as a range
  • {{convert-lat|-2+1⁄2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Red XN Should be a number, not an expression (do not require a calculation)

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-lat|1//2|in|mm|1}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|1234567|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1,234,567|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1 234 567|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Red XN

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

  • {{convert-lat|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-lat|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-lat|1234567|m|ft}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

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

  • {{convert-lat|1234|m|ft|comma=5}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1234567|m|ft|comma=5}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1234|m|ft|comma=gaps5}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|1234567|m|ft|comma=gaps5}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

Default behaviour, for comparison:

  • {{convert-lat|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-lat|10|m|ft|disp=sqbr}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|10|m|ft|disp=comma}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|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-lat|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:

  • {{convert-lat|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-lat|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 &nbsp;)

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-lat|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-lat|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-lat|10|km|mi nmi|order=flip}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|10|km|nmi mi|order=flip}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

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 Description
{{convert-lat|2|cuyd|m3}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Default behaviour, for comparison
{{convert-lat|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-lat|2|cuyd|m3|disp=unit}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Input unit
{{convert-lat|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-lat|2|cuyd|cuyd|0|disp=out|abbr=off}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Input (workaround)
{{convert-lat|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-lat|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-lat|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-lat|2|cuyd|m3|disp=number}} Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Output value
{{convert-lat|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
{{convert-lat|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

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

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

  • {{convert-lat|2|kPa|psi|abbr=~}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • A {{convert-lat|2|kPa|psi|abbr=~|adj=on}} pressureA 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()

Table columns showing numbers only

Using {convert} in a table cell, with |disp=table splits the result over two columns:

{{convert-lat|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-lat|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)

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-lat|10|m|ft|sortable=on}} → <span style="display:none">7001100000000000000</span>10 metres (33&nbsp;ft)

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

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
  • km2 sqmi
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
  • m2 sqft
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
  • cm2 sqin
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
  • mm2 sqin
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
  • sqmi km2
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
  • sqft m2 (sqfoot m2)
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
  • sqin cm2
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
  • kg/m3 lb/ft3 (kg/m3 lb/cuft)
  • kg/m3 lb/yd3 (kg/m3 lb/cuyd)
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
  • g/m3 kg/m3
  • g/m3 lb/ft3 (g/cm3 lb/cuft)
  • g/m3 lb/yd3 (g/cm3 lb/cuyd)
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
  • lb/ft3 kg/m3 (lb/cu ft g/m3)
  • lb/ft3 g/m3 (lb/cu ft g/m3)
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
  • lb/yd3 kg/m3 (lb/cuyd kg/m3)
  • lb/yd3 g/m3 (lb/cuyd g/m3)

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
  • GN LT-f
  • GN LTf
  • GN ST-f
  • GN STf
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
  • MN LT-f
  • MN LTf
  • MN ST-f
  • MN STf
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
  • kN LT-f
  • kN LTf
  • kN ST-f
  • kN STf
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
  • N lb-f
  • N lbf
  • N oz-f
  • N ozf
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
  • mN oz-f
  • mN ozf
  • mN gr-f
  • mN grf
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
  • µN gr-f
  • µN grf
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
  • nN gr-f
  • nN grf
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
  • LT-f ST-f
LTf Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • LTf STf
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
  • ST-f LT-f
STf Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • STf LTf
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
  • km mi
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
  • m ft
  • m ftin
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
  • cm in
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
  • mm in
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
  • mi km
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
  • ftin (feet and inches)
  • ft m (foot m)
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
  • in cm
  • in mm
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
  • kg lb
  • kg st
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
  • g oz
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
  • mg gr
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
  • t LT
  • t ST
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
  • MT LT
  • MT ST
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
  • LT t
  • LT MT
  • LT ST
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
  • ST t
  • ST MT
  • ST LT
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
  • st kg
  • st lb
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
  • lb kg
  • lb st
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
  • oz g
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
  • m/s ft/s (m/s foot/s)
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
  • km/h mph
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
  • mph km/h
  • mph kn
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
  • ft/s m/s
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
  • kn mph

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
  • K °C (K C)
  • K °R (K R)
  • K °F (K F)
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
  • °C K (C K)
  • °C °R (C R)
  • °C °F (C F)
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
  • °R K (R K)
  • °R °C (R C)
  • °R °F (R F)
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
  • °F K (F K)
  • °F °C (F C)
  • °F °R (F R)
Celsius change C-change Used for temperature intervals instead of actual temperatures
Example:  {{convert|5|C-change|0}} warmer
Result: 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
  • Nm kg.m
  • Nm lb.ft
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
  • kg.m Nm
  • kg.m lb.ft
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
  • lb.ft Nm
  • lb.ft kg-m
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
  • N.m kgf.m
  • N.m lbf.ft
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
  • kgf.m N.m
  • kgf.m lbf.ft
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
  • lbf.ft N.m
  • lbf.ft kgf.m

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 impgal
  • l USgal
  • l U.S.gal
  • l USdrygal
  • l U.S.drygal
L Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • L impgal
  • L impqt
  • L USgal
  • L U.S.gal
  • L USdrygal
  • L U.S.drygal
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 impoz
  • ml USoz
  • ml U.S.oz
mL Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • mL impoz
  • mL USoz
  • mL U.S.oz
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
  • impgal l
  • impgal L
  • impgal USgal
  • impgal U.S.gal
  • impgal USdrygal
  • impgal U.S.drygal
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
  • impoz USoz
  • impoz U.S.oz
  • impoz ml
  • impoz mL
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
  • USgal l
  • USgal L
  • USgal impgal
U.S.gal Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • USgal l
  • USgal L
  • USgal impgal
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
  • USoz ml
  • USoz mL
  • USoz impoz
U.S.oz
(U.S.floz)
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • U.S.oz ml
  • U.S.oz mL
  • U.S.oz impoz
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
  • USdrygal l
  • USdrygal L
  • USdrygal impgal
U.S.drygal Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • U.S.drygal l
  • U.S.drygal L
  • U.S.drygal impgal
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"
  • km/l mpgimp
  • km/l mpgus
litres per 100 kilometres l/100 km (L/100 km) Use L/100 km to get "L/100 km"
  • l/100 km mpgimp
  • l/100 km mpgus
litres per kilometre l/km (L/km) Use L/km to get "L/km"
  • l/km impgal/mi
  • l/km usgal/mi
miles per imperial gallon mpgimp
  • mpgimp mpgus
miles per US gallon mpgus (mpgUS, mpgU.S.) Use mpgUS to get "US"

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

  • mpgus mpgimp
imperial gallons per mile impgal/mi
  • impgal/mi
US gallons per mile usgal/mi (USgal/mi, U.S.gal/mi) As above with the us vs US vs U.S.
  • usgal/mi
The mpgUS, mpgU.S., USgal/mi vs U.S.gal/mi, km/L, L/100 km and L/km variants work within combinations also (making 36 combinations in total).
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)
  • PD/sqkm PD/sqmi
per square kilometre /sqkm Used when the word 'inhabitants' would be inappropriate.
  • /sqkm /sqmi
inhabitants per hectare PD/ha
  • PD/ha PD/acre
per hectare /ha
  • /ha /acre
inhabitants per square mile PD/sqmi PD stands for population density, i.e. humans (inhabitants)
  • PD/sqmi PD/sqkm
per square mile /sqmi Used when the word 'inhabitants' would be inappropriate.
  • /sqmi /sqkm
inhabitants per acre PD/acre
  • PD/acre PD/ha
per acre /acre
  • /acre /ha
COST PER UNIT MASS
unit unit-
code
notes combinations
dollars per pound $/lb "$" can mean US$, HK$, etc.
  • (none)
dollars per kilogram $/kg
  • (none)
dollars per troy ounce $/ozt 12 troy ounces in 1 troy pound
  • (none)

Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

'per' units: kg/hl

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-lat|1000|kg/hl}}Lua error: Cannot create process: proc_open(/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: 10 °C higher; how much in °F

When a number is the measurement for a difference, one conversion is done. This may occur in temperatures (°C, °F, K). Compare this to a range, when two conversions are done.

The only available units of difference are: |C-change=, |F-change= and |K-change=.

  • Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted, regular temperature
  • Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted, difference (e.g., "The temperature changed from 30 into 40 °C")
  • Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted, range (e.g., "The temperature is between 10 and 15 °C")

Consistently, into multiple units:

  • A rise of {{convert-lat|10|C-change|F-change K-change}} → A rise of Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

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-lat|1|yd|2|ft|3|in}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|2|ft|3|in|cm}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|2|m|ftin}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{convert-lat|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-lat|2|m}}Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted

See also:

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

Currency per unit: $/mi → $/km

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

  • {{convert-lat|10|$/mi|$/km}}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-lat|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) Red XN

Parameter list

Шаблон:Convert/doc/parameter list

Deprecated options

Шаблон:Convert/doc/deprecations list

TemplateData

Ovo je TemplateData dokumentacija za ovaj šablon, korišćena u Vizuelnom uređivaču i u drugim alatkama; pogledajte mesečni izveštaj o greškama za ovaj šablon.

TemplateData za Convert-lat

Converts measurements to other units.

Параметри шаблона

ПараметарОписВрстаСтатус
value1

the value to convert

бројнеобавезно
from unit2

кратак текстнеобавезно
to units3

the unit to convert into

кратак текстнеобавезно
precision or suffix4

significant digits after decimal dot or, if negative, exponent of ten

бројнеобавезно
link unitslk

“on” all, “in” input, “out” output or “off” no units

Подразумевано
off
кратак текстнеобавезно
abbreviationabbr

display for the units: “on” unit symbols, “off” all unit names in full words, “in” input unit symbol, “out” abbreviated output units, “values” no units at all

Подразумевано
out
кратак текстнеобавезно
spellingsp

“us” display U.S. spelling of unit names

кратак текстнеобавезно
adjectiveadj

adjective form (singular unit name appended by hyphen) “on” or “mid” to put conversion at end

кратак текстнеобавезно
conversiondisp

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

Подразумевано
b
кратак текстнеобавезно
orderingorder

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

кратак текстнеобавезно
significant figuressigfig

number that sets the number of significant figures

бројнеобавезно
rounding outputround

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

кратак текстнеобавезно
thousands separatorcomma

Sets or suppresses thousand separator in the numbers. “off” = no separator; “gaps”: use space not comma; “5” and “gaps5”: only add separator when number > 5 positions (10,000 or more)

Подразумевано
on
кратак текстнеобавезно
sort keysortable

“on” generates a hidden sort key

кратак текстнеобавезно

See also

Шаблон:Convert navs-lat