Module:Sandbox/Ash Crow: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 14:
 
p.temperature = function(frame)
cel = tonumber(frame.args.celsius) or 0)
fah = cel * 9 / 5 + 32
if cel > 20 then
Line 21:
msg = " It's not that warm."
end
return "The temperature in fahrenheit is " .. fah .. "°F." .. msg
end