Module:Citation/CS1/Utilities: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 9:
};
 
local cfg;
local cfg = mw.loadData ('Module:Citation/CS1/Configuration/sandbox');
 
--[[--------------------------< I S _ S E T >------------------------------------------------------------------
Line 255:
return value, selected;
end
 
 
--[[--------------------------< S E T _ C F G >----------------------------------------------------------------
 
Sets local cfg table to same as that used by the other modules
 
]]
 
local function set_cfg (cfg_table_ptr)
cfg = cfg_table_ptr;
end
 
Line 269 ⟶ 280:
wrap_style = wrap_style;
safe_for_italics = safe_for_italics;
set_cfg = set_cfg;
z = z,
}