Module:Citation/CS1/Utilities: Difference between revisions

sync from sandbox;
(synch from sandbox;)
(sync from sandbox;)
Line 1:
local u = {}
 
local z = {
Line 372 ⟶ 371:
 
 
--[[--------------------------< E X P O R T S >----------------------------------------------------------------
]]
 
return {
return { -- return exported functions and tables
is_set = is_set, -- exported functions
in_array = in_array,
substitute = substitute,
Line 387 ⟶ 388:
make_wikilink = make_wikilink,
set_selected_modules = set_selected_modules,
return z {= z, -- return exported functions and tablestable
z = z,
}
Anonymous user