Module:Citation/CS1: Difference between revisions
encyc logic
m>Dragons flight (trying to fix the encyclopedia logic) |
m>Dragons flight (encyc logic) |
||
Line 336: | Line 336: | ||
ChapterURL = URL | ChapterURL = URL | ||
URL = '' | URL = '' | ||
Title = "" | |||
elseif ( Chapter == nil or Chapter == '' ) then | |||
Chapter = Title | Chapter = Title | ||
TransChapter = TransTitle | TransChapter = TransTitle | ||
ChapterURL = URL; | ChapterURL = URL; | ||
URL = '' | URL = '' | ||
Title = "" | |||
end | |||
if ( Periodical and Periodical ~= "") then | |||
if Periodical == Title or Periodical == Chapter then Periodical = '' end | |||
end | end | ||
end | end | ||
local Series = args.series or args.version | local Series = args.series or args.version |