Open main menu

Changes

Module:Citation

32 bytes added, 18:41, 25 August 2012
Fixed semicolon problem.
local text = "(" .. Date .. ")." .. Title .. Publisher
text = authorprefix(Surname1, Given1, Authorlink1, "") .. text
text = authorprefix(Surname2, Given2, Authorlink2, "&#59; ") .. text text = authorprefix(Surname3, Given3, Authorlink3, "&#59; ") .. text text = authorprefix(Surname4, Given4, Authorlink4, "&#59; ") .. text text = authorprefix(Surname5, Given5, Authorlink5, "&#59; ") .. text text = authorprefix(Surname6, Given6, Authorlink6, "&#59; ") .. text text = authorprefix(Surname7, Given7, Authorlink7, "&#59; ") .. text text = authorprefix(Surname8, Given8, Authorlink8, "&#59; ") .. text text = authorprefix(Surname9, Given9, Authorlink9, "&#59; ") .. text
if ( Language ~= nil ) then text = text .. " (in " .. Language .. ")" end
if ( ISBN ~= nil ) then text = text .. " ISBN " .. ISBN end
Anonymous user