Module:Citation/CS1: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
created, as a submodule of Module:Citation, to alter to match Citation Style 1 cite format. |
changed OrigYear to use [__] for CS1 style. |
||
வரிசை 590:
if ( Series ~= nil ) then Series = " " .. Series .. "." else Series = "" end
if ( Format ~= nil ) then Format = " (" .. Format .. ")" else Format = "" end
if ( OrigYear ~= nil ) then OrigYear = " [" .. OrigYear .. "]" else OrigYear = "" end
if ( Agency ~= nil ) then Agency = " " .. Agency .. "." else Agency = "" end
if ( Date ~= nil ) then Date = Date else Date = "" end
வரிசை 676:
-- 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 .. Page .. Pages .. At
local text
if ( "" ~= Authors ) then
if ( "" ~= Date ) then Date = " ("..Date..")" .. OrigYear .. ". "
else Authors = Authors .. ". " end
if ( "" ~= Editors ) then Editors = " in " .. Editors .. "." end
வரி 685 ⟶ 684:
elseif ( "" ~= Editors) then
Editors = Editors .. " (eds.)"
if ( "" ~= Date ) then Date = " (" .. Date ..
else Editors = Editors .. ". " end
text = Editors .. Date .. Chapter .. tcommon .. Publisher .. Agency .. idcommon
வரி 967 ⟶ 966:
--15Feb2013 Added Agency for "agency=xx".
--19Feb2013 Copied as Module:Citation/CS1 to alter to match wp:CS1 form.
--19Feb2013 Changed OrigYear to use [__] for CS1 style.
--
--End
| |||