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

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
imported>Kanags
சிNo edit summary
No edit summary
 
(பயனரால் செய்யப்பட்ட 3 இடைப்பட்ட திருத்தங்கள் காட்டப்படவில்லை.)
வரிசை 1:
--[[
This module is changed from original don't edit
 
This module is intended to replace the functionality of {{Coord}} and related
templates. It provides several methods, including
வரி 640 ⟶ 642:
end
 
local function coord_wrapper(in_args)
-- Calls the parser function {{#coordinates:}}.
return local result = 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" இலிருந்து மீள்விக்கப்பட்டது