Template:InchFrac: Difference between revisions

From The Freestyle Knowledge Base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
{{#vardefine:inchDecimal|{{#expr: {{{1}}} + {{{2}}}}} }}
{{#vardefine:inchDecimal|{{#expr: {{{1}}} + {{{2}}}}} }}
{{#vardefine:inchFraction|{{{1}}} {{{2}}} }}
{{#vardefine:inchFraction|{{{1}}} {{{2}}} }}
{{#vardefine:mm|{{#expr: {{#var:decimal}} * 25.4 round 1}} }}
{{#vardefine:mm|{{#expr: {{#var:inchDecimal}} * 25.4 round 1}} }}
{| class="wikitable"
{| class="wikitable"
! style="text-align:left;"| Inches (Frac) !! Inches (Dec) !! Millimetre
! style="text-align:left;"| Inches (Frac) !! Inches (Dec) !! Millimetre
|-
|-
| {{#var:fraction}}" || {{#var:decimal}}" ||  {{#var:mm}} mm
| {{#var:inchFraction}}" || {{#var:inchDecimal}}" ||  {{#var:mm}} mm
|-
|-
|}
|}

Revision as of 05:13, 18 February 2016



Inches (Frac) Inches (Dec) Millimetre
{{{1}}} {{{2}}}" Expression error: Unrecognized punctuation character "{"." Expression error: Unexpected < operator. mm


Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

This template takes a fractional length value (in inches) as two inputs (the whole number, and the fraction) and displays this same value, plus the decimal and mm (millimetre) equivalents.

Example Output: 7 3/8" (7.375 in, 187.3 mm)

Example Usage

Enter the Decimal value to be displayed.

{{InchFrac|7|3/8}}

Blank template

{{InchFrac|}}