Template:InchDec: Difference between revisions

From The Freestyle Knowledge Base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
{{#vardefine:float|{{#expr: {{{1}}} - {{#var:whole}} }} }}
{{#vardefine:float|{{#expr: {{{1}}} - {{#var:whole}} }} }}
{{#var:whole}}  
{{#var:whole}}  
{{#ifeq:{{#var:float}}|0.0625|1/16"}} ({{{1}}} in, {{#var:mm}} mm)
<!--{{#ifeq:{{#var:float}}|0.0625|1/16"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.125|1/8"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.125|1/8"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.1875|3/16"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.1875|3/16"}} ({{{1}}} in, {{#var:mm}} mm)
Line 19: Line 19:
{{#ifeq:{{#var:float}}|0.875|7/8"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.875|7/8"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.9375|15/16"}} ({{{1}}} in, {{#var:mm}} mm)
{{#ifeq:{{#var:float}}|0.9375|15/16"}} ({{{1}}} in, {{#var:mm}} mm)
-->


<noinclude>
<noinclude>

Revision as of 04:40, 18 February 2016



Expression error: Unrecognized punctuation character "{".


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:



7