Template:Convert/doc

From MediaWiki
Jump to: navigation, search

{{#ifeq:convert/doc |doc

    | 

{{#ifeq:show |show

         | {{#invoke:Message box|mbox}}
        }}{{#if: |
         |   {{#ifexist:Template:Convert/doc
                  | [[Category:{{#switch:Template |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
                  |
                 }}
        }}
    | 
   }}

{{#ifeq:Template:Convert/doc|Template:Convert|{{#invoke:Message box|ombox}}}} {{#invoke:Message box|ombox}} {{#invoke:Lua banner|main}} Template {{convert}} calculates measurements from one unit (you can enter) to another one, and then presents the results. For example:

{{convert|2|km|mi}} → {{safesubst:#invoke:convert|convert}}
{{convert|7|mi|km}} → {{safesubst:#invoke:convert|convert}}

The available units are listed below. Units are case-sensitive always ({{#ifeq:Template||Template:FormattingError|kW}}, not {{#ifeq:Template||Template:FormattingError|KW}} and not {{#ifeq:Template||Template:FormattingError|kw}}). Multiple formatting and calculation options are listed below.

{{#invoke:Hatnote|hatnote}}

Contents

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

By default, the first value shows unit name, the second the symbols (= abbreviation). Use |{{#if:abbr|abbr=}}on/off to change this behaviour:

{{convert|1|lb|kg}} → {{safesubst:#invoke:convert|convert}} (To compare; default: first value shows unit name)
{{convert|1|lb|kg|abbr=on}} → {{safesubst:#invoke:convert|convert}}
{{convert|1|lb|kg|abbr=off}} → {{safesubst:#invoke:convert|convert}}
  • |{{#if:abbr|abbr=}}in toggles the default behaviour (|{{#if:abbr|abbr=}}out):
{{convert|1|lb|kg|abbr=in}} → {{safesubst:#invoke:convert|convert}}

[edit] Adjective: a 10-mile distance

Use |{{#if:adj|adj=}}on to produce the adjective form. The difference:

{{convert|10|mi|km}} to go → {{safesubst:#invoke:convert|convert}} to go. (To compare, default)
A {{convert|10|mi|km|adj=on}} distance → A {{safesubst:#invoke:convert|convert}} distance. (Adjective form)

[edit] Rounding: 100 ft is 30 m or 30.5 m or 30.48 m?

By definition, 100 ft equals {{safesubst:#invoke:convert|convert}}. In practical use, it is common to round the calculated metric number. With that, there are several possibilities.

[edit] Default rounding

By 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|123|ft|m|-1}} convert}}
{{convert|123|ft|m|0}} convert}}
{{convert|123|ft|m|1}} convert}}
{{convert|550|ft|m|0}} convert}} Approximate value is 167.64 m
{{convert|550|ft|m}} convert}} Rounds to 170, when approximate value is 167.64 m
{{convert|500|ft|m|0}} convert}} Approximate value is 152.4 m
{{convert|500|ft|m}} convert}} Rounds to 150, when approximate value is 152.4 m

Convert supports four types of rounding:

[edit] Round to a given precision: use |{{#if:precision|precision=}}

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 power of {{#if:

|10 {{{2}}}{{{3}}}
|{{#if:
 |10{{{2}}}
 |{{#if:10
  |110
  |⁄
 }}
}}

}} 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.

[edit] Round to a given number of significant figures: use |{{#if:sigfig|sigfig=}}

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

  • To compare: {{convert|1200|ft|m}} → {{safesubst:#invoke:convert|convert}}
  • {{convert|1200|ft|m|sigfig=4}} → {{safesubst:#invoke:convert|convert}}
  • {{convert|1200|ft|m|sigfig=3}} → {{safesubst:#invoke:convert|convert}}
  • {{convert|1200|ft|m|sigfig=2}} → {{safesubst:#invoke:convert|convert}}
  • {{convert|1200|ft|m|sigfig=1}} → {{safesubst:#invoke:convert|convert}}

Setting |{{#if:sigfig|sigfig=}} is meaningless

  • {{convert|1200|ft|m|sigfig=0}} → {{safesubst:#invoke:convert|convert}}

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

Using |{{#if:round|round=}}5 rounds the outcome to a multiple of 5.

{{convert|10|m|ft}} → {{safesubst:#invoke:convert|convert}}
{{convert|10|m|ft|round=5}} → {{safesubst:#invoke:convert|convert}}

Similar: using |{{#if:round|round=}}25 rounds the outcome to a multiple of 25.

{{convert|10|m|ft}} → {{safesubst:#invoke:convert|convert}}
{{convert|10|m|ft|round=25}} → {{safesubst:#invoke:convert|convert}}
To compare: {{convert|10|m|ft|sigfig=4}} → {{safesubst:#invoke:convert|convert}}

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

{{convert|10 x 200 x 3000|m|ft}} → {{safesubst:#invoke:convert|convert}}
{{convert|10 x 200 x 3000|m|ft|round=each}} → {{safesubst:#invoke:convert|convert}}

===Round to a multiple of a given fraction: {{#if:16

|2 316
|{{#if:3
 |23
 |{{#if:2
  |12
  |⁄
 }}
}}

}} inch=== Specify the desired denominator using |{{#if:frac|frac=}}<some positive integer>. (Denominator is the below-the-slash number, for example the 3 in {{#if:

|1 3{{{3}}}
|{{#if:3
 |13
 |{{#if:1
  |11
  |⁄
 }}
}}

}}).

{{convert|5.56|cm|in|frac=16}} → {{safesubst:#invoke:convert|convert}}
{{convert|8|cm|in|frac=4}} → {{safesubst:#invoke:convert|convert}}

The fraction is reduced when possible:

{{convert|8|cm|in|frac=100}} → {{safesubst:#invoke:convert|convert}}
{{convert|8|cm|in}} → {{safesubst:#invoke:convert|convert}} (To compare)

[edit] {{safesubst:#invoke:anchor|main}}Rounding the temperatures °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.

{{convert|10|C|F K}} → {{safesubst:#invoke:convert|convert}}

Note

For a temperature difference, like to convert "A rise of 10 °C", use |{{#if:C-change|C-change=}}10 &tc.
{{convert|10|C-change|F-change K-change}} → A rise of {{safesubst:#invoke:convert|convert}}

[edit] Into multiple units: {{safesubst:#invoke:convert|convert}}

Separate the multiple output units by a space:

{{convert|10|C|F K}} → {{safesubst:#invoke:convert|convert}}
{{convert|5|km|mi nmi}} → {{safesubst:#invoke:convert|convert}}

[edit] Ranges of values

[edit] 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:

[}}
  • [[{{#switch:
#default = Convert/doc/range separator list =
   {{#ifeq:  | 
Template:Convert/doc/range separator list Convert/doc/range separator list
   }}
}}|{{#if:|v|view}}]]
  • [[|{{#if:|t|talk}}]]
  • {{#if:||
  • [{{fullurl:{{#switch:
  • #default = Convert/doc/range separator list =
       {{#ifeq:  | 
    
    Template:Convert/doc/range separator list Convert/doc/range separator list
       }}
    
    }}|action=edit}} {{#if:|e|edit}}]}}{{#if:|]}}Range separators in {{convert}}
    Separator Convert Result Notes
    - {{convert|3|-|6|ft}} convert}} Input can be hyphen (-) or en dash (–), output uses en dashes
    - &ndash;(en dash) {{convert|3|–|6|ft}} convert}}
    and {{convert|3|and|6|ft}} convert}}
    and&& {{convert|3|&|6|ft}} convert}} Same as and
    and(-) {{convert|3|and(-)|6|ft}} convert}} |{{#if:abbr|abbr=}}on alters the punctuation
    and(-)|abbr=on {{convert|3|and(-)|6|ft|abbr=on}} convert}}
    or {{convert|3|or|6|ft}} convert}}
    to {{convert|3|to|6|ft}} convert}}
    to(-) {{convert|3|to(-)|6|ft}} convert}} |{{#if:abbr|abbr=}}on alters the punctuation
    to(-)|abbr=on {{convert|3|to(-)|6|ft|abbr=on}} convert}}
    to about {{convert|3|to about|6|ft}} convert}}
    +/- {{convert|3|+/-|6|ft}} convert}}
    +/-± &plusmn; {{convert|3|±|6|ft}} convert}}
    + {{convert|3|+|6|ft}} convert}}
    , {{convert|3|,|6|ft}} convert}}
    , and {{convert|3|, and|6|ft}} convert}}
    , or {{convert|3|, or|6|ft}} convert}}
    by {{convert|3|by|6|ft}} convert}}
    x {{convert|3|x|6|ft}} convert}} Scientific notation.
    |{{#if:abbr|abbr=}}on alters the punctuation
    × &times; {{convert|3|×|6|ft}} convert}}
    x|abbr=on {{convert|3|x|6|ft|abbr=on}} convert}}
    xx {{#ifeq:Template Template:FormattingError||xx|}} is deprecated. Use {{#ifeq:Template Template:FormattingError||x|}} instead
    * {{#ifeq:Template Template:FormattingError||*|}} is deprecated. Use {{#ifeq:Template Template:FormattingError||x|}} instead
    to- {{#ifeq:Template Template:FormattingError||to-|}} is deprecated. Use {{#ifeq:Template Template:FormattingError||to(-)|}} instead
    & {{#ifeq:Template Template:FormattingError||&|}} is deprecated. Use {{#ifeq:Template Template:FormattingError||and|}} instead
    abbr=mos {{#ifeq:Template Template:FormattingError||abbr=mos}} is deprecated. Use {{#ifeq:Template Template:FormattingError||x|}} or {{#ifeq:Template Template:FormattingError||by|}} instead


    [edit] Multiple dimensions: {{safesubst:#invoke:convert|convert}}

    Use "by"
    {{convert|6|by|12|ft|m}} → {{safesubst:#invoke:convert|convert}}
    Use "×" or ""x""
    {{convert|6|x|12|m|ft}} → {{safesubst:#invoke:convert|convert}}

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

    {{convert|6|x|12|m|ft|abbr=on}} → {{safesubst:#invoke:convert|convert}}

    [edit] About feet, inch in ranges and multiples

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

    • {{convert|1|ft|3|in|mm}} → {{safesubst:#invoke:convert|convert}} (to compare)
    • {{convert|1|ft|3|in|x|3|ft|5|in|mm}} → {{safesubst:#invoke:convert|convert}}

    [edit] Words

    [edit] Spelling of unit name: UK metre or US meter?

    Default spelling of units is en-UK. To show en-US spelling, use |{{#if:sp|sp=}}us:

    {{convert|1|m|ft}} → {{safesubst:#invoke:convert|convert}} -- default
    {{convert|1|m|ft|sp=us}} → {{safesubst:#invoke:convert|convert}}

    [edit] Spell out numbers: ten miles

    To write a number in words, use |{{#if:spell|spell=}}in:

    {{convert|10|mi|m|spell=in}} → {{safesubst:#invoke:convert|convert}}

    To spell out both in and out values, use |{{#if:spell|spell=}}on:

    {{convert|10|mi|m|spell=on}} → {{safesubst:#invoke:convert|convert}}

    To make first letter a capital, use |{{#if:spell|spell=}}In, |{{#if:spell|spell=}}On

    {{convert|10|mi|m|spell=In}} → {{safesubst:#invoke:convert|convert}}
    {{convert|10|mi|m|spell=On}} → {{safesubst:#invoke:convert|convert}}

    Remember that the spelling of the units (ft, m) is independently set by |{{#if:abbr|abbr=}}. To the extreme:

    {{convert|10|mi|m|spell=on|abbr=off|sp=us}} → {{safesubst:#invoke:convert|convert}}

    [edit] Extra words: 4 planted acres

    Incomplete section
    {{convert|4|acre||adj=pre|planted}} → {{safesubst:#invoke:convert|convert}}

    [edit] Extra adjective words: A {{safesubst:#invoke:convert|convert}} corridor

    {{convert|4|ft|m|adj=mid|-long}} → {{safesubst:#invoke:convert|convert}}

    [edit] Plurals: 1 inch, 2 inches

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

    • {{convert|1|metre}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|2|metre}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|2|metre|abbr=on}} → {{safesubst:#invoke:convert|convert}}
    Exception

    Entering the unit spelled |foot| forces singular output "foot", whatever the number is.

    • {{convert|100|foot|abbr=off}} → {{safesubst:#invoke:convert|convert}}

    [edit] Grammatical construction: The 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons

    This example is from article Fort McHenry:

    The American defenders had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons. {{#if: |

    — {{{2}}}{{#if: |, {{{3}}} }}{{#if: |, {{{4}}} }}

    }}

    This formatted result is not possible straightforward by using {{{{#if:convert|convert| tlf|...}}{{#ifeq:x|| |{{{2}}} | }}{{#ifeq:x|| |{{{3}}} | }}{{#ifeq:x|| |{{{4}}} | }}{{#ifeq:x|| |{{{5}}} | }}{{#ifeq:x|| |{{{6}}} | }}{{#ifeq:x|| |{{{7}}} | }}{{#ifeq:x|| |{{{8}}} | }}{{#ifeq:x|| |{{{9}}} | }}}}. However, it can be made in three steps.

    Step 1: Enter the input numbers and units in {{{{#if:convert|convert| tlf|...}}{{#ifeq:x|| |{{{2}}} | }}{{#ifeq:x|| |{{{3}}} | }}{{#ifeq:x|| |{{{4}}} | }}{{#ifeq:x|| |{{{5}}} | }}{{#ifeq:x|| |{{{6}}} | }}{{#ifeq:x|| |{{{7}}} | }}{{#ifeq:x|| |{{{8}}} | }}{{#ifeq:x|| |{{{9}}} | }}}} just to get the calculated output:
    • had {{convert|18 |, |24 |, |32 |lb |kg |0 }} cannons
    → had {{safesubst:#invoke:convert|convert}} cannons
    The core conversion should look good now. You can save this (or preview).
    Step 2: We need the resulting text in plain code in the page, not as a {{{{#if:convert|convert| tlf|...}}{{#ifeq:...|...| |... | }}{{#ifeq:x|| |{{{3}}} | }}{{#ifeq:x|| |{{{4}}} | }}{{#ifeq:x|| |{{{5}}} | }}{{#ifeq:x|| |{{{6}}} | }}{{#ifeq:x|| |{{{7}}} | }}{{#ifeq:x|| |{{{8}}} | }}{{#ifeq:x|| |{{{9}}} | }}}} template.
    For this, add subst:<code> to the template name (for 'substitute') :
    • <code>had {{subst:convert|18 |, |24 |, |32 |lb |kg |0 }} cannons
    As a check: the preview result should show the conversion correct, with the numbers still right.
    Now save this.
    → had 18, 24, 32 pounds (8, 11, 15 kg) cannons
    Step 3: When opening the edit screen again, you'll see that the text is there in code. The template {{{{#if:convert|convert| tlf|...}}{{#ifeq:...|...| |... | }}{{#ifeq:x|| |{{{3}}} | }}{{#ifeq:x|| |{{{4}}} | }}{{#ifeq:x|| |{{{5}}} | }}{{#ifeq:x|| |{{{6}}} | }}{{#ifeq:x|| |{{{7}}} | }}{{#ifeq:x|| |{{{8}}} | }}{{#ifeq:x|| |{{{9}}} | }}}} itself has disappeared. You can change the text as needed. The edit screen text is:
    had 18,&nbsp;24,&nbsp;32 pounds (8,&nbsp;11,&nbsp;15&nbsp;kg) cannons
    You can edit this text to add the grammar:
    • had 18-,_24-_and_32-pounder (8,&nbsp;11_and_15&nbsp;kg) cannons
    After saving your edit, it shows:
    → "had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons".

    [edit] Numbers

    [edit] 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
    [}}
    • [[{{#switch:
    #default = Sidebar metric prefixes =
       {{#ifeq:  | 
    
    Template:Sidebar metric prefixes Sidebar metric prefixes
       }}
    
    }}|{{#if:1|v|view}}]]
  • [[|{{#if:1|t|talk}}]]
  • {{#if:||
  • [{{fullurl:{{#switch:
  • #default = Sidebar metric prefixes =
       {{#ifeq:  | 
    
    Template:Sidebar metric prefixes Sidebar metric prefixes
       }}
    
    }}|action=edit}} {{#if:1|e|edit}}]}}{{#if:|]}}

    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:

    • {{safesubst:#invoke:convert|convert}}
    • {{safesubst:#invoke:convert|convert}}

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

    • {{convert|12|Gm|mi|abbr=on}} → {{safesubst:#invoke:convert|convert}}
    • Mm: {{safesubst:#invoke:convert|convert}}
    • km: {{safesubst:#invoke:convert|convert}}
    • mm: {{safesubst:#invoke:convert|convert}}
    • μm: {{safesubst:#invoke:convert|convert}}
    • um: {{safesubst:#invoke:convert|convert}} (letter "u" can be used for "μ" here)

    The prefix can be used in the output unit:

    • {{convert|12000|mi|Mm|abbr=on}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|12|in|μm|abbr=on}} → {{safesubst:#invoke:convert|convert}}

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

    • {{convert|12|μm|μin|abbr=on}} → {{safesubst:#invoke:convert|convert}}
    {{#invoke:further|further}}

    [edit] Engineering notation: 7 × 106 m

    [edit] In the unit: e6m

    Engineering number notations like 7E6 (for 7 × 106) can be entered as a "prefix" to the unit:

    {{convert|7|e6m}} → {{safesubst:#invoke:convert|convert}}

    The same is possible for the output unit:

    {{convert|23,000,000|ft|e6m}} → {{safesubst:#invoke:convert|convert}}

    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).

    [edit] Scientific notation: 1.23×10−14

    In scientific notation, a number is written like {{#iferror:{{#expr:16}} |Template:Hid{{#invoke:Math|precision_format| 12.3e-15 | 1-Template:Order of magnitude }}|

     {{#invoke:Math|precision_format| 12.3e-15 | 16}}}}. 
    

    With {{{{#if:convert|convert| tlf|...}}{{#ifeq:x|| |{{{2}}} | }}{{#ifeq:x|| |{{{3}}} | }}{{#ifeq:x|| |{{{4}}} | }}{{#ifeq:x|| |{{{5}}} | }}{{#ifeq:x|| |{{{6}}} | }}{{#ifeq:x|| |{{{7}}} | }}{{#ifeq:x|| |{{{8}}} | }}{{#ifeq:x|| |{{{9}}} | }}}}, the input can be in e-notation such as 12.3e4. This value is displayed as a power of ten, and the output is displayed in scientific notation, except that an output value satisfying 0.01 <= v < 1000 is shown as a normal number. In addition, if the output value is 1000 and sigfig=4 is used, the value is displayed as a normal number.

    • {{convert|12.3e-15|atm|atm|abbr=on}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|0.00000005|atm|atm|abbr=on}} → {{safesubst:#invoke:convert|convert}}

    [edit] Input with fractions: {{safesubst:#invoke:convert|convert}}

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

    {{convert|1/2|in|mm|1}}<code> → {{safesubst:#invoke:convert|convert}}
    <code>{{convert|1⁄2|in|mm|1}}<code> → {{safesubst:#invoke:convert|convert}}

    With integers, use a <code>+ sign

    {{convert|2+1⁄2|in|mm|1}}<code> → {{safesubst:#invoke:convert|convert}}

    When negative, use a hyphen <code>- and repeat it:

    {{convert|-2-1⁄2|in|mm|1}}<code> → {{safesubst:#invoke:convert|convert}}
    <code>{{convert|2-1⁄2|in|mm|1}}<code> → {{safesubst:#invoke:convert|convert}} Note: this is read as a range
    <code>{{convert|-2+1⁄2|in|mm|1}}<code> → {{safesubst:#invoke:convert|convert}} 13pxN Should be a number, not an expression (do not require a calculation)

    [edit] Output with horizontal fraction bar in: 1 {{#if:|2|{{#if:2|1|1}}}}/2{{#if:|}} inch

    Using a double slash (<code>//) returns a horizontal bar fraction:

    • {{convert|1//2|in|mm|1}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|2+1//2|in|mm|1}} → {{safesubst:#invoke:convert|convert}}

    [edit] Thousands separator: 1,000 mi and 1000 mi

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

    • {{convert|1,234,567|m|ft}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|1,234,567|m|ft}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|1 234 567|m|ft}} → {{safesubst:#invoke:convert|convert}} 13pxN

    Set |{{#if:comma|comma=}}off to remove the separator:

    • {{convert|1234567|m|ft|comma=off}} → {{safesubst:#invoke:convert|convert}}

    Use |{{#if:comma|comma=}}gaps to set digit grouping by gap (<space>) in larger numbers (thousands separator):

    • {{convert|1234567|m|ft}} → {{safesubst:#invoke:convert|convert}} (To compare, default)
    • {{convert|1234567|m|ft|comma=gaps}} → {{safesubst:#invoke:convert|convert}}

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

    • {{convert|1234|m|ft}} → {{safesubst:#invoke:convert|convert}} (To compare, default)
    • {{convert|1234|m|ft|comma=5}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|1234567|m|ft|comma=5}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|1234|m|ft|comma=gaps5}} → {{safesubst:#invoke:convert|convert}}
    • {{convert|1234567|m|ft|comma=gaps5}} → {{safesubst:#invoke:convert|convert}}

    [edit] Output manipulation

    [edit] Brackets and separators: 10 m [33 ft]

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

    {{convert|10|m|ft}} → {{safesubst:#invoke:convert|convert}} -- ( ) brackets are the default
    {{convert|10|m|ft|disp=sqbr}} → {{safesubst:#invoke:convert|convert}}
    {{convert|10|m|ft|disp=comma}} → {{safesubst:#invoke:convert|convert}}
    {{convert|10|m|ft|disp=or}} → {{safesubst:#invoke:convert|convert}}

    Setting |{{#if:disp|disp=}}br will force a new line (<br>)

    {{convert|10|m|ft|disp=br}} → {{safesubst:#invoke:convert|convert}}

    Also |{{#if:disp|disp=}}br() will force a new line, and keep the brackets:

    {{convert|10|m|ft|disp=br()}} → {{safesubst:#invoke:convert|convert}}

    Setting |{{#if:disp|disp=}}x|... allows any text as separator:

    {{convert|10|m|ft|disp=x|_MyText_}} → {{safesubst:#invoke:convert|convert}} -- (To display spaces, use &nbsp;)

    [edit] Flipping (reordering) the two measurements: {{safesubst:#invoke:convert|convert}}

    Setting |{{#if:order|order=}}flip will flip (swap) the two measurements:

    {{convert|1|mi|m}} → {{safesubst:#invoke:convert|convert}} (To compare, default)
    {{convert|1|mi|m|order=flip}} → {{safesubst:#invoke:convert|convert}}</small>

    When converting to multiple units, the effect is:

    {{convert|10|km|mi nmi|order=flip}} → {{safesubst:#invoke:convert|convert}}
    {{convert|10|km|nmi mi|order=flip}} → {{safesubst:#invoke:convert|convert}}

    [edit] Displaying parts of the result: {{safesubst:#invoke:convert|convert}}

    It is possible to display only parts of the conversion result:

    Convert Output Description
    {{convert|2|cuyd|m3}} convert}} Default, to compare
    {{convert|2|cuyd|m3|abbr=values}} convert}} Input and output numbers
    {{convert|2|cuyd|m3|disp=unit}} convert}} Input unit
    {{convert|2|cuyd|m3|disp=unit|adj=on}} convert}} Input unit, adjective (hyphenated)
    {{convert|2|cuyd|cuyd|0|disp=out|abbr=off}} convert}} Input (workaround)
    {{convert|2|cuyd|m3|abbr=~}} convert}} Input: both name and symbol
    {{convert|2|cuyd|m3|disp=unit2}} convert}} Output unit (symbol)
    {{convert|2|cuyd|m3|disp=unit2|abbr=off}} convert}} Output unit (name)
    {{convert|2|cuyd|m3|disp=number}} convert}} Output value
    {{convert|2|cuyd|m3|disp=out}} convert}} Output value and unit
    {{convert|2|cuyd|m3|disp=out|abbr=off}} convert}} Output value and unit

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

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

    {{convert|2|kPa|psi|abbr=~}} → {{safesubst:#invoke:convert|convert}}
    A {{convert|2|kPa|psi|abbr=~|adj=on}} pressureA {{safesubst:#invoke:convert|convert}} pressure

    [edit] Table options

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

    [edit] Enforced line break

    |{{#if:disp|disp=}}br adds a line-break and omits brackets.

    |{{#if:disp|disp=}}br()</nowiki> adds a lnie-break and does add brackets to the converted value. This may be useful in tables:

    disp=}}br disp=}}br()
    convert}} convert}}

    [edit] Table columns showing numbers only

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

    {{convert|10|m|ft|disp=table}} → {{safesubst:#invoke:convert|convert}}

    |{{#if:disp|disp=}}tablecen does the same, and also centers the text:

    {{convert|20|m|ft|disp=tablecen}} → {{safesubst:#invoke:convert|convert}}

    The units are added as a column header:

      m ft
    disp=}}table convert}}
    disp=}}tablecen convert}}
    disp=}}<other> (default) convert}}

    [edit] Sorting

    Use both |{{#if:disp|disp=}}table |{{#if:sortable|sortable=}}on to produce table columns (pipe symbols), with sortable table column. As of January 2013, only the first (lefthand) column will sort (improvements pending).
    {{convert|10|m|ft|disp=table|sortable=on}} →

    {{safesubst:#invoke:convert|convert}}

    This shows the hidden numerical sortkey:

    align="right"|<span style="display:none">7001100000000000000</span>10 |align="right"|33

    m ft
    convert}}
    convert}}
    convert}}
    convert}}

    [edit] Units

    {{#switch:NONE |NONE|hatnote|hat={{#invoke:Hatnote|hatnote}} |inline=See also: complete Convert/list of units |=See also: complete Convert/list of units |#default=<{{#switch:{{{tag}}}

    |p=p
    |span=span
    |div=div
    |#default=strong
    

    }} class="error">Second parameter must be hatnote, hat, inline, or unprintworthy</{{#switch:{{{tag}}}

    |p=p
    |span=span
    |div=div
    |#default=strong
    

    }}> }} {{#invoke:Hatnote|hatnote}}

    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.

    The unit-code (column 3), is accepted as input by the template. These can be used as the second or third unnamed parameter. Some units have alternative codes; these are shown in brackets e.g. °F (F): either may be entered for Fahrenheit.

    Column 7 lists standard combinations of multiple converted outputs. For example, {{convert|55|nmi|km mi}} produces "{{safesubst:#invoke:convert|convert}}". Such a combination must be used as the third unnamed parameter.

    Abridged list of units supported by {{Convert}}
    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


    LENGTH
    (Full list)
    system unit unit-
    code
    abbrev-
    iation
    notes sample default
    conversion
    combination
    output units
    SI

    {{#ifeq:top|top|

    -
    }rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}}

    | style="text-align: center; vertical-align: top;" |{{#if:1|Mm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:megameter|US spelling: megameter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|km}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:kilometer|US spelling: kilometer
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • km mi

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|m}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:meter|US spelling: meter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • m ft
    • m ftin

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:centimeter|US spelling: centimeter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • cm in

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:millimeter|US spelling: millimeter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • mm in

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|µm}}{{#if:um

     |{{#if:|
    | }}(um)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:micrometer|US spelling: micrometer
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|nm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:nanometer|US spelling: nanometer
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- | style="text-align: center; vertical-align: top;" |non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Å}}{{#if:angstrom

     |{{#if:y|
    | }}(angstrom)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=8 style="text-align: center; vertical-align: top;" |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mi}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • mi km

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|furlong}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|chain}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|rd}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}{{#ifeq:nontable|nontable|For other names of this unit see the full list.}} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|fathom}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}fathom ≡ 6 ft |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|yd}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}assumes the international definition |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ft}}{{#if:foot

     |{{#if:|
    | }}(foot)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}long code "foot" outputs foot (and never feet) |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • ftin (feet and inches)
    • ft m (foot m)

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|in}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • in cm
    • in mm

    |- |rowspan=4 style="text-align: center; vertical-align: top;" |Other {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|nmi}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}the international standard nautical mile
    For other nautical miles see the full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|pc}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ly}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|AU}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |


    |- !colspan=7|AREA
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=4 style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|km2}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:square kilometer|US spelling: square kilometer
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • km2 sqmi

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|m2}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:square meter|US spelling: square meter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • m2 sqft

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cm2}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:square centimeter|US spelling: square centimeter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • cm2 sqin

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mm2}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:square millimeter|US spelling: square millimeter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • mm2 sqin

    |- | style="text-align: center; vertical-align: top;" |non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ha}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=5 style="text-align: center; vertical-align: top;" |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|sqmi}}{{#if:{{#ifeq:nontable|no|mi2}}

     |{{#if:|
    | }}({{#ifeq:nontable|no|mi2}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • sqmi km2

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|acre}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|sqyd}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|sqft}}{{#if:sqfoot

     |{{#if:y|
    | }}(sqfoot)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}long code "sqfoot" outputs square foot (and never feet) |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • sqft m2 (sqfoot m2)

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|sqin}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • sqin cm2

    |- |rowspan=3 style="text-align: center; vertical-align: top;" |Other {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|sqnmi}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|dunam}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}For alternative spellings and definitions see the full list |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|tsubo}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |


    |- !colspan=7|VOLUME
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=4 style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|m3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:cubic meter|US spelling: cubic meter
    }}one kilolitre |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cm3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:cubic centimeter|US spelling: cubic centimeter
    }}one millilitre |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|cc{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mm3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:cubic millimeter|US spelling: cubic millimeter
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=8 style="text-align: center; vertical-align: top;" |non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:kiloliter|US spelling: kiloliter
    }}one cubic metre |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|kL{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|l}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:liter|US spelling: liter
    }}one cubic decimetre
    Allows triple output units. See: full list. |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • l impgal
    • l USgal
    • l U.S.gal
    • l USdrygal
    • l U.S.drygal

    |- |style="text-align:center;vertical-align:top;"|L{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • L impgal
    • L impqt
    • L USgal
    • L U.S.gal
    • L USdrygal
    • L U.S.drygal

    {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:centiliter|US spelling: centiliter
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|cL{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ml}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:milliliter|US spelling: milliliter
    }}one cubic centimetre |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • ml impoz
    • ml USoz
    • ml U.S.oz

    |- |style="text-align:center;vertical-align:top;"|mL{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • mL impoz
    • mL USoz
    • mL U.S.oz

    |- |rowspan=3 style="text-align: center; vertical-align: top;" |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cuyd}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cuft}}{{#if:cufoot

     |{{#if:|
    | }}(cufoot)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}long code "cufoot" outputs cubic foot (and never feet) |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cuin}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=7 style="text-align: center; vertical-align: top;" |Imperial {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|impbbl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}36 imp gal |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|impbsh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}8 imp gal |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|impbu{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|impgal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}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. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • impgal l
    • impgal L
    • impgal USgal
    • impgal U.S.gal
    • impgal USdrygal
    • impgal U.S.drygal

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|impqt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/4 imp gal or 40 imp fl oz |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|imppt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/8 imp gal or 20 imp fl oz |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|impoz}}{{#if:impfloz

     |{{#if:|
    | }}(impfloz)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/160 imp gal |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • impoz USoz
    • impoz U.S.oz
    • impoz ml
    • impoz mL

    |- |rowspan=13 style="text-align: center; vertical-align: top;" |US customary
    liquid measure
    {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USbbl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}31½ US gal
    used for liquids except for oil and beer (see the full list) |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.bbl{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|oilbbl}}{{#if:

     |{{#if:y|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}42 US gal |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USbeerbbl}}{{#if:usbeerbbl

     |{{#if:y|
    | }}(usbeerbbl)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.beerbbl{{#if:usbeerbbl|{{#if:y|
    | }}(usbeerbbl)}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USgal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}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. |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • USgal l
    • USgal L
    • USgal impgal

    |- |style="text-align:center;vertical-align:top;"|U.S.gal{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • USgal l
    • USgal L
    • USgal impgal

    {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USqt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/4 US gal or 32 US fl oz |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.qt{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USpt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/8 US gal or 16 US fl oz |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.pt{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USoz}}{{#if:USfloz

     |{{#if:y|
    | }}(USfloz)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/128 US gal |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • USoz ml
    • USoz mL
    • USoz impoz

    |- |style="text-align:center;vertical-align:top;"|U.S.oz{{#if:U.S.floz|{{#if:y|
    | }}(U.S.floz)}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • U.S.oz ml
    • U.S.oz mL
    • U.S.oz impoz

    |- |rowspan=12 style="text-align: center; vertical-align: top;" |US customary
    dry measure
    {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USdrybbl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}105/32 US bsh |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.drybbl{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USbsh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}2150.42 cubic inches by definition |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.bsh{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USbu}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}2150.42 cubic inches by definition |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.bu{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USdrygal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/8 US bsh
    Allows triple output units. See: full list. |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • USdrygal l
    • USdrygal L
    • USdrygal impgal

    |- |style="text-align:center;vertical-align:top;"|U.S.drygal{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • U.S.drygal l
    • U.S.drygal L
    • U.S.drygal impgal

    {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USdryqt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/32 US bsh |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.dryqt{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USdrypt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}1/32 US bsh |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.drypt{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|


    |- !colspan=7|SPEED
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- | style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|m/s}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:meter per second|US spelling: meter per second
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • m/s ft/s (m/s foot/s)

    |- | style="text-align: center; vertical-align: top;" |non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|km/h}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:kilometer per hour|US spelling: kilometer per hour
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • km/h mph

    |- |rowspan=2 style="text-align: center; vertical-align: top;" |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mph}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • mph km/h
    • mph kn

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ft/s}}{{#if:foot/s

     |{{#if:|
    | }}(foot/s)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}long code "foot/s" outputs foot per second (and never feet) |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • ft/s m/s

    |- |rowspan=1 style="text-align: center; vertical-align: top;" |Maritime units {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kn}}{{#if:knot

     |{{#if:|
    | }}(knot)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • kn mph


    |- !colspan=7|FORCE
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=7 style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|GN}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • GN LT-f
    • GN LTf
    • GN ST-f
    • GN STf

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|MN}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • MN LT-f
    • MN LTf
    • MN ST-f
    • MN STf

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kN}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • kN LT-f
    • kN LTf
    • kN ST-f
    • kN STf

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|N}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • N lb-f
    • N lbf
    • N oz-f
    • N ozf

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mN}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • mN oz-f
    • mN ozf
    • mN gr-f
    • mN grf

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|µN}}{{#if:uN

     |{{#if:|
    | }}(uN)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • µN gr-f
    • µN grf

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|nN}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • nN gr-f
    • nN grf

    |- |rowspan=4 style="text-align: center; vertical-align: top;" |cgs {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Mdyn}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kdyn}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|dyn}}{{#if:dyne

     |{{#if:y|
    | }}(dyne)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mdyn}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=8 style="text-align: center; vertical-align: top;" |Metric gravitational units {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|t-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|tf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kg-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|kgf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|g-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|gf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mg-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|mgf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| |- |rowspan=9 style="text-align: center; vertical-align: top;" |Avoirdupois-based units {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|pdl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|LT-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • LT-f ST-f

    |- |style="text-align:center;vertical-align:top;"|LTf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • LTf STf

    {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ST-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • ST-f LT-f

    |- |style="text-align:center;vertical-align:top;"|STf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • STf LTf

    {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|lb-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|lbf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|gr-f}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|grf{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|


    |- !colspan=7|ENERGY
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=11 style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|GJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|MJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|hJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|daJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|J}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|dJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|cJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|µJ}}{{#if:uJ

     |{{#if:|
    | }}(uJ)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|nJ}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=3 style="text-align: center; vertical-align: top;" |cgs {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Merg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kerg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|erg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=10 style="text-align: center; vertical-align: top;" |Watt-hour multiples {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|TWh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|TW.h{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|GWh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|GW.h{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|MWh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|MW.h{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kWh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|kW.h{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Wh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|W.h{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| |- |rowspan=6 style="text-align: center; vertical-align: top;" |Electron-
    volt
    multiples
    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|GeV}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|MeV}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|keV}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|eV}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|meV}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=5 style="text-align: center; vertical-align: top;" |Calorie multiples {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Cal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=5 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}The thermo-chemical calorie is the default definition. For others, see the full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|Mcal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|kcal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|cal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|mcal}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| |- |rowspan=8 style="text-align: center; vertical-align: top;" |pound/
    ounce
    -foot/
    inch-hour-minute-second
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ftpdl}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ftlbf}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|ftlb-f{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|inlbf}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|inlb-f{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|inozf}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|inoz-f{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|hph}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=2 style="text-align: center; vertical-align: top;" |British thermal unit {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Btu}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}The International Steam Table British thermal unit is used. For others, see the full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|BTU{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| |- |rowspan=8 style="text-align: center; vertical-align: top;" |TNT-based units {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|GtTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|GtonTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|MtTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|MtonTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ktTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|ktonTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|tTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|tonTNT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |style="vertical-align:top;"| |- |rowspan=11 style="text-align: center; vertical-align: top;" |Other {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Eh}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Ry}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|toe}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|BOE}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |cubic foot of natural gas || colspan=2 align=left | cuftnaturalgas (cufootnaturalgas) || Unit-code cufootnaturalgas will show "cubic foot of natural gas" if plural. || align=right |{{safesubst:#invoke:convert|convert}} {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|latm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|Latm{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|impgalatm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|USgalatm}}{{#if:usgalatm

     |{{#if:y|
    | }}(usgalatm)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|U.S.galatm{{#if:usgalatm|{{#if:y|
    | }}(usgalatm)}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|


    |- !colspan=7|TEMPERATURE
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=2 style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|K}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=4 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • K °C (K C)
    • K °R (K R)
    • K °F (K F)

    |- {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|°C}}{{#if:C

     |{{#if:|
    | }}(C)}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • °C K (C K)
    • °C °R (C R)
    • °C °F (C F)

    |- |rowspan=2 style="text-align: center; vertical-align: top;" |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|°R}}{{#if:R

     |{{#if:|
    | }}(R)}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • °R K (R K)
    • °R °C (R C)
    • °R °F (R F)

    |- {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|°F}}{{#if:F

     |{{#if:|
    | }}(F)}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • °F K (F K)
    • °F °C (F C)
    • °F °R (F R)

    |- align=center |rowspan=2 | || Celsius change||C-change|| || colspan=3 align=left |Used for temperature intervals instead of actual temperatures
    Example:  {{convert|5|C-change|0}} warmer
    Result: {{safesubst:#invoke:convert|convert}} warmer |- align=center |Fahrenheit change||F-change|| || colspan=3 align=left |Used for temperature intervals instead of actual temperatures
    Example:  {{convert|10|F-change|0}} colder
    Result: {{safesubst:#invoke:convert|convert}} colder


    |- !colspan=7|MASS
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=4 style="text-align: center; vertical-align: top;" |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • kg lb
    • kg st

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|g}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • g oz

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • mg gr

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|µg}}{{#if:ug

     |{{#if:|
    | }}(ug)}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=2 style="text-align: center; vertical-align: top;" |non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|t}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • t LT
    • t ST

    |- |rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|MT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |style="vertical-align:top;"|

    • MT LT
    • MT ST

    |- |rowspan=10 style="text-align: center; vertical-align: top;" |Avoirdupois {{#ifeq:top|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|LT}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}2,240 lb
    used mostly in the British Commonwealth.
    Allows triple output units. See: full list. |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • LT t
    • LT MT
    • LT ST

    |- |style="text-align:center;vertical-align:top;"|long ton{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ST}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}2,000 lb
    used mostly in the US.
    Allows triple output units. See: full list. |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • ST t
    • ST MT
    • ST LT

    |- |style="text-align:center;vertical-align:top;"|short ton{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|st}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}14 lb
    used mostly in the British Commonwealth except Canada.
    Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • st kg
    • st lb

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|lb}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Allows triple output units. See: full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • lb kg
    • lb st

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|oz}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • oz g

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|drachm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|dram}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|gr}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}equivalent to the troy grain |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- | style="text-align: center; vertical-align: top;" |Troy {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|ozt}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- | style="text-align: center; vertical-align: top;" |other {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|carat}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |


    |- !colspan=7|TORQUE
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- | colspan=7 style="text-align:center;" |Industrial |- style="text-align: center; vertical-align: top;" | |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Nm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=3 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Triple combinations are also possible. See the full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • Nm kg.m
    • Nm lb.ft

    |- style="text-align: center; vertical-align: top;" | |Non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|kg.m}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • kg.m Nm
    • kg.m lb.ft

    |- style="text-align: center; vertical-align: top;" | |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|lb.ft}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • lb.ft Nm
    • lb.ft kg-m

    |- | colspan=7 style="text-align:center;" |Scientific |- style="text-align: center; vertical-align: top;" | |SI {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|N.m}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=3 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }}Triple combinations are also possible. See the full list. |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • N.m kgf.m
    • N.m lbf.ft

    |- style="text-align: center; vertical-align: top;" | |Non-SI metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|kgf.m}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • kgf.m N.m
    • kgf.m lbf.ft

    |- style="text-align: center; vertical-align: top;" | |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align:center;vertical-align:top;" |{{safesubst:#invoke:convert|convert}} |style="text-align:center;vertical-align:top;"|{{#if:1|lbf.ft}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    |style="text-align:center;vertical-align:top;"|{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="text-align:right;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"|

    • lbf.ft N.m
    • lbf.ft kgf.m

    |-


    |- !colspan=7|DENSITY
    (Full list) |- !system !unit !unit-
    code !abbrev-
    iation !notes !sample default
    conversion !combination
    output units |- |rowspan=2 style="text-align: center; vertical-align: top;" |Metric {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kg/m3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • kg/m3 lb/ft3 (kg/m3 lb/cuft)
    • kg/m3 lb/yd3 (kg/m3 lb/cuyd)

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|g/m3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • g/m3 kg/m3
    • g/m3 lb/ft3 (g/cm3 lb/cuft)
    • g/m3 lb/yd3 (g/cm3 lb/cuyd)

    |- |rowspan=2 style="text-align: center; vertical-align: top;" |Imperial
    &
    US customary
    {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|lb/ft3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • lb/ft3 kg/m3 (lb/cu ft g/m3)
    • lb/ft3 g/m3 (lb/cu ft g/m3)

    {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|lb/yd3}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" |

    • lb/yd3 kg/m3 (lb/cuyd kg/m3)
    • lb/yd3 g/m3 (lb/cuyd g/m3)


    |- !colspan=7|PRESSURE |- ! !unit !unit-
    code !abbrev-
    iation ! !sample default
    conversion ! |- |rowspan=17| {{#ifeq:top|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|GPa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|MPa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kPa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|hPa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Pa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mPa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=2 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mbar}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=2 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=2 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- |style="text-align:center;vertical-align:top;"|mb{{#if:|{{#if:|
    | }}({{{altab}}})}} |style="text-align:center;vertical-align:top;"|{{safesubst:#invoke:convert|convert}} |style="vertical-align:top;"| {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|dbar}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|bar}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|kBa}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Ba}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|atm}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|Torr}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|mmHg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|inHg}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | {{#ifeq:|top| | ||- |}}rowspan=1 style="text-align: center; vertical-align: top;" |{{safesubst:#invoke:convert|convert}} | style="text-align: center; vertical-align: top;" |{{#if:1|psi}}{{#if:

     |{{#if:|
    | }}({{{altab}}})}}

    | style="text-align: center; vertical-align: top;" |{{#ifeq:{{safesubst:#invoke:convert|convert}}|{{safesubst:#invoke:convert|convert}}

     |(none)|{{safesubst:#invoke:convert|convert}} }}
    

    |rowspan=1 style="vertical-align: top;" |{{#if:|US spelling: {{{us}}}
    }} |rowspan=1 style="vertical-align: top;" align=right|{{safesubst:#invoke:convert|convert}}{{#ifeq:{{{fmt}}}||}} | style="vertical-align: top;" | |- !colspan=7|FUEL EFFICIENCY |- ! !unit !unit-
    code ! !notes ! !combinations |- |rowspan=7| |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

    |- |colspan=7|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). |- !colspan=7|POWER |- |colspan=7|Watts, kilowatts, milliwatts, etc. are supported. As is horsepower (English & metric). Use standard abbreviations as input code (lowercase hp for horsepower, for example) |- !colspan=7|POPULATION DENSITY |- ! !unit !unit-
    code ! !notes ! !combinations |- |rowspan=8| |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

    |- !colspan=7|COST PER UNIT MASS |- ! !unit !unit-
    code ! !notes ! !combinations |- |rowspan=3| |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)

    |- |colspan=7 |

    |}

    [edit] '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|1000|kg/hl}} → {{safesubst:#invoke:convert|convert}}

    [edit] Parameter list

    [}}
    • [[{{#switch:
    #default = Convert/doc/parameter list =
       {{#ifeq:  | 
    
    Template:Convert/doc/parameter list Convert/doc/parameter list
       }}
    
    }}|{{#if:|v|view}}]]
  • [[|{{#if:|t|talk}}]]
  • {{#if:||
  • [{{fullurl:{{#switch:
  • #default = Convert/doc/parameter list =
       {{#ifeq:  | 
    
    Template:Convert/doc/parameter list Convert/doc/parameter list
       }}
    
    }}|action=edit}} {{#if:|e|edit}}]}}{{#if:|]}}Parameter options for {{convert}}
    Option {{#switch: unicode | Unicode = =.. IPA = =.. =.. }} Description Note
    |abbr=in in Use symbol for first (left-hand side) unit Symbol ('abbreviation')
    |abbr=off off Use name for all units Symbol ('abbreviation')
    |abbr=none none
    |abbr=on on Use symbol for all units Symbol ('abbreviation')
    |abbr=out out Use symbol for right-hand side unit (default) Symbol ('abbreviation')
    |abbr=values values Show only input and output numbers, not units Parts only
    |abbr=~ ~ Shows both unit name and symbol Symbol & name
    |adj=j j Join number and unit name using "&nbsp;" instead of a space Join values
    |adj=mid|x=... mid User-specified text after the input unit; sets adj=on (adjective) Word adding, adjective
    |adj=on on Unit name is adjective (singular and hyphenated) Grammar, adjective
    |adj=pre|x=... pre User-specified text before input unit Word adding
    |adj=ri0 ri0 Round input with precision 0 Rounding and sigfig
    |adj=ri1 ri1 Round input with precision 1 Rounding and sigfig
    |adj=ri2 ri2 Round input with precision 2 Rounding and sigfig
    |adj=ri3 ri3 Round input with precision 3 Rounding and sigfig
    |disp=b b Join input and output using " (...)" (default) Join values
    |disp=sqbr sqbr Join input and output using " [...]" Join values
    |disp=br br Join input and output using "<br/>" Join values
    |disp=comma comma Join input and output using ", " Join values
    |disp=or or Join input and output using " or " Join values
    |disp=number number Display output number only Parts only
    |disp=output number only output number only
    |disp=out out Display only output number and name/symbol Parts only
    |disp=output only output only
    |disp=preunit|x=... preunit User-specified text before input and output units Word adding
    |disp=table table Output is suitable for a table cell with align="right" Table columns
    |disp=tablecen tablecen Output is suitable for a table cell with align="center" Table columns
    |disp=unit unit Display input name/symbol only ( not input number, not output) Parts only
    |disp=unit2 unit2 Display output name/symbol only (not input; not output number) Parts only
    |disp=x|... x Join input and output using user-specified text Word adding
    |comma=5 05 Only use comma for thousands separator if 5 or more digits Number format
    |comma=gaps gaps Use gaps (space), not comma, for thousands separator Number format
    |comma=gaps5 gaps5 Use gaps (space), but only if 5 or more digits Number format
    |comma=off off No thousands separator Number format
    |frac=N N Show imperial number in fractions, denominator=N Number format, fraction
    |lk=in in Link left-hand side unit name or symbol Unit link
    |lk=on on Link all unit names or symbols (but not twice for the same unit) Unit link
    |lk=out out Link right-hand side unit name or symbol Unit link
    |order=flip flip Inverts order of input, output measurements (conversion first) Order
    |round=5 05 Rounds calculation to the nearest multiple of 5 Rounding and sigfig
    |round=25 25 Rounds calculation to the nearest multiple of 25 Rounding and sigfig
    |round=each each In a range, each number is rounded by the default rounding Rounding and sigfig
    |sigfig=N N Round output number to N significant figures (N is a positive integer) Rounding and sigfig
    |sortable=in in Output numeric hidden sort field for use in a sortable table (based on input) Table sort
    |sortable=on on
    |sortable=out out Output numeric hidden sort field for use in a sortable table (based on output) Table sort
    |sp=us us Use U.S. spelling (like "meter" instead of default "metre") Spelling U.S. names
    |spell=in in Spell input number in words Spelling numbers
    |spell=In In Spell input number in words with first letter uppercase Spelling numbers
    |spell=on on Spell input and output numbers in words Spelling numbers
    |spell=On On Spell input and output numbers in words with first letter uppercase Spelling numbers
    |$= $ Replace $-sign with a currency sign, for example in $/acre (no currency conversion happens) Cost per unit
    |debug=yes yes Debugging only. In a sortable table: show the normally hidden sort key Table sort
    {{#ifeq:Template Template:FormattingError||abbr=comma}} comma Deprecated. Use {{#ifeq:Template Template:FormattingError||comma=off}} Number format
    {{#ifeq:Template Template:FormattingError||abbr=mos}} mos Deprecated. Use {{#ifeq:Template Template:FormattingError||x|}} or {{#ifeq:Template Template:FormattingError||by|}} Range format
    {{#ifeq:Template Template:FormattingError||adj=1}} 01 Deprecated. Do not use. No need to deviate from MOS regarding plurals Plural or singular
    {{#ifeq:Template Template:FormattingError||adj=flip}} flip Deprecated. Use {{#ifeq:Template Template:FormattingError||order=flip}} Order
    {{#ifeq:Template Template:FormattingError||adj=nocomma}} nocomma Deprecated. Use {{#ifeq:Template Template:FormattingError||comma=off}} Number format
    {{#ifeq:Template Template:FormattingError||disp=2}} 02 Deprecated. Use {{#ifeq:Template Template:FormattingError||disp=output only}} Parts only
    {{#ifeq:Template Template:FormattingError||disp=5}} 05 Deprecated. Use {{#ifeq:Template Template:FormattingError||round=5}} Rounding and sigfig
    {{#ifeq:Template Template:FormattingError||disp=flip}} flip Deprecated. Use {{#ifeq:Template Template:FormattingError||order=flip}} Order
    {{#ifeq:Template Template:FormattingError||disp=flip5}} flip5 Deprecated. Use {{#ifeq:Template Template:FormattingError||order=flip |round=5}} Order, rounding
    {{#ifeq:Template Template:FormattingError||disp=nocomma}} nocomma Deprecated. Use {{#ifeq:Template Template:FormattingError||comma=off}} Number format
    {{#ifeq:Template Template:FormattingError||disp=u2}} u2 Deprecated. Use {{#ifeq:Template Template:FormattingError||disp=unit2}} Parts only
    {{#ifeq:Template Template:FormattingError||near=5}} 05 Deprecated. Use {{#ifeq:Template Template:FormattingError||round=5}} Rounding and sigfig

    [edit] Deprecated options

    This list: {{#if:1|view|v}}{{#switch: talk

    |d|t= · t |e= · e |h= · h |m= · list m |w= · w |talk= · talk |edit= · edit |hist= · hist |move= · list move |watch= · watch }}{{#switch: edit |d|t= · t |e= · e |h= · h |m= · list m |w= · w |talk= · talk |edit= · edit |hist= · hist |move= · list move |watch= · watch }}{{#switch: Parameter options for {{convert}} |d|t= · t |e= · e |h= · h |m= · list m |w= · w |talk= · talk |edit= · edit |hist= · hist |move= · list move |watch= · watch }}{{#switch: |d|t= · t |e= · e |h= · h |m= · list m |w= · w |talk= · talk |edit= · edit |hist= · hist |move= · list move |watch= · watch }}{{#switch: |d|t= · t |e= · e |h= · h |m= · list m |w= · w |talk= · talk |edit= · edit |hist= · hist |move= · list move |watch= · watch

    }}

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

    [edit] TemplateData

    {{#if:| |This is the TemplateData documentation for this template used by VisualEditor and other tools.}}

    Convert/doc

    {{#ifeq:Convert/doc|sandbox||

    }}

    <templatedata>{ "description": "Converts measurements to other units.", "params": { "1": {

     "label": "value",
     "description": "the value to convert",
     "type": "number"
    

    }, "2": {

     "label": "from unit",
     "description": "",
     "type": "string/line"
    

    }, "3": {

     "label": "to units",
     "description": "the unit to convert into",
     "type": "string/line"
    

    }, "4": {

     "label": "precision or suffix",
     "description": "significant digits after decimal dot or, if negative, exponent of ten",
     "type": "number"
    

    }, "lk": {

     "label": "link units",
     "description": "“on” all, “in” input, “out” output or “off” no units",
     "default": "off",
     "type": "string/line"
    

    }, "abbr": {

     "label": "abbreviation",
     "description": "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",
     "default": "out",
     "type": "string/line"
    

    }, "sp": {

     "label": "spelling",
     "description": "“us” display U.S. spelling of unit names",
     "type": "string/line"
    

    }, "adj": {

     "label": "adjective",
     "description": "adjective form (singular unit name appended by hyphen) “on” or “mid” to put conversion at end",
     "type": "string/line"
    

    }, "disp": {

     "label": "conversion",
     "description": "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",
     "default": "b",
     "type": "string/line"
    

    }, "order": {

     "label": "ordering",
     "description": "“flip” returns converted value first, input value second.",
     "type": "string/line"
    

    }, "sigfig": {

     "label": "significant figures",
     "description": "number that sets the number of significant figures",
     "type": "number"
    

    }, "round": {

     "label": "rounding output",
     "description": "“5” rounds the output number to nearest multiple of 5, “25” to nearest multiple of 25, “each” rounds each number in a range",
     "type": "string/line"
    

    }, "comma": {

     "label": "thousands separator",
     "description": "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)",
     "default": "on",
     "type": "string/line"
    

    }, "sortable": {

     "label": "sort key",
     "description": "“on” generates a hidden sort key",
     "type": "string/line"
    

    } }}</templatedata>

    [edit] See also

    {{#invoke:Navbox|navbox}}

    Personal tools
    Namespaces

    Variants
    Actions
    Navigation
    Toolbox