This template creates a sortable pair of measurements with the length in miles centered over the equivalent length in kilometers for use in a table.

Use edit

The syntax of this template is:

{{miokm|var1|var2|var3}}

where:

  • var1 is the length in miles
  • var2 is the optional number of decimal places for miles {default=0)
  • var3 is the optional number of decimal places for kilometers (default=var2)

Examples edit

code result
{{miokm|123.456}}
123 miles
199 km
{{miokm|123.456|1}}
123.5 miles
198.7 km
{{miokm|123.456|2|1}}
123.46 miles
198.7 km
{{miokm|123.456|-1|note=This example rounds to tens.}}
120 miles
200 km[a]

Note edit

  1. ^ This example rounds to tens.

See also edit