Die Dokumentation für dieses Modul kann unter Modul:HeikoBot/Sandbox/Doku erstellt werden

p = {}

function p.Test(frame)
	t = ""
	for i = frame.args[1], frame.args[1] + 5 do
		t = t .. i .. ": " .. frame:callParserFunction( "#geocode", "Schwabacher Straße " .. i .. ",Fürth,Bayern,Deutschland" )
	end
	return t
end

return p