Module:Sandbox/Alicia Fagerving (WMSE): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 18:
cel = frame.args.celsius
fah = cel * 9 / 5 + 32
return "so " .. frame.args.celsius .. " celsius is " .. fah .. " fahrenheit."
return fah
end