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 9: | Line 9: | ||
}; | }; | ||
local cfg | local cfg; | ||
--[[--------------------------< I S _ S E T >------------------------------------------------------------------ | --[[--------------------------< I S _ S E T >------------------------------------------------------------------ | ||
Line 255: | Line 255: | ||
return value, selected; | 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 | end | ||
Line 269: | Line 280: | ||
wrap_style = wrap_style; | wrap_style = wrap_style; | ||
safe_for_italics = safe_for_italics; | safe_for_italics = safe_for_italics; | ||
set_cfg = set_cfg; | |||
z = z, | z = z, | ||
} | } |