13,398
edits
No edit summary |
No edit summary |
||
Line 410: | Line 410: | ||
builder:wikitext('[[Category:Location maps with removed parameters|' .. key ..' ]]') | builder:wikitext('[[Category:Location maps with removed parameters|' .. key ..' ]]') | ||
end | end | ||
end | end | ||
if (x < 0 or x > 100 or y < 0 or y > 100) and not args.outside then | if (x < 0 or x > 100 or y < 0 or y > 100) and not args.outside then |
edits