Difference between revisions of "Template:Temperature"
(Rounding) |
(Enter a short summary [b]) |
||
Line 1: | Line 1: | ||
− | <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. | + | <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. Temperature must be between 0 and 9999 inclusive. |
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 20:24, 24 August 2021
The argument t is the temperature in Kelvin. It will be displayed in °C, and in K and °F in a tooltip. Temperature must be between 0 and 9999 inclusive. Example: {{ Temperature | t=1000 }} and you will get 726.85°C