Changes
Jump to navigation
Jump to search
Page Pages = " " .. PPrefix .. Pages
fixed to show "." after Periodical name
else
if ( tonumber(Pages) ~= nil ) then
else Pages = " " .. PPPrefix .. Pages
end
end
-- Several of the above rely upon detecting this as nil, so do it last.
if ( Periodical ~= nil ) then Periodical = " <i>" .. Periodical .. "</i>."
else Periodical = "" end
--19Oct2012 For pages, put   in "p. " etc.
--19Oct2012 Enhanced "pages=" to detect lone page as "p." else "pp." prefix.
--19Oct2012 Fixed to show "." after Periodical name (work, newspaper, etc.).
--19Oct2012 ?
--
--End