Changes

Jump to: navigation, search

Template:Convert/doc

17,806 bytes removed, 23:24, 29 February 2020
no edit summary
{{documentation subpage}}=== Units of measurement usage on Wikivoyage ===Format This template converts measurements from one unit and conventions used for units can be found at [[Wikivoyage:Measurements]]presents the results.
To ensure units are displayed correctly, the simplified individual template should be used.For example:
The Convert template can be used in cases where standard format is not optimum.==== Simplified unit of measurement templates ====*{{tlt|convert|1|km}} , {{tl|mi}}*{{tlconvert|m}} , {{tl1|ft}}, {{tlkm|ydmi}}<br>*{{tlt|mm}} , {{tlconvert|in}}*{{tl7|ha}} , {{tlmi|acrekm}}* {{tlconvert|km2}} , {{tl7|mi2}}* {{tlmi|m2}} , {{tl|ft2}}* {{tl|kmh}} , {{tl|mph}}* {{tl|kg}} , {{tl|lb}}* {{tl|g}} , {{tl|oz}}* {{tl|C}} , {{tl|Fkm}}
=== Convert template usage ==='''Template {{tl|convert}}''' ''calculates'' measurements from one unit (you can enter) to another one, and then ''presents the results''. For example::<code><nowiki>{{convert|2|km|mi}}</nowiki></code> → {{kilometer|2|km|mi}}:<code><nowiki>{{convert|7|mi|km}}</nowiki></code> → {{kilometer|7|mi|km}}<br /> Multiple '''formatting''' and calculation options are listed below. ==Unit name or symbol (abbreviation): ''1 pound'' or ''1 lb''?==By default, the first value shows unit name, the second the symbols (= abbreviation).Use {{para|abbr|on/off}} to change this behaviour::<code><nowiki>{{convert|1|lb|kg}}</nowiki></code> → {{pound|1|lb|kg}} (To compare; default: first value shows unit name):<code><nowiki>{{convert|1|lb|kg|abbr=on}}</nowiki></code> → {{pound|1|lb|kg|abbr=on}}:<code><nowiki>{{convert|1|lb|kg|abbr=off}}</nowiki></code> → {{pound|1|lb|kg|abbr=off}}* {{para|abbr|in}} toggles the default behaviour ({{para|abbr|out}})::<code><nowiki>{{convert|1|lb|kg|abbr=in}}</nowiki></code> → {{pound|1|lb|kg|abbr=in}} ==Adjective: ''a 10-mile distance''==Use {{para|adj|on}} to produce the adjective form. The difference::<code><nowiki>{{convert|10|mi|km}} to go</nowiki></code> → {{mile|10|mi|km}} to go. ''(To compare, default)'':<code><nowiki>A {{convert|10|mi|km|adj=on}} distance</nowiki></code> → A {{mile|10|mi|km|adj=on}} distance. ''(Adjective form)'' ==Rounding: ''100 ft'' is ''30&nbsp;m'' or ''30.5&nbsp;m'' or ''30.48&nbsp;m''?==In detail, it is {{convert|100|ft|mm|sigfig=5|disp==}}. In practical use, it is common to round the calculated metric number. With that, there are several possibilities. ===Default rounding===UsageBasic examples: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 [[#Rounding temperatures|below]]).
{| class="wikitable"
|'''Input'''||'''Displays as'''
|-
! colspan="|<nowiki>{{convert|3" .21|kg|lb}}</nowiki>||{{convert|3.21|kg| Examples of roundinglb}}
|-
|'''Input'''<nowiki>{{convert|3.21|'''Displays as'''kg|lb|'''Note'''0}}</nowiki>||{{convert|3.21|kg|lb|0}}
|-
|<nowiki>{{convert|12310|ftkg|mlb|-1disp=or}}</nowiki>||{{convert|12310|ftkg|mlb|-1disp=or}} ||
|-
|<nowiki>{{convert|1236|ft|m5|0in|m}}</nowiki>||{{convert|1236|ft|m5|0in|m}} ||<!--This is currently broken
|-
|<nowiki>{{convert|123|ft2|m|1ftin}}</nowiki>||{{convert|123|ft2|m|1ftin}} ||-->
|-
|<nowiki>{{convert|55010|ft|m|0mi}}</nowiki>||{{convert|55010|ft|m|0mi}} || Approximate value is 167.64 m
|-
|<nowiki>{{convert|550100|ft|mmpgus}}</nowiki>||{{convert|550100|ft|mmpgus}} || Rounds to 170, when approximate value is 167.64 m
|-
|<nowiki>{{convert|500120|ft|m|0km/h}}</nowiki>||{{convert|500120|ft|m|0km/h}} || Approximate value is 152.4 m
|-
|<nowiki>{{convert|50018|ft°C|m}}</nowiki>||{{convert|500|ft|m}} || Rounds to 150, when approximate value is 152.4 m|}<!--NOTE: rows require "nowiki", using &#123;{ disappears. --> ''Convert'' supports four types of rounding: ===Round to a given precision: ''use {{para|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 1/10 this number. For instance, if the result is 8621 and the round number is "-2", the result will be 8600. If the result is "234.0283043" and the round number is "0", the result will be 234. ===Round to a given number of significant figures: ''use {{para|sigfig|}}''===To specify the output number to be with ''n'' significant figures use {{para|sigfig|&lt;number>}}:* <small>To compare:</small> <nowiki>{{convert|1200|ft|m}}</nowiki> → {{convert|1200|ft|m}}* <nowiki>{{convert|1200|ft|m|sigfig=4}}</nowiki> → {{convert|1200|ft|m|sigfig=4}}* <nowiki>{{convert|1200|ft|m|sigfig=3}}</nowiki> → {{convert|1200|ft|m|sigfig=3}}* <nowiki>{{convert|1200|ft|m|sigfig=2}}</nowiki> → {{convert|1200|ft|m|sigfig=2}}* <nowiki>{{convert|1200|ft|m|sigfig=1}}</nowiki> → {{convert|1200|ft|m|sigfig=1}}Setting {{para|sigfig|&lt;=0}} is meaningless* <nowiki>{{convert|1200|ft|m|sigfig=0}}</nowiki> → {{convert|1200|ft|m|sigfig=0}} ===Round to a multiple of 5: ''15'', ''20'', ''25'', ...===Using {{para|round|5}} rounds the outcome to a multiple of 5.:<code><nowiki>{{convert|10|m|ft}}</nowiki></code> → {{convert|10|m|ft}}:<code><nowiki>{{convert|10|m|ft|round=5}}</nowiki></code> → {{convert|10|m|ft|round=5}} Similar: using {{para|round|25}} rounds the outcome to a multiple of 25.:<code><nowiki>{{convert|10|m|ft}}</nowiki></code> → {{convert|10|m|ft}}:<code><nowiki>{{convert|10|m|ft|round=25}}</nowiki></code> → {{convert|10|m|ft|round=25}}:<small>To compare:</small> <code><nowiki>{{convert|10|m|ft|sigfig=4}}</nowiki></code> → {{convert|10|m|ft|sigfig=4}} In a range, one can round ''each value'' individually to the default. Use {{para|round|each}}::<code><nowiki>{{convert|10 x 200 x 3000|m|ft}}</nowiki></code> → {{convert|10 x 200 x 3000|m|ft}}:<code><nowiki>{{convert|10 x 200 x 3000|m|ft|round=each}}</nowiki></code> → {{convert|10 x 200 x 3000|m|ft|round=each}} ===Round to a multiple of a given fraction: ''2 3/16 inch''===Specify the desired ''denominator'' using {{para|frac|&lt;some positive integer&gt;}}. (Denominator is the below-the-slash number, for example the 3 in 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::<code><nowiki>{{convert|8|cm|in|frac=100}}</nowiki></code> → {{convert|8|cm|in|frac=100}}:<code><nowiki>{{convert|8|cm|in}}</nowiki></code> → {{convert|8|cm|in|sigfig=4}} (To compare) ==={{anchor|Rounding temperatures}}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.:<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|2018|C-change|F-change K-change}}</nowiki></code> → A rise of {{convert|20|C-change|F-change K-change}} :<small>To compare: "A temperature of 20 °C" would yield: A temperature of {{convert|20|C|F K°F}}</small> ==Into multiple units: ''{{convert|10|C|F K}}''==Separate the multiple output units by a space::<code><nowiki>{{convert|10|C|F K}}</nowiki></code> → {{convert|10|C|F K}}:<code><nowiki>{{convert|5|km|mi nmi}}</nowiki></code> → {{convert|5|km|mi nmi}} ==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 "by"::<code><nowiki>{{convert|6|by|12|ft|m}}</nowiki></code> → {{convert|6|by|12|ft|m}};Use "×" or ""x""::<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>&#x7c;x&#x7c;</code> and {{para|abbr|on}} (keeping dimensions right, like in ''area = x km<sup>2</sup>'')::<code><nowiki>{{convert|6|x|12|m|ft|abbr=on}}</nowiki></code> → {{convert|6|x|12|m|ft|abbr=on}} ===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|mm}}</nowiki></code> → {{convert|1|ft|3|in|mm}} <small>(to compare)</small>* <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}} ==Words=====Spelling of unit name: UK ''metre'' or US ''meter''?===Default spelling of units is en-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}} ===Spell out numbers: ''ten miles''===To write a number in words, use {{para|spell|in}}::<code><nowiki>{{convert|10|mi|m|spell=in}}</nowiki></code> → {{convert|10|mi|m|spell=in}} To make first letter a capital, use {{para|spell|In}}:<code><nowiki>{{convert|10|mi|m|spell=In}}</nowiki></code> → {{convert|10|mi|m|spell=In}} ===Extra words: ''4 planted acres''===:''Incomplete section'':<code><nowiki>{{convert|4|acre||adj=pre|planted}}</nowiki></code> → {{convert|4|acre||adj=pre|planted}} ===Extra adjective words: ''A {{convert|10|ft|ft|adj=mid|-long|disp=out|order=flip}} corridor''===:<code><nowiki>{{convert|4|ft|m|adj=mid|-long}}</nowiki></code> → {{convert|10|ft|m|adj=mid|-long}} ===Grammatical construction: ''The 18-, 24- and 32-pounder (8, 11 and 15 kg) cannons''===: "''The American defenders had 18-, 24- and 32-pounder (8,&nbsp;11&nbsp;and 15&nbsp;kg) cannons.''"This formatted result is not possible straightforward by using {{tl|convert}}. However, it can be made in three steps.:'''Step 1:''' Enter the input numbers and units in {{tl|convert}} just to get the calculated output::*<code><nowiki>had {{convert|18 |, |24 |, |32 |lb |kg |0 }} cannons</nowiki></code>::→ had {{convert|18 |, |24 |, |32 |lb |kg |0 }} 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 {{tl|convert|...}} template.:For this, '''add&nbsp;<code>subst:</code> to the template name''' (for 'substitute') ::*<code><nowiki>had {{</nowiki>'''subst:'''<nowiki>convert|18 |, |24 |, |32 |lb |kg |0 }} cannons</nowiki></code>:As a check: the preview result should show the conversion correct, with the numbers still right.:'''Now save this'''.::→ had 18,&nbsp;24,&nbsp;32 pounds (8,&nbsp;11,&nbsp;15&nbsp;kg) cannons:'''Step 3:''' When opening the edit screen again, you'll see that the text is there in code. The template {{tl|convert|...}} itself has disappeared. You can change the text as needed. The edit screen text is:::<code><nowiki>had 18,&amp;nbsp;24,&amp;nbsp;32 pounds (8,&amp;nbsp;11,&amp;nbsp;15&amp;nbsp;kg) cannons</nowiki></code>:You can edit this text to add the grammar::*<code>had 18'''-''','''_'''24'''-_and_'''32'''-'''pound'''er''' (8,&amp;nbsp;11'''_and_'''15&amp;nbsp;kg) cannons </code>:After saving your edit, it shows:::→ "had 18-, 24- and 32-pounder (8,&nbsp;11&nbsp;and 15&nbsp;kg) cannons". ==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. To illustrate, these are trivial calculations (from meter to meter), showing the multiplication factor:* {{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 meter):* <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</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|μ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>{{convert|1,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> Set {{para|comma|off}} to remove the separator:*<code><nowiki>{{convert|1234567|m|ft|comma=off}}</nowiki></code> → {{convert|1234567|m|ft|adj=nocomma}} Use {{para|comma|gaps}} to set digit grouping by gap (<code>&lt;space></code>) in larger numbers (thousands separator):*<code><nowiki>{{convert|1234567|m|ft}}</nowiki></code> → {{convert|1234567|m|ft}} <small>(To compare, default)</small>*<code><nowiki>{{convert|1234567|m|ft|comma=gaps}}</nowiki></code> → {{convert|1234567|m|ft|comma=gaps}} Setting {{para|comma|5}} or {{para|comma|gaps5}} will only add the separator when the number of digits is 5 or more:*<code><nowiki>{{convert|1234|m|ft}}</nowiki></code> → {{convert|1234|m|ft}} (To compare, default)*<code><nowiki>{{convert|1234|m|ft|comma=5}}</nowiki></code> → {{convert|1234|m|ft|comma=5}}*<code><nowiki>{{convert|1234567|m|ft|comma=5}}</nowiki></code> → {{convert|1234567|m|ft|comma=5}}*<code><nowiki>{{convert|1234|m|ft|comma=gaps5}}</nowiki></code> → {{convert|1234|m|ft|comma=gaps5}}*<code><nowiki>{{convert|1234567|m|ft|comma=gaps5}}</nowiki></code> → {{convert|1234567|m|ft|comma=gaps5}} ==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}}</nowiki></code> → {{convert|10|m|ft}} -- ''(&nbsp;) brackets are the default'':<code><nowiki>{{convert|10|m|ft|disp=sqbr}}</nowiki></code> → {{convert|10|m|ft|disp=sqbr}}:<code><nowiki>{{convert|10|m|ft|disp=comma}}</nowiki></code> → {{convert|10|m|ft|disp=comma}}:<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>&lt;br></code>) :<code><nowiki>{{convert|10|m|ft|disp=br}}</nowiki></code> → {{convert|10|m|ft|disp=br}}Setting {{para|disp|x{{!}}...}} allows any text as separator: :<code><nowiki>{{convert|10|m|ft|disp=x|_MyText_}}</nowiki></code> → {{convert|10|m|ft|disp=x|_MyText_}} -- <small>(To display spaces, use <code>&amp;nbsp;</code>)</small> ===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::<code><nowiki>{{convert|1|mi|m}}</nowiki></code> → {{convert|1|mi|m|sigfig=5|abbr=off}} <small>(To compare, default)</small>:<code><nowiki>{{convert|1|mi|m|order=flip}}</nowiki></code> → {{convert|1|mi|m|order=flip|sigfig=5|abbr=off}}<!-- Extra settings added to enhance the illustration. Don't know if this is ideal way of documenting. DePiep, August 2014. --> When converting to multiple units, the effect is::<code><nowiki>{{convert|10|km|mi nmi|order=flip}}</nowiki></code> → {{convert|10|km|mi nmi|order=flip|sigfig=5|abbr=off}}:<code><nowiki>{{convert|10|km|nmi mi|order=flip}}</nowiki></code> → {{convert|10|km|nmi mi|order=flip|sigfig=5|abbr=off}} === Displaying parts of the result: ''{{convert|2|cuyd|m3|abbr=values}}''===It is possible to display only parts of the conversion result:<!-- todo: describe effect of order=flip ("out" means 1st or 2nd measurement?) --> {| class="wikitable"! Convert !! Output !! Description
|-
| <code><nowiki>{{convert|2-15|cuydC|m3F}}</nowiki></code> || {{convert|2-15|cuydC|m3F}} || Default, to compare
|-
| <code><nowiki>{{convert|29|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=oute6USgal|abbr=off}}</nowiki></code> || {{convert|29|cuyd|cuyd|0|disp=oute6USgal|abbr=off}} || Input (''workaround'')|-| <codebr><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|-| <code><nowiki>{{convert|2|cuyd|m3|disp=out|abbr=off}}</nowiki></code> || {{convert|2|cuyd|m3|disp=ou|abbr=offt}} || Output value and unit|} ==Table options==For the wikitable structure, there are two options: split over columns and make the table sortable.===Show numbers only in columns in a table===Using {convert} in a table cell, with {{para|disp|table}} splits the result over two columns::<code><nowiki>{{convert|10|m|ft|disp=table}}</nowiki></code> → {{convert|10|m|ft|disp=table}} {{para|disp|tablecen}} does the same, and also centers the text::<code><nowiki>{{convert|20|m|ft|disp=tablecen}}</nowiki></code> → {{convert|20|m|ft|disp=tablecen}} The units are added as a column header::{| class=wikitable! style="width:10eme6" scales the input to millions;the " | &nbsp;! styleabbr=off"width:10em;yields the " | m! style=mega"width:10em;" | ft|-| {{para|disp|table}}| {{convert|10|m|ft|disp=table}}|-|{{para|disp|tablecen}}| {{convert|20|m|ft|disp=tablecen}}|-|{{para|disp|&lt;other>}} in the output.<smallbr>(default)</small>|{{convert|30|m|ft|disp=}}|} ===Sorting===:Use both {{para|disp|table}} {{para|sortable|on}} to produce table columns (pipe symbols), with sortable table column. As of January 2013, Scaling is only the first (lefthand) column will sort (improvements pending)available for Single value conversions. Not all units are supported:<nowiki>{{convert|10|m|ft|disp=table|sortable=on}}</nowiki> →<code>{{nowrap|{{convert|10|m|ft|disp=table|sortable=on}}}}</code>:This shows the hidden numerical sortkey:<code>align="right"|&lt;span style="display:none">7001100000000000000&lt;/span>10 |align="right"|33</code> :{| class="wikitable sortable"! m! ft
|-
| <nowiki>{{convert|15+31250|sqft|m2|lk=in|sigfig=2}}</4nowiki> |m|ft{{convert|disp1250|sqft|m2|lk=tablein|sortablesigfig=on2}}<br/>
|-
| <nowiki>{{convert|1520.5|mm3|ftcuyd|displk=tableout|sortableabbr=on}}</nowiki>||{{convert|20.5|m3|cuyd|1|lk=out|abbr=on}}<br/>Note 'lk=out' links only the output unit, [[cu yd]].
|-
| <nowiki>{{convert|16.0641|macre|ftha sqmi|displk=tableon}}</nowiki>|sortable|{{convert|641|acre|ha sqmi|lk=on}}
|-
| <nowiki>{{convert|16641|macre|ftha sqmi|disp2|lk=tableon}}</nowiki>||{{convert|641|acre|ha sqmi|2|sortablelk=on}}<br/> Although 640 acres equals 1 square mile; 641 acres rounded to two decimal places equals 1.00&nbsp;sq&nbsp;mi.
|}
==Parameter list=={{convertMore documentation can be found at [[wikipedia:Template:Convert/doc/parameter list}}]].
<includeonly>[[Category:Formatting and function templates‎Experimental templates|{{PAGENAME}}]][[Category:Inline templates]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>



Navigation menu