Difference between revisions of "Template:Convert"

From Surfing Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> {{#expr:{{{1}}}*1.60934}} </includeonly> <noinclude> {{convert|2|km|mi}} </noinclude>")
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>{{#ifeq: {{{2}}} | m |
{{#expr:{{{1}}}*1.60934}}
  {{#ifeq: {{{3}}} | km | <!--m to km--> {{{1}}} m ({{#expr:{{{1}}}*0.001}} km) |
</includeonly>
  {{#ifeq: {{{3}}} | ft | <!--m to ft--> {{{1}}} m ({{#expr:{{{1}}}*3.28084}} ft) |
 
  <!--m to nothing-->}}}}
 
| <!--not conv. from meters-->}}</includeonly><noinclude>
 
==Usage:==
 
* Everything is optional.
<noinclude>
<pre>
{{convert|2|km|mi}}
{{convert|2|m|ft/km}}
</pre>
</noinclude>
</noinclude>

Latest revision as of 21:55, 15 February 2015

Usage:

  • Everything is optional.
{{convert|2|m|ft/km}}