Module:Ordnance Survey coordinates/sandbox: Difference between revisions

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 namespace = mw.title.getCurrentTitle().namespace;
 
 
local function northeast(lett,num,shift)
Line 382 ⟶ 383:
for i = restargs,#args do
url = url..'_'..args[i]
end
if yesno(rawurl) then
url = url..'_debug:true'
end
if string.find(input,"region") == nil then