Module:Sandbox/Clockery: Difference between revisions

Content deleted Content added
test function
fix concatenation operator
Line 15:
numberItems = frame.args.num or 42
if (numberItems == 42)
then msg = numberItems .. " is the answer. But what is the question?"
else msg = numberItems .. " is not the answer to the Ultimate Question of Life, the Universe, and Everything, please try again"
end
return msg