Module:Harvc: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 61:
end
 
-- if is_set (args.last4) and is_set (args.last3) and is_set (args.last2) and is_set (args.last1) then
-- if are_all_set ({args.last4, args.last3, args.last2, args.last1}) then
contributors = args.last1 .. args.first .. ' et al.';
elseif is_set (args.last3) and is_set (args.last2) and is_set (args.last1) then