Difference between revisions of "Template:Convert"

From LFS Manual
Jump to navigationJump to search
m
m
Line 3: Line 3:
 
| kmh = km/h
 
| kmh = km/h
 
}} ({{#expr:  
 
}} ({{#expr:  
 +
 
{{{1}}} *  
 
{{{1}}} *  
 +
 
{{#ifeq:{{{2|}}}-{{{3|}}} | km-mi | 0.621371192 }}
 
{{#ifeq:{{{2|}}}-{{{3|}}} | km-mi | 0.621371192 }}
 
{{#ifeq:{{{2|}}}-{{{3|}}} | kmh-mph | 0.621371192 }}
 
{{#ifeq:{{{2|}}}-{{{3|}}} | kmh-mph | 0.621371192 }}
 +
{{#ifeq:{{{2|}}}-{{{3|}}} | kw-bhp | 1.341 }}
 +
{{#ifeq:{{{2|}}}-{{{3|}}} | nm-lbft | 8.851 }}
 +
 
round {{{round|0}}}
 
round {{{round|0}}}
 +
 
}} {{#ifeq:{{{3|}}}
 
}} {{#ifeq:{{{3|}}}
 
| mi | mi
 
| mi | mi
 
| mph | mph
 
| mph | mph
 
}})</includeonly><noinclude>{{documentation}}</noinclude>
 
}})</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 16:09, 9 December 2023

Template Info-Icon.png

Template documentation

View - Edit

Usage

Markup Renders as
{{convert|1|km|mi|round=2}}

1 km (0.62 mi)

Markup Renders as
{{convert|1|km2|mi2|round=2}}

1 (Expression error: Unexpected round operator. mph)

Markup Renders as
{{convert|1|kmh|mph|round=3}}

1 km/h (0.62 mph)

Markup Renders as
{{convert|1|kmh|mph|round=2}}

1 km/h (0.62 mph)

Markup Renders as
{{convert|200|kw|bhp}}

200 (268 mph)

Markup Renders as
{{convert|400|nm|lbft}}

400 (3540 mph)