Template:InchDec: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(32 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#vardefine: | <!-- mm = in x 25.4 --> | ||
<!-- | |||
{{#vardefine:whole|{{#expr: {{{1}}} round 0}} }} | |||
{{#vardefine:float|{{#expr: {{{1}}} - 0{{#var:whole}} }} }} | |||
{{#var:whole}} 1/{{#expr: 1 / {{#var:float}} round 4}}" | |||
# Attempted to return a fraction as well. Not working. | |||
--> | |||
{{#vardefine:mm|{{#expr: {{{1}}} * 25.4 round 1}} }} | {{#vardefine:mm|{{#expr: {{{1}}} * 25.4 round 1}} }} | ||
{{# | {{#var:mm}} mm | ||
< | <noinclude> | ||
{{ | {{Documentation}} | ||
[[Category:Template]] | |||
</noinclude> | |||
< | |||
Latest revision as of 00:52, 27 March 2016
Expression error: Unrecognized punctuation character "{". mm
Documentation icon Template documentation[view] [edit] [history] [purge]
Usage
This template takes a decimal length value (in inches) as input and displays this same value, plus the fractional and mm (millimetre) equivalents.
Example Output: 7 3/8" (7.375 in, 187.3 mm)
Example Usage
Enter the Decimal value to be displayed.
{{InchDec|7.375}}
Blank template
{{InchDec|}}
Example Output
Input:
{{InchDec|7.375}}
Output:
187.3 mm
The above documentation is transcluded from Template:InchDec/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |