Open main menu

Changes

Module:Citation

156 bytes added, 04:35, 19 October 2012
fixed to show ";" between authors & coauthors.
if ( At ~= nil ) then At = " " .. At .. "."
else At = "" end
if ( Coauthors ~= nil ) then if ( Authors ~= nil ) then Coauthors = " ; " .. Coauthors .. "." else Coauthors = Coauthors .. "." end else Coauthors = "" end
if ( Others ~= nil ) then Others = " " .. Others .. "." else Others = "" end
if ( TitleType ~= nil ) then TitleType = " (" .. TitleType .. ")." else TitleType = "" end
--19Oct2012 Fixed to show "." after Periodical name (work, newspaper, etc.).
--19Oct2012 Fixed web-link to have spaces "[... Archived] from the original".
--19Oct2012 Fixed to show ";" between authors & coauthors.
--19Oct2012 ?
--19Oct2012 ?
--
--End
Anonymous user