Revision 41850 of "Module:Gabrielchihonglee003" on zhwikivoyage

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