Changes
Jump to navigation
Jump to search
Enabled a parameter.
local ChapterURL = args["chapter-url"] or args.chapterurl
local Periodical = args.journal or args.newspaper or args.magazine or args.work or args.periodical
local Series = args.seriesor args.version
local Volume = args.volume
local Issue = args.issue or args.number
Title = ""
end
if ( nil ~= Page or nil ~= Pages ) then At = nil end
if ( nil == Page ) then
Page = ""
Pages = " " .. PPPrefix .. Pages
end
if ( At ~= nil ) then At = " " .. At .. "." else At = "" end
if ( Coauthors ~= nil ) then Coauthors = " " .. Coauthors .. "." else Coauthors = "" end
if ( Others ~= nil ) then Others = " " .. Others .. "." else Others = "" end
-- We build things this way because it is more efficient in LUA not to keep reassigning to the same string variable over and over.
local idcommon = ARXIV .. ASIN .. BIBCODE .. DOI .. ID .. ISBN .. JFM .. JSTOR .. LCCN .. MR .. OCLC .. OL .. OSTI .. PMC .. PMID .. RFC .. SSRN .. URL .. ZBL .. Accessed .. Via .. SubscriptionRequired
local tcommon = Title .. Type .. Format .. Edition .. Language .. Periodical .. Series .. Volume .. Issue .. Page .. Pages.. At .. "."
Date = Date .. OrigYear
local text