Jump to content

Module:Citation/CS1: Difference between revisions

kill duplication
m>Dragons flight
(keep format together with URL)
m>Dragons flight
(kill duplication)
Line 326: Line 326:
     local Periodical = args.journal or args.newspaper or args.magazine or args.work or args.periodical or args.encyclopedia or args.encyclopaedia
     local Periodical = args.journal or args.newspaper or args.magazine or args.work or args.periodical or args.encyclopedia or args.encyclopaedia
     if ( config.CitationClass == "encyclopaedia" ) then
     if ( config.CitationClass == "encyclopaedia" ) then
      if ( args.article and args.article ~= "") then
        if ( args.article and args.article ~= "") then
          if ( Title and Title ~= "") then Periodical = Title end
            if ( Title and Title ~= "") then Periodical = Title end
          Chapter = args.article
            Chapter = args.article
          TransChapter = TransTitle
      else
          if ( Periodical and Periodical ~= "") then
            Chapter = Title
             TransChapter = TransTitle
             TransChapter = TransTitle
          else Periodical = Title
        else
          end
            if ( Periodical and Periodical ~= "") then
      end
                if Periodical ~= Title then
      Title = ""
                    Chapter = Title
                    TransChapter = TransTitle
                end
            else Periodical = Title
            end
        end
        Title = ""
     end
     end
     local Series = args.series or args.version
     local Series = args.series or args.version
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.