Jump to content

Template:Temp: Difference between revisions

m
Line 23: Line 23:
{{Temp|99|C|5}}
{{Temp|99|C|5}}


Note that the output only has one decimal place despite the template call asking for five; that's because the answer was 212.50000, and the template won't display zero places. For that reason, <tt><nowiki>{{Temp|100|C|5}}</nowiki></tt> will simply return {{Temp|100|C|5}}.
Note that the output only has one decimal place despite the template call asking for five; that's because the answer was 210.20000, but the template won't display zero places. For that reason, <tt><nowiki>{{Temp|100|C|5}}</nowiki></tt> will simply return {{Temp|100|C|5}}.


==Relative change==
==Relative change==