Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
fixed end double-dot after book/work title (very rare).
fixed double-dot before "p." or "pp." page number; fixed config.CitationClass "book" to use p./pp. page number.
வரிசை 655:
elseif ( Periodical ~= nil and Periodical ~= "" and
config.CitationClass ~= "encyclopaedia" and
config.CitationClass ~= "newsweb" and
config.CitationClass ~= "webbook") thenand
config.CitationClass ~= "news") then
Page = ": " .. Page
else
வரி 665 ⟶ 666:
elseif ( Periodical ~= nil and Periodical ~= "" and
config.CitationClass ~= "encyclopaedia" and
config.CitationClass ~= "newsweb" and
config.CitationClass ~= "webbook") thenand
config.CitationClass ~= "news") then
Pages = ": " .. Pages
else
வரி 874 ⟶ 876:
 
local text
local pgtext = Page .. Pages .. At
if ( "" ~= Authors ) then
if (Coauthors ~= "")
வரி 894 ⟶ 897:
end
end
text = Authors .. Date .. Chapter .. Editors .. tcommon .. Page .. Pages .. At .. idcommon
if ( text:sub(-1,-1) == "." and --prior text ends as "."
pgtext:sub(1,1) == "." )
then pgtext = pgtext:sub(2,-1) end --truncate by 1
text = text .. pgtext .. idcommon
elseif ( "" ~= Editors) then
if ( "" ~= Date ) then
வரி 910 ⟶ 917:
end
end
text = Editors .. Date .. Chapter .. tcommon .. Page .. Pages .. At .. idcommon
if ( text:sub(-1,-1) == "." and --prior text ends as "."
pgtext:sub(1,1) == "." )
then pgtext = pgtext:sub(2,-1) end --truncate by 1
text = text .. pgtext .. idcommon
else
if ( "" ~= Date ) then
வரி 918 ⟶ 929:
end
end -- endif ""~=Date
text = Chapter .. tcommon .. Date .. Page .. Pages .. At .. idcommon
if ( text:sub(-1,-1) == "." and --prior text ends as "."
pgtext:sub(1,1) == "." )
then pgtext = pgtext:sub(2,-1) end --truncate by 1
text = text .. pgtext .. idcommon
end
வரி 1,285 ⟶ 1,300:
--13Mar2013 Fixed missing "location=" when "web" or "encyclopaedia".
--14Mar2013 Fixed end double-dot after book/work title.
--14Mar2013 Fixed double-dot before "p." or "pp." page number.
--14Mar2013 Fixed config.CitationClass "book" to use p./pp. page.
--
--End
"https://tamilar.wiki/w/Module:Citation/CS1" இலிருந்து மீள்விக்கப்பட்டது