Module:Citation/CS1: Difference between revisions

No edit summary
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1,659: Line 1,659:


]]
]]
max = 1;
 
local function get_display_names (max, count, list_name, etal)
local function get_display_names (max, count, list_name, etal)
if is_set (max) then
if is_set (max) then
Line 1,675: Line 1,675:
end
end
end
end
if count > 1 then
return max, etal;
                etal = true;
        else
                etal = false;
        end
return 1, etal;
end
end