Module:Sandbox/Clockery: Difference between revisions

Content deleted Content added
try again?
No edit summary
Line 28:
 
p.temperature2 = function(frame)
celscelsius = frame.args.celscel or 0
--fah = (celscelsius * 9 / 5) + 32
--msg = tonumber(cels)celsius .. " degrees Celsius is " .. fah .. " degrees Fahrenheit.<br>"
if (celscelsius > 9) then
msg = msg .. " It is warm.<br>"
--else
-- msg = msg .. " It is cold.<br>"
end
return msg