Module:Sandbox/Clockery: Difference between revisions

Content deleted Content added
.
..
Line 14:
p.Hitchhiker = function(frame)
if (tonumber(frame.args[1]) == 42)
then msg = tonumber(frame.args[1]) .. " is the answer. But what is the question?"
else msg = tonumber(frame.args[2]) .. " is not the answer to the Ultimate Question of Life, the Universe, and Everything, please try again"
end
return msg