Template:Mikm

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
[edit] [purge] Template documentation

This template is used for creating entries in a sortable table which includes both miles and kilometer lengths, by automatically converting any mile lengths into kilometers.

Usage

{{Mikm|miles}}
{{Mikm|miles|round}}
{{Mikm|miles|round|note}}

Options

miles is the length in miles
round is the precision for rounding; the default is 0.
note is any footnotes to append to the mile measurement.

Examples

The following table

Miles Kilometers
250.1 402
365.2 587.7
2.17828 (approx.) 3.506

was produced using the following code

{| class="wikitable sortable"
! Miles !! Kilometers
{{Mikm|250.1}}
|-
{{Mikm|365.2|1}}
|-
{{Mikm|2.17828|3| ''(approx.)''}}
|}

See also