Changes
Jump to navigation
Jump to search
Tweaked formatting.
local URL = args.archiveurl or args.url
local ChapterURL = args.chapterurl
local Journal = args.journal or args.newspaper or args.magazineor args.work
local Series = args.series
local Volume = args.volume
if ( Format ~= nil ) then Format = " (" .. Format .. ")" else Format = "" end
if ( ID ~= nil ) then ID = " " .. ID else ID = "" end
if ( Date ~= nil ) then Date = " (" .. Date .. ")" else Date = "" end
if ( Authors == nil ) then
Authors = authorprefix(Surname1, Given1, Authorlink1, "")
Authors = Authors .. authorprefix(Surname7, Given7, Authorlink7, "; ")
Authors = Authors .. authorprefix(Surname8, Given8, Authorlink8, "; ")
Authors = Authors .. authorprefix(Surname9, Given9, Authorlink9, "; ") end if ( "" ~= Authors and "" ~= Date ) then Date = Date .. " ."
end
if ( Editors ~= nil ) then
Editors = ""
end
local text = Authors .. "(" .. Date .. ")." .. Chapter .. Editors .. Title .. Format .. Edition .. Language .. Volume .. Issue .. Pages .. Series .. PublicationPlace .. Publisher .. ISBN .. DOI .. ID .. URL
if ( Ref ~= nil ) then
local id = Ref