Module:Citation/CS1/Identifiers: Difference between revisions
no edit summary
m>Trappist the monk No edit summary |
m>Trappist the monk No edit summary |
||
Line 2: | Line 2: | ||
local identifiers = {}; | local identifiers = {}; | ||
--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- | |||
]] | |||
local is_set = utilities.is_set ; -- functions in Module:Citation/CS1/Utilities | |||
local in_array = utilities.in_array; | |||
local set_error = utilities.set_error; | |||
local select_one = utilities.select_one; | |||
local add_maint_cat = utilities.add_maint_cat; | |||
local z ={}; -- tables in Module:Citation/CS1/Utilities | local z ={}; -- tables in Module:Citation/CS1/Utilities | ||
Line 683: | Line 693: | ||
local function set_cfg (cfg_table_ptr) | local function set_cfg (cfg_table_ptr) | ||
cfg = cfg_table_ptr; | cfg = cfg_table_ptr; | ||
end | end | ||