Modul:Citation/CS1: razlika između inačica

Izbrisani sadržaj Dodani sadržaj
m ispr. - ako postoji ručni |ref, dodaj "CITEREF" na početak
m test micanja točke
Redak 1.303:
local id = table.concat(names); -- concatenate names and year for CITEREF id
if utilities.is_set (id) then -- if concatenation is not an empty string
return "CITEREF" .. id:gsub('%.$', ''); -- add the CITEREF portion
else
return ''; -- return an empty string; no reason to include CITEREF id in this citation
Redak 3.843:
end
if 'none' ~= cfg.keywords_xlate[Ref:lower()] then
local id = "CITEREF" .. Ref:gsub('%.$', '')
local namelist = {}; -- holds selected contributor, author, editor name list
local year = first_set ({Year, anchor_year}, 2); -- Year first for legacy citations and for YMD dates that require disambiguation