Module:Citation/CS1: Difference between revisions

started hacking out changes until "Script error" stops.
m>Wikid77
(fixed to allow empty parameters (ASIN= |DOI= etc.).)
m>Wikid77
(started hacking out changes until "Script error" stops.)
Line 456: Line 456:
     end
     end
     if ( Editors == nil ) then  
     if ( Editors == nil ) then  
         local EditorNameSep = args["editor-name-separator"] or args["name-separator"] or ","
         local EditorNameSep = args["editor-name-separator"] or args["name-separator"] or ", "
        EditorNameSep = EditorNameSep .. " "
         local EditorSep = args["editor-separator"] or args["separator"] or "&#59; "
         local EditorSep = args["editor-separator"] or args["separator"] or "&#59;"
        EditorSep = EditorSep .. " "
         local EditorFormat = args["editor-format"] or args.editorformat
         local EditorFormat = args["editor-format"] or args.editorformat
         local EditorMaximum = tonumber(args["display-editors"] or args.displayeditors) or 3
         local EditorMaximum = tonumber(args["display-editors"] or args.displayeditors) or 3
Anonymous user