Module:Coordinates: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary
No edit summary
வரிசை 641:
 
local function coord_wrapper(in_args)
-- Calls the parser function {{#coordinates:}}.
local result = return mw.getCurrentFrame():callParserFunction('#coordinates', in_args) or ''
if string.find(result, "The format of the coordinate could not be determined") ~= nil then
-- We wanted the #coordinates parser function from Extension:GeoData,
-- but we got the one from Extension:Maps instead :(
result = nil
end
return result or ''
end
 
 
local text = ''
"https://tamilar.wiki/w/Module:Coordinates" இலிருந்து மீள்விக்கப்பட்டது