Difference between revisions of "Template:Temperature"
(Display temperature in degrees C only, move Kelvin and Fahrenheit into a tooltip) |
(Rounding) |
||
Line 1: | Line 1: | ||
− | <includeonly><span class="temperature" data-toggle="tooltip" data-original-title="{{{t}}}K; {{#expr:({{{t}}}*1.8)-459.67}}°F">{{#expr:{{{t}}}-273.15}}°C</span></includeonly><noinclude>The argument ''t'' is the temperature in Kelvin. It will be displayed in °C, and in K and °F in a tooltip. | + | <includeonly><span class="temperature" data-toggle="tooltip" data-original-title="{{{t}}}K; {{#expr:({{{t}}}*1.8)-459.67 round 2}}°F">{{#expr:{{{t}}}-273.15 round 2}}°C</span></includeonly><noinclude>The argument ''t'' is the temperature in Kelvin. It will be displayed in °C, and in K and °F in a tooltip. |
Example: <nowiki>{{ Temperature | t=1000 }}</nowiki> and you will get {{ Temperature | t=1000 }} </noinclude> | Example: <nowiki>{{ Temperature | t=1000 }}</nowiki> and you will get {{ Temperature | t=1000 }} </noinclude> |
Revision as of 15:18, 5 October 2014
The argument t is the temperature in Kelvin. It will be displayed in °C, and in K and °F in a tooltip. Example: {{ Temperature | t=1000 }} and you will get 726.85°C