Module:Citation/CS1: Difference between revisions

m
Reverted edits by Shyamal (talk) to last version by Trappist the monk
m>Shyamal
(sorry, I am not very good at testing in the sandbox - so here is a bold test, will revert on failure)
m>Shyamal
m (Reverted edits by Shyamal (talk) to last version by Trappist the monk)
Line 1,718: Line 1,718:
end
end
end
end
        if #data.Authors > 1 then
if is_set(last) and is_set(first) then
                  if is_set(last) and is_set(first) then
OCinSoutput["rft.au"] = table.concat{ last, ", ", first };
OCinSoutput["rft.au"] = table.concat{ last, ", ", first };
  elseif is_set(last) then
elseif is_set(last) then
OCinSoutput["rft.au"] = last;
OCinSoutput["rft.au"] = last;
  end
end
                end
end
end
Anonymous user