Template:Convert
Basic measurement conversion template for displaying both metric and imperial units at the same time regardless of input type.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| fromUnit | fromUnit | Origin unit this measurement was made in.
| String | required |
| toUnit | toUnit | The unit that the measured value should be converted to.
| String | required |
| value | value | The measured value to convert from. NO FRACTIONS! Decimal only! 1/2 = 0.5, 1/4 = 0.25, 1/8th = 0.125, 1/16th = 0.0625
| Number | required |