Open main menu

Changes

Module:Citation

46 bytes added, 03:16, 19 October 2012
fixed to show "." after pages/at
Page = ""
elseif ( Periodical ~= nil ) then
Page = ": " .. Page.. "."
else
Page = " " .. PPrefix .. Page.. "."
end
if ( nil == Pages ) then
Pages = ""
elseif ( Periodical ~= nil ) then
Pages = ": " .. Pages.. "."
else
if ( tonumber(Pages) ~= nil ) then
Pages = " " .. PPrefix .. Pages.. "." else Pages = " " .. PPPrefix .. Pages.. "."
end
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
Anonymous user