Content deleted Content added
debugging |
rv |
||
Line 32:
local oscoord = {}
local getArgs = require('Module:Arguments').getArgs
local namespace = mw.title.getCurrentTitle().namespace; ▼
local yesno = require('Module:Yesno')
local function northeast(lett,num,shift)
Line 382 ⟶ 383:
for i = restargs,#args do
url = url..'_'..args[i]
end
if string.find(input,"region") == nil then
|