Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
used ] for "]" to allow URL link |
shifted Format to follow Language, and Others to follow Volume |
||
வரிசை 676:
local tcommon
if ( config.CitationClass == "journal" )
then tcommon = Title .. TitleType .. TitleNote ..
else tcommon = Title .. TitleType .. TitleNote ..
-- DEBUG: tcommon = "/Title="..Title .. "/TitleType="..TitleType .. "/TitleNote="..TitleNote .. "/Format="..Format .. "/Edition="..Edition .. "/Language="..Language .. "/Conference="..Conference .. "/Periodical="..Periodical .. "/Series="..Series .. "/Volume="..Volume .. "/Issue="..Issue .. "/Position="..Position
local enddot = "."
வரிசை 691:
else Authors = Authors .. ". " end
if ( "" ~= Editors ) then Editors = " in " .. Editors .. "." end
text = Authors .. Coauthors .. " "..Date .. Chapter
elseif ( "" ~= Editors) then
Editors = Editors .. " (eds.)"
வரிசை 999:
--20Feb2013 Changed to omit dot "." if already ends with dot.
--20Feb2013 If class "journal" shows Publisher after Periodical/Series.
--20Feb2013 Shifted Format to after Language, and Others after Volume.
--
--End
| |||