Changes
Jump to navigation
Jump to search
Fixed semicolon problem.
local text = "(" .. Date .. ")." .. Title .. Publisher
text = authorprefix(Surname1, Given1, Authorlink1, "") .. text
text = authorprefix(Surname2, Given2, Authorlink2, "; ") .. text text = authorprefix(Surname3, Given3, Authorlink3, "; ") .. text text = authorprefix(Surname4, Given4, Authorlink4, "; ") .. text text = authorprefix(Surname5, Given5, Authorlink5, "; ") .. text text = authorprefix(Surname6, Given6, Authorlink6, "; ") .. text text = authorprefix(Surname7, Given7, Authorlink7, "; ") .. text text = authorprefix(Surname8, Given8, Authorlink8, "; ") .. text text = authorprefix(Surname9, Given9, Authorlink9, "; ") .. text
if ( Language ~= nil ) then text = text .. " (in " .. Language .. ")" end
if ( ISBN ~= nil ) then text = text .. " ISBN " .. ISBN end