289
edits
Changes
no edit summary
{{documentation subpage}}<!--Template convert transclusionsStatistics === Units of measurement usage on total tc's:2014-09-05 6739402014-12-16 6931412015-01-28 7000002015-08-31 7369892016-05-25 7890912016-11-17 8329942017-07-29 8720002017-12-15 9022312018-12-27 9577702019-01-12 9607692019-10-26 9951522019-01-01 by TDmonthly error report: Page [article] count: 651064; Transclusion count: 2878293-->{{hatnote|For currency conversion into US dollars, see [[Template:To USD]]}}{{#ifeq:{{FULLPAGENAME}}|Template:Convert|{{high-risk| {{formatnum:995000}}+ }}}}{{Transwiki guide |smallWikivoyage =yes |text=See [[Template:Convert/Transwiki guide|'''this information''']] on copying this template =Format and modifying it conventions used for use on another wiki.}}{{Lua|Module:Convert}}'''Template {{tl|convert}}''' ''calculates'' from one measurement unit to another one, and then ''presents'' the results formatted. The complete list of unit symbols recognized by the template is units can be found at [[ModuleWikivoyage:Convert/documentation/conversion dataMeasurements]].
==Unit name or symbol (abbreviation): ''1 pound'' or ''1 lb''?==
By default, the first quantity value shows the unit name, the second shows the symbol symbols (or = abbreviation):.* <code><nowiki>{{convert|1|lb|kg}}</nowiki></code> → {{pound|1|lb|kg}} Using Use {{para|abbr|inon/off}} is the ''reverse to change this behaviour'' to the default:*:<code><nowiki>{{convert|1|lb|kg|abbr=in}}</nowiki></code> → {{poundconvert|1|lb|kg|abbr=in}} (To abbreviate both or neithercompare; default:first value shows unit name)* :<code><nowiki>{{convert|1|lb|kg|abbr=on}}</nowiki></code> → {{poundconvert|1|lb|kg|abbr=on}}* :<code><nowiki>{{convert|1|lb|kg|abbr=off}}</nowiki></code> → {{poundconvert|1|lb|kg|abbr=off}} ===Convenience: {{tlf|cvt}} has * {{para|abbr|onin}} by toggles the default===Template {{tl|cvt}} is the same as {{tlf|convert}}, except that it has behaviour ({{para|abbr|onout}} as the default behaviour. In {{tlf|cvt}}, all other options are available. So::<code><nowiki>{{cvt|1|lb|kg}}</nowiki></code> → {{cvt|1|lb|kg}}is equivalent to)::<code><nowiki>{{convert|1|lb|kg|abbr=onin}}</nowiki></code> → {{cvtconvert|1|lb|kg|abbr=onin}}
==Adjective: ''a 10-mile distance''==
Use {{para|adj|on}} to produce the adjectival (hyphenated) adjective form. The difference:* :<code><nowiki>A {{convert|10|mi|km|adj=on}} distanceto go</nowiki></code> → A {{convert|10|mi|km|adj=on}} distanceto go.Default behaviour''(To compare, for comparison:default)''* :<code><nowiki>A {{convert|10|mi|km|adj=on}} to godistance</nowiki></code> → A {{convert|10|mi|km|adj=on}} to godistance.''(Adjective form)''
===Default rounding===
:By {{tlf|Convert}} default, the conversion result will be rounded either to precision comparable to that of the input value (the number of digits after the decimal point—or the negative of the number of non-significant zeroes before the point—is increased by one if the conversion is a multiplication by a number between 0.02 and 0.2, remains the same if the factor is between 0.2 and 2, is decreased by 1 if it is between 2 and 20, and so on) or to two significant digitsfigures, whichever is more precise. An exception to this is ''rounding temperatures'' (see [[#Rounding temperatures|below]]).
{| class="wikitable"
|'''Input'''||'''Displays as'''||'''Note'''
|-
|<code><nowiki>{{convert|123|ft|m|-1}}</nowiki></code> || {{convert|123|ft|m|-1}} |||-|<code><nowiki>{{convert|123|ft|m}}</nowiki></code> || {{convert|123|ft|m}} || same output as with 0 (below)|-|<code><nowiki>{{convert|123|ft|m|0}}</nowiki></code> || {{convert|123|ft|m|0}} |||-|<code><nowiki>{{convert|123|ft|m|1}}</nowiki></code> || {{convert|123|ft|m|1}} |||-|<code><nowiki>{{convert|123|ft|m|2}}</nowiki></code> || {{convert|123|ft|m|2}} ||The more-exact value is 37.4904 m or so, which gets converted to 37 m if this parameter is not specified at all.|-|<code><nowiki>{{convert|500|ft|m|-1}}</nowiki></code> || {{convert|500|ft|m|-1}} |||-|<code><nowiki>{{convert|500|ft|m}}</nowiki></code> || {{convert|500|ft|m}} || same output as with −1 (above), because the conversion factor is between 0.2 and 2 (hence, it should produce same double-zero precision (−2) as in the input value), but the conversion must produce two significant digits at a minimum (hence, a higher single-zero precision (−1) is used)
|-
|<code><nowiki>{{convert|500123|ft|m|0}}</nowiki></code> || {{convert|500123|ft|m|0}} ||
|-
|<code><nowiki>{{convert|500123|ft|m|1}}</nowiki></code> || {{convert|500123|ft|m|1}} ||
|-
|<code><nowiki>{{convert|500550|ft|m|20}}</nowiki></code> || {{convert|500550|ft|m|20}} || exact Approximate value is 152167.4 64 m
|-
|<code><nowiki>{{convert|500550|ft|cm|-3m}}</nowiki></code> || {{convert|500550|ft|cm|-3m}} ||Rounds to 170, when approximate value is 167.64 m
|-
|<code><nowiki>{{convert|500|ft|cmm|0}}</nowiki></code> || {{convert|500|ft|cmm|0}} || same output as with −3 (above), because the conversion factor is between 20 and 200 (hence, it should decrease input Approximate value's double-zero precision (−2) by 2), but the conversion must produce two significant digits at a minimum (hence, a higher triple-zero precision (−3) is used)152.4 m
|-
|<code><nowiki>{{convert|500|ft|cm|0m}}</nowiki></code> || {{convert|500|ft|cm|0m}} ||Rounds to 150, when approximate value is 152.4 m
|}<!--NOTE: rows require "nowiki", using {{ disappears. -->
''Convert'' supports four types of rounding:
===Round to a given precision: ''use a {{para|precision number|}}''===Specify the desired precision with the ''fourth unnamed parameter'' (or third unnamed parameter if the "convert to" parameter is omitted; or fifth unnamed parameter if a range is specified; or fourth unnamed parameter again if a range is specified and the "convert to" parameter is omitted; needs to be replaced with a "precision" named parameter). The conversion is rounded off to the nearest multiple power of {{frac|1/10}} to the power of this number. For instance, if the result is 8621 and the round number is "-2", the result will be 8600. If the result is "234.0283043" and the round number is "0", the result will be 234.
To specify the output number to be with ''n'' significant figures use {{para|sigfig|<number>}}:
* <codesmall>To compare:</small><nowiki>{{convert|1200|ft|m|sigfig=4}}</nowiki></code> → {{convert|1200|ft|m|sigfig=4}}* <code><nowiki>{{convert|1200|ft|m|sigfig=34}}</nowiki></code> → {{convert|1200|ft|m|sigfig=34}}* <code><nowiki>{{convert|1200|ft|m|sigfig=23}}</nowiki></code> → {{convert|1200|ft|m|sigfig=23}}* <code><nowiki>{{convert|1200|ft|m|sigfig=12}}</nowiki></code> → {{convert|1200|ft|m|sigfig=12}}Default behaviour, for comparison:* <code><nowiki>{{convert|1200|ft|m|sigfig=1}}</nowiki></code> → {{convert|1200|ft|m|sigfig=1}}Setting {{para|sigfig|<=0}} to a value less than 1 is meaningless:* <code><nowiki>{{convert|1200|ft|m|sigfig=0}}</nowiki></code> → {{convert|1200|ft|m|sigfig=0}} {{nay}}
===Round to a multiple of 5: ''15'', ''20'', ''25'', ...===
Using {{para|round|5}} rounds the outcome to a multiple of 5.
Similar: using {{para|round|25}} rounds the outcome to a multiple of 25.
In a range, one can round ''each value'' individually to the default. Use {{para|round|each}}:
===<span id="Round to a multiple of a given fraction"></span>Round to a multiple of a given fraction: ''{{frac|2|3|/16}} inch''===Specify the desired ''denominator'' using {{para|frac|<some positive integer>}}. ([[Fraction (mathematics)|Denominator]] is the below-the-slash number, for example the 3 in {{frac|1|/3}}).* :<code><nowiki>{{convert|5.56|cm|in|frac=16}}</nowiki></code> → {{convert|5.56|cm|in|frac=16}}* :<code><nowiki>{{convert|8|cm|in|frac=4}}</nowiki></code> → {{convert|8|cm|in|frac=4}}
The fraction is reduced when possible:
==={{anchor|Rounding temperatures}}Rounding the temperatures: ''°C'', ''°F'' and ''K''===In temperatures, the conversion will be rounded either to the precision comparable to that of the input value or to that which would give three significant figures when expressed in kelvins, whichever is more precise.:<code><nowiki>{{convert|10|C|F K}}</nowiki></code> → {{convert|10|C|F K}}''Note'':For a temperature ''difference'', like to convert "A rise of 20 °C", use {{para|C-change|20}} &tc.:<code><nowiki>{{convert|20|C-change|F-change K-change}}</nowiki></code> → A rise of {{convert|20|C-change|F-change K-change}}
==Into multiple units: ''{{convert|10|C|F K}}''==
Separate the multiple output units by a space:
==Ranges of values==
===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:<br/>
{{Convert/doc/range separator list}}
===Multiple dimensions: ''{{convert|6|x|12|m|ft|abbr=on}}''===
; Use <code>"by</code>":* :<code><nowiki>{{convert|6|by|12|ft|m}}</nowiki></code> → {{convert|6|by|12|ft|m}} ;Use <code>"×</code>, multiplication sign, " or <code>""x</code>, letter"":* :<code><nowiki>{{convert|6|x|12|m|ft}}</nowiki></code> → {{convert|6|x|12|m|ft}}
In science, the formal way is to set <code>|x|</code> and {{para|abbr|on}} (keeping dimensions right, like in ''area = x km<sup>2</sup>''):
===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:
* <code><nowiki>{{convert|1|ft|3|in|x|3|ft|5|in|mm}}</nowiki></code> → {{convert|1|ft|3|in|x|3|ft|5|in|mm}} {{nay}}Default behaviour, for comparison:<small>(to compare)</small>* <code><nowiki>{{convert|1|ft|3|in|x|3|ft|5|in|mm}}</nowiki></code> → {{convert|1|ft|3|in|mm}}However, converting metric units into feet and inches with {{para|order|flip}} can produce the desired output:* <code><nowiki>{{convert|380|x|10403|mmft|ftin5|order=flip}}</nowiki></code> → {{convert|380|x|1040in|mm|ftin|order=flip}}
==Words==
===Spelling of unit name: international UK ''metre'' or US ''meter''?===Default spelling of units is in the en (generic) locale-UK. To show en-US spelling, use {{para|sp|us}}::<code><nowiki>{{convert|1|m|ft}}</nowiki></code> → {{convert|1|m|ft}}—-- ''default''
:<code><nowiki>{{convert|1|m|ft|sp=us}}</nowiki></code> → {{convert|1|m|ft|sp=us}}
===<span id="spell"></span>Spell out numbers: ''ten miles''===
To write a number in words, use {{para|spell|in}}:
To spell out both in and out valuesmake first letter a capital, use {{para|spell|onIn}}:* <code><nowiki>{{convert|10|mi|m|spell=onIn}}</nowiki></code> → {{convert|10|mi|m|spell=onIn}}
===Inserted before unitsGrammatical construction: ''4 planted acresThe 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons''===*<code><nowiki>: "''The American defenders had 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons.''"This formatted result is not possible straightforward by using {{converttl|4|acre||adj=pre|plantedconvert}}</nowiki></code> → . However, it can be made in three steps.:'''Step 1:''' Enter the input numbers and units in {{tl|convert|4|acre||adj=pre|planted}}<code>disp=preunit</code> is similar, but has no separator after the specified text, and can have different text for just to get the calculated output value::*<code><nowiki>had {{convert|418 |acre, |24 |disp=preunit, |planted }}</nowiki></code> → {{convert32 |4lb |acrekg ||disp=preunit|planted }}*<code><nowiki>{{convert|4|acre||disp=preunit|planted |reforested-0 }}cannons</nowiki></code> ::→ had {{convert|418 |acre, |24 |disp=preunit, |32 |planted lb |reforested-kg |0 }}cannons:The core conversion should look good now. You can save this (or preview).===After adjective unit: ''A {{convert|10|ft|ft|adj=mid|-long|disp=out|order=flip}} corridor'Step 2:'===Note that two units ('' We need the resulting text in this caseplain code in the page, ft and m) are required. Use with just one unit will generate an error message.:<code><nowiki>not as a {{converttl|10|ft|m|adj=mid|-long}}</nowiki></code> → {{convert|10|ft|m|adj=mid|-long...}}template. ===Plurals: For this, ''1'add inch, 2 inches''===The unit symbol is singular always. Depending on the preceding number only, a unit name can be shown plural.* <code><nowiki>{{convert|1|metre}}</nowiki>subst:</code> → {{convert|1|metre}}to the template name''' (for 'substitute') ::* <code><nowiki>had {{convert|2|metre}}</nowiki>'''subst:'''</codenowiki> → {{convert|218 |metre}}* <code><nowiki>{{convert, |224 |, |32 |lb |metrekg |abbr=on0 }}cannons</nowiki></code> → {{convert|2|metre|abbr=on}} ;Exception:Entering As a check: the unit spelled <code>|foot|</code> forces singular output "foot"preview result should show the conversion correct, whatever with the number isnumbers still right.* <code><nowiki>{{convert|100|foot|abbr=off}}</nowiki></code> :'''Now save this'''.::→ {{convert|100|foot|abbr=off}}had 18, 24, 32 pounds (8, 11, 15 kg) cannons ===Fractions: ''one-eighth of an imperial pint'Step 3:''' When opening the edit screen again, you'===ll see that the text is there in code. The convert template also supports spelling out fractions.* <code><nowiki>{{converttl|3+1/2|oz|g|spell=in}}</nowiki></code> → {{convert|3+1/2|oz|g|spell=in...}}Any additional words needed for the fraction itself has disappeared. You can also be added at change the end of the templatetext as needed.* <code><nowiki>{{convert|1/8|imppt|ml|spell=in|adj=pre|of an}}</nowiki></code> → {{convert|1/8|imppt|ml|spell=in|adj=pre|of an}}<!-- todoThe edit screen text is: decimals & negative examples --> ===Wrapping and line breaking===:See {{section link|Help:Convert|Wrapping and line breaking}} ===<span id="million"code></spannowiki>Spelling out "thousands"had 18, "millions"&nbsp;24, etc.===Most unit codes accept a prefix of e3 &nbsp;32 pounds (thousand8,&nbsp;11,&nbsp;15&nbsp;kg) or e6 (million) or e9 (billion).* <code><nowiki>{{convert|100|e6mi|e6km}}cannons</nowiki></code> → {{convert|100|e6mi|e6km}}* <code><nowiki>{{convert|120|e6acre}}</nowiki></code> → {{convert|120|e6acre}}:You can edit this text to add the grammar::* <code><nowiki>{{convert|120|e6acre|e3km2}}</nowiki>had 18'''-''','''_'''24'''-_and_'''32'''-'''pound'''er''' (8,&nbsp;11'''_and_'''15&nbsp;kg) cannons </code> → {{convert|120|e6acre|e3km2}} To display both input and output in scientific notation:After saving your edit, use {{para|abbr|on}}it shows:* <code><nowiki>{{convert|100|e6mi|e6km|abbr=on}}</nowiki></code> ::→ {{convert|100|e6mi|e6km|abbr=on}} To spell out "thousands"had 18-, "millions"24- and 32-pounder (8, etc., {{para|abbr|unit}} abbreviates the unit 11 {{para|abbr|off}} displays both full unit namesand 15 kg) cannons".* <code><nowiki>{{convert|100|e6mi|e6km|abbr=unit}}</nowiki></code> → {{convert|100|e6mi|e6km|abbr=unit}}* <code><nowiki>{{convert|100|e6mi|e6km|abbr=off}}</nowiki></code> → {{convert|100|e6mi|e6km|abbr=off}}
==Numbers==
===Using an SI prefix: ''gigameter (Gm)'', or ''micrometer (μm)''===
Units can have an SI prefix like <code>G</code> before the unit: <code>Gm</code>, and <code>giga</code> before the name: <code>gigameter</code>. These are plain multiplication factors.
* {{convert|12|Gm|m|abbr=on}}
* {{convert|12|μm|m|abbr=on}}
The prefix can be added before the SI unit (here: unit <code>m</code> for metremeter):
* <code><nowiki>{{convert|12|Gm|mi|abbr=on}}</nowiki></code> → {{convert|12|Gm|mi|abbr=on}}
* <code>Mm</code>: {{convert|12|Mm|mi|abbr=on}}
* <code>km</code>: {{convert|12|km|ft|abbr=on}}
* <code>mm</code>: {{convert|12|mm|in|abbr=on}}
* <code>μmμm</code>: {{convert|12|μm|mm|abbr=on}}* <code>um</code>: {{convert|12|um|mm|abbr=on}} (letter "u" can be used for "μμ" here)
The prefix can be used in the output unit:
* <code><nowiki>{{convert|12000|mi||Mm|abbr=on}}</nowiki></code> → {{convert|12000|mi|Mm|abbr=on}}
* <code><nowiki>{{convert|12|in|μm|abbr=on}}</nowiki></code> → {{convert|12|in|μm|abbr=on}}
As an exception, the non-SI unit "inch" can have the "μμ" prefix too:)* <code><nowiki>{{convert|12|μmμm|μin|abbr=on}}</nowiki></code> → {{convert|12|μm|μin|abbr=on}}
===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:*<code><nowiki>{{further informationconvert|Help:Convert units#SI prefixes1,234,567|m|ft}}</nowiki></code> → {{convert|1,234,567|m|ft}}*<code><nowiki>{{convert|1,234,567|m|ft}}</nowiki></code> → {{convert|1,234,567|m|ft}}*<s><code><nowiki>{{convert|1 234 567|m|ft}}</nowiki></code> → {{convert|1 234 567|m|ft}}</s>
==Output manipulation==
===Brackets and separators: ''10 m [33 ft]''===
Punctuation that distinguishes the two measurements is set by {{para|disp|}}.<br/>Options are: <code>b</code> <small>(the default)</small>, <code>sqbr</code>, <code>comma</code>, <code>or</code>, <code>br</code>, <code>x{{!}}…...</code>:* :<code><nowiki>{{convert|10|m|ft|disp=sqbr}}</nowiki></code> → {{convert|10|m|ft|disp=sqbr}}-- ''( ) brackets are the default''* :<code><nowiki>{{convert|10|m|ft|disp=commasqbr}}</nowiki></code> → {{convert|10|m|ft|disp=commasqbr}}* :<code><nowiki>{{convert|10|m|ft|disp=orcomma}}</nowiki></code> → {{convert|10|m|ft|disp=orcomma}}Default behaviour, for comparison:* <code><nowiki>{{convert|10|m|ft|disp=or}}</nowiki></code> → {{convert|10|m|ft|disp=or}}
Setting {{para|disp|br}} will force a new line (<code><br/></code>)* <code><nowiki>{{convert|10|m|ft|disp=br}}</nowiki></code> → {{convert|10|m|ft|disp=br}}
===<span id="flip"></span>Flipping (reordering) the two measurements: ''{{convert|1|mi|m|order=flip|sigfig=5|abbr=off}}'' ===
Setting {{para|order|flip}} will flip (swap) the two measurements:
When converting to multiple units, the effect is:
=== Displaying parts of the result: ''{{convert|2|cuyd|m3|abbr=values}}''===
{| class="wikitable"
! Convert !! Output !! ReturnsDescription
|-
| <code><nowiki>{{convert|2|cuyd|m3}}</nowiki></code> || {{convert|2|cuyd|m3}}| Regular output (for comparison)| Default, to compare
|-
| <code><nowiki>{{convert|2|cuyd|m3|abbr=values}}</nowiki></code>|| {{convert|2|cuyd|m3|abbr=values}} || Input and output numbers
|-
| <code><nowiki>{{convert|2|cuyd|m3|disp=unit}}</nowiki></code> || {{convert|2|cuyd|m3|disp=unit}}|| Input unit
|-
| <code><nowiki>{{convert|2|cuyd|m3|disp=unit|adj=on}}</nowiki></code> || {{convert|2|cuyd|m3|disp=unit|adj=on}}|| Input unit, adjective (hyphenated)
|-
| <code><nowiki>{{convert|2|cuyd|cuyd|0|disp=out|abbr=off}}</nowiki></code> || {{convert|2|cuyd|cuyd|0|disp=out|abbr=off}} || Input (''workaround''. {{nowrap|1=Note repetition of unit in input}})|-| <code><nowiki>{{convert|2|cuyd|m3|abbr=~}}</nowiki></code> || {{convert|2|cuyd|m3|abbr=~}}| Input: both name and symbol
|-
| <code><nowiki>{{convert|2|cuyd|m3|disp=unit2}}</nowiki></code> || {{convert|2|cuyd|m3|disp=unit2}} || Output unit (symbol)
| <code><nowiki>{{convert|2|cuyd|m3|disp=unit2|abbr=off}}</nowiki></code> || {{convert|2|cuyd|m3|disp=unit2|abbr=off}} || Output unit (name)
|-
| <code><nowiki>{{convert|2|cuyd|m3|disp=number}}</nowiki></code> || {{convert|2|cuyd|m3|disp=number}}|| Output value
|-
| <code><nowiki>{{convert|2|cuyd|m3|disp=out}}</nowiki></code> || {{convert|2|cuyd|m3|disp=out}}|| Output value and unit name
|-
| <code><nowiki>{{convert|2|cuyd|m3|disp=out|abbr=off}}</nowiki></code> || {{convert|2|cuyd|m3|disp=outou|abbr=offofft}}|| Output value and unit symbol
|}
==Table options==
For the [[Help:Table/Manual tables|wikitable]] structure, there are three two options: add a line-break, split the result over columns and make the table sortable. ===Enforced line break==={{para|disp|br}} adds a line-break and omits brackets. {{para|disp|br()}} adds a line-break and does add brackets to the converted value. This may be useful Show numbers only in tables:{| class=wikitable! {{para|disp|br}} !! {{para|disp|br()}}|-|{{convert|100|km|mi|disp=br}}|{{convert|100|km|mi|disp=br()}}|} ===Table columns in a table===Using {convert} in a table cell, with {{para|disp|table}} splits the result over two (or more) columns. By default units are not included in the table, however, they can be added using the {{para|abbr|}} parameter. Multiple-unit outputs, like <code>ftin</code>, always output their units to the table.::<code><nowiki>{{convert|10|m|ft|disp=table}}</nowiki></code> →<code>{{convert|10|m|ft|disp=table}}</code>
{{para|disp|tablecen}} does the same, and also centers the text:
:<code><nowiki>{{convert|20|m|ft|disp=tablecen}}</nowiki></code> →<code>{{convert|20|m|ft|disp=tablecen}}</code>
The units are added as a column header:
:{| class=wikitable
! style="width:10em;" |
! style="width:10em;" | kilogramsm! style="width:10em;" | pounds! style="width:10em;" | stone and poundsft
|-
| {{para|disp|table}}
| {{convert|10|kgm|lb stlbft|disp=table}}|-|{{para|disp|table}} and {{para|abbr|on}}| {{convert|20|kg|lb stlb|disp=table|abbr=on}}|-|{{para|disp|table}} and {{para|abbr|off}}| {{convert|30|kg|lb stlb|disp=table|abbr=off}}
|-
|{{para|disp|tablecen}}
| {{convert|4020|kgm|lb stlbft|disp=tablecen}}
|-
|{{para|disp|<other>}} <small>(default)</small>
|{{convert|5030|kgm|lb stlbft|disp=}}|-
|}
===Sorting===
:Use both {{para|disp|table}} {{para|sortable|on}} to include a ''hidden numerical sortkey'' in the outputproduce table columns (pipe symbols), suitable for use in a [[Help:Sorting|table with sortable columns]]table column. TechnicallyAs of January 2013, this places a hidden string before only the actual displayed values::<code><nowiki>{{convert|10|m|ft|sortable=on}}</nowiki></code> {{nowrap|1=→ <code><span data-first (lefthand) column will sort-value="7001100000000000000♠"></span>10 metres (33 ftimprovements pending)</code>}}:showing: {{convert|10|m|ft|sortable=on}}.
:{| class="wikitable sortable"
! m
! ft
|-
| {{convert|15+3/4|m|ft|disp=table|sortable=on}}
|-
| {{convert|15.5|m|ft|disp=table|sortable=on}}
|-
| {{convert|16.0|m|ft|disp=table|sortable=on}}
|-
| {{convert|16|m|ft|disp=table|sortable=on}}
|}
==Parameter list==
{{convert/doc/parameter list}}