Modul:Location map: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Show map of > Tampilkan peta
terjemahkan pesan galat
Baris 12:
function p.getMapParams(map, frame)
if not map then
error('TheNama namedefinisi ofpeta thelokasi locationyang mapakan definitiondigunakan toharus use must be specifiedditentukan', 2)
end
local moduletitle = mw.title.new('Module:Location map/data/' .. map)
if not moduletitle then
error(string.format('%q isbukan notnama ayang valid nameuntuk fordefinisi apeta location map definitionlokasi', map), 2)
elseif moduletitle.exists then
local mapData = mw.loadData('Module:Location map/data/' .. map)
Baris 31:
end
else
error('UnableTidak todapat findmenemukan thedefinisi specifiedpeta locationlokasi mapyang definitionditentukan: "ModuleModul:Location map/data/' .. map .. '" does nottidak existada', 2)
end
end
Baris 71:
return retval
end
error('The valueNilai "' .. decimal .. '" providedyang fordisediakan untuk ' .. direction .. ' is nottidak validsah', 2)
elseif seconds and not minutes then
error('Seconds were provided for ' .. direction .. ' without minutes also being provided', 2)
Baris 84:
decimal = tonumber(degrees)
if not decimal then
error('TheNilai degree valuederajat "' .. degrees .. '" providedyang fordisediakan untuk ' .. direction .. ' is nottidak validsah', 2)
elseif minutes and not tonumber(minutes) then
error('TheNilai minute valuemenit "' .. minutes .. '" providedyang fordisediakan untuk ' .. direction .. ' is nottidak validsah', 2)
elseif seconds and not tonumber(seconds) then
error('TheNilai second valuedetik "' .. seconds .. '" providedyang fordisediakan untuk ' .. direction .. ' is nottidak validsah', 2)
end
decimal = decimal + (minutes or 0)/60 + (seconds or 0)/3600
Baris 113:
mw.logObject(para, 'para')
mw.logObject(coord, 'coord')
return error('MalformedKesalahan coordinatesformat valuenilai koordinat', 2)
end
return tonumber(result[1]) * hemisphereMultipliers[para][result[2]]