Module:Ordnance Survey coordinates/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 298:
local pos = s:find('\127', 1, true)
if pos then
local marker = texts:sub(1, pos)
local parts = mw.text.split(s or '', '[\127]', true)
local text, references
Line 309:
end
return text,reference
else
return text,nil
end
return texts,nil
end