Difference between revisions of "Template:Mph"
Line 1: | Line 1: | ||
− | <includeonly>{{{1|}}} mph ( | + | <includeonly>{{{1|}}} mph ({{#expr:{{{1|}}}*1.60934 round 1}} km/h)</includeonly><noinclude> |
===Source=== | ===Source=== | ||
<code><nowiki>{{{1|}}} mph ({{#expr:{{#expr:{{{1|}}}*1.60934}} round 1 }} km/h)</nowiki><noinclude></code><br /> | <code><nowiki>{{{1|}}} mph ({{#expr:{{#expr:{{{1|}}}*1.60934}} round 1 }} km/h)</nowiki><noinclude></code><br /> |
Revision as of 18:23, 6 October 2013
Source
{{{1|}}} mph ({{#expr:{{#expr:{{{1|}}}*1.60934}} round 1 }} km/h)
Usage
Used to display a value in km/h beside a value in mph. To use this template, type the following:
{{Mph|100}}
into an article while using Source Mode. Only use numeric figures. The template will display "mph" after the entered text.