Module:Citation/CS1: Difference between revisions

imported>Trappist the monk
sync from sandbox;
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
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