Jump to content

Module:Citation/CS1/Utilities: Difference between revisions

no edit summary
m>Trappist the monk
No edit summary
m>Trappist the monk
No edit summary
Line 15: Line 15:
};
};


local cfg = {};
local cfg;


--[[--------------------------< I S _ S E T >------------------------------------------------------------------
--[[--------------------------< I S _ S E T >------------------------------------------------------------------
Line 264: Line 264:




--[[--------------------------< S E T _ C F G >----------------------------------------------------------------
--[[--------------------------< S E T _ S E L E C T E D _ M O D U L E S >--------------------------------------


Sets local cfg table to same as that used by the other modules
Sets local cfg table to same (live or sandbox) as that used by the other modules.


]]
]]


local function set_cfg (cfg_table_ptr)
local function set_selected_modules (cfg_table_ptr)
cfg = cfg_table_ptr;
cfg = cfg_table_ptr;
end
end
Line 286: Line 286:
wrap_style = wrap_style;
wrap_style = wrap_style;
safe_for_italics = safe_for_italics;
safe_for_italics = safe_for_italics;
set_cfg = set_cfg;
set_selected_modules = set_selected_modules;
z = z,
z = z,
}
}
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.