Difference between revisions 41853 and 41854 on zhwikivoyage

local p = {}
function p.hello(frame)
if  frame.args[1]  == 'abcdefg' then
	return 'true, you entered' .. frame.args[1] .. ''
else
	return 'false, you entered' .. frame.args[1] .. ''
else
	return 'false'
end
end
return p