13,398
edits
No edit summary |
No edit summary |
||
Line 412: | Line 412: | ||
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 | ||
mw.logObject(args, 'args') | |||
if currentTitle.namespace == 0 then | if currentTitle.namespace == 0 then | ||
local key = currentTitle.prefixedText | local key = currentTitle.prefixedText |
edits