Difference between revisions 41845 and 41846 on zhwikivoyage

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