Modul:Location map: Perbezaan antara semakan

Kandungan dihapus Kandungan ditambah
Zamwan (bincang | sumb.)
Tiada ringkasan suntingan
baiki paparan peta
Baris 14:
error('The name of the location map definition to use must be specified', 2)
end
local moduletitle = mw.title.new('Module:LocationPeta maplokasi/data/' .. map)
if not moduletitle then
error(string.format('%q is not a valid name for a location map definition', map), 2)
Baris 21:
return function(name, params)
if name == nil then
return 'Module:LocationPeta maplokasi/data/' .. map
elseif mapData[name] == nil then
return ''
Baris 351:
function p.mark(frame, args, map)
if not args then
args = getArgs(frame, {wrappers = 'TemplateTemplat:LocationPeta maplokasi~'})
end
local mapnames = {}
Baris 491:
local caption_list = {}
if not args then
args = getArgs(frame, {wrappers = 'TemplateTemplat:LocationPeta maplokasi', valueFunc = p.valueFunc})
end
if args.useWikidata == nil then