Difference between revisions 41849 and 41850 on zhwikivoyage

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