Module:Citation/CS1/Configuration: Difference between revisions

if nil_or_not then x = nil_or_not.abc -- always OK else -- do somethink if nil_or_not is nil. end
m (1 revision)
 
(if nil_or_not then x = nil_or_not.abc -- always OK else -- do somethink if nil_or_not is nil. end)
Line 1: Line 1:
citation_config = {};
citation_config = {};
 
if nil_or_not then
  x = nil_or_not.abc -- always OK
else
  -- do somethink if nil_or_not is nil.
end
--[[
--[[
List of namespaces that should not be included in citation
List of namespaces that should not be included in citation
14,061

edits