Module:Citation/CS1/Identifiers: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary |
No edit summary |
||
வரிசை 13:
local z ={}; -- tables in Module:Citation/CS1/Utilities
local cfg
--[[--------------------------< E X T E R N A L _ L I N K _ I D >----------------------------------------------
வரிசை 682:
return id_list;
end
--[[--------------------------< S E T _ C F G >----------------------------------------------------------------
Sets cfg table to use either the live version or the sandbox version of Module:Citation/CS1/Configuration
]]
local function set_cfg (sandbox)
if sandbox then
cfg = mw.loadData ('Module:Citation/CS1/Configuration/sandbox');
else
cfg = mw.loadData ('Module:Citation/CS1/Configuration');
end
end
வரி 687 ⟶ 703:
build_id_list = build_id_list,
extract_ids = extract_ids,
set_cfg = set_cfg;
}
| |||