Module:Citation/CS1: Difference between revisions
fixed missing "location=" for class "web" or "encyclopaedia"
m>Wikid77 (removed enddot "." after "quote=" parameter; changed config.CitationClass "news" to use "p." page format.) |
m>Wikid77 (fixed missing "location=" for class "web" or "encyclopaedia") |
||
Line 785: | Line 785: | ||
if ( PublisherName and PublisherName ~="" ) then | if ( PublisherName and PublisherName ~="" ) then | ||
Publisher = sepc .. " " .. PublicationPlace .. PublisherName .. PublicationDate | Publisher = sepc .. " " .. PublicationPlace .. PublisherName .. PublicationDate | ||
else Publisher = "" | else | ||
if (Location ~=nil) then Publisher= sepc .. " " .. Location | |||
else Publisher = "" end | |||
end | end | ||
end | end | ||
Line 1,227: | Line 1,229: | ||
--13Mar2013 Removed enddot "." after "quote=" parameter. | --13Mar2013 Removed enddot "." after "quote=" parameter. | ||
--13Mar2013 Changed config.CitationClass "news" to use "p." page format. | --13Mar2013 Changed config.CitationClass "news" to use "p." page format. | ||
--13Mar2013 Fixed missing "location=" when "web" or "encyclopaedia". | |||
-- | -- | ||
--End | --End |