Revision 41837 of "Module:Gabrielchihonglee003" on zhwikivoyage

local p = {}
function p.hello(frame)
if frame.args[1] == '496' then
	return 'blablabla'
end
end
return p