Difference between revisions 41847 and 41849 on zhwikivoyage

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