Module:Sandbox/A ka es: Difference between revisions

Content deleted Content added
A ka es (talk | contribs)
No edit summary
A ka es (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 26:
--task5
function p.temperature_three(frame)
cel = frame.args.celsiuscelsius2
fah = cel * 9 / 5 + 32
if cel > 10 then
Line 33:
msg = " it is not warm."
end -- "if" needs an "end" too
return "The temperature is " .. fah .. ", " .. msg .. ".<br>"
end