Module:Citation/CS1: Difference between revisions
sorry, I am not very good at testing in the sandbox - so here is a bold test, will revert on failure
m>Trappist the monk (Synch from sandbox;) |
m>Shyamal (sorry, I am not very good at testing in the sandbox - so here is a bold test, will revert on failure) |
||
Line 1,718: | Line 1,718: | ||
end | end | ||
end | end | ||
if #data.Authors > 1 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 | |||
OCinSoutput["rft.au"] = last; | OCinSoutput["rft.au"] = last; | ||
end | |||
end | |||
end | end | ||