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

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
added sepc for separator character between parameters; set "OCLC"
added space to AuthorSep & AuthorNameSep; handled empty "authorlink="
வரிசை 106:
local one
if ( maximum ~= nil and i == maximum + 1 ) then
one = "<i>et al.</i>"
elseif ( maximum ~= nil and i > maximum + 1 ) then
break
வரிசை 123:
one = one .. namesep .. first
end
if (person.link ~= nil and person.link ~= "") then one = "[[" .. person.link .. "|" .. one .. "]]" end
end
table.insert(text, one)
வரிசை 446:
-- We also add leading spaces and surrounding markup and punctuation to the various parts of the citation, but only when they are non-nil.
if ( Authors == nil ) then
local AuthorNameSep = args["author-name-separator"] or args["name-separator"] or "&#44; "
AuthorNameSep = AuthorNameSep .. " "
local AuthorSep = args["author-separator"] or args["separator"] or "&#59; "
AuthorSep = AuthorSep .. " "
local AuthorFormat = args["author-format"] or args.authorformat
local AuthorMaximum = tonumber(args["display-authors"] or args.displayauthors) or 8
வரி 684 ⟶ 686:
-- We build things this way because it is more efficient in LUA not to keep reassigning to the same string variable over and over.
local tcommon
if ( config.CitationClass == "journal" )or
config.CitationClass == "citation" )
then tcommon = Title .. TitleType .. TitleNote .. Language .. Format .. Edition .. Conference .. Periodical .. Series .. Publisher .. Agency .. Volume .. Others .. Issue .. Position
else tcommon = Title .. TitleType .. TitleNote .. Series .. Language .. Format .. Edition .. Conference .. Periodical .. Volume .. Others .. Issue .. Publisher .. Agency .. Position end
வரி 1,013 ⟶ 1,016:
--20Feb2013 Added sepc for separator character between parameters.
--20Feb2013 Put "OCLC" for "Online Computer Library Center".
--20Feb2013 Fix empty "authorlink=" as person.link ~= "".
--20Feb2013 Added space after AuthorSep & AuthorNameSep.
--
--End
"https://tamilar.wiki/w/Module:Citation/CS1" இலிருந்து மீள்விக்கப்பட்டது