Module:Citation/CS1: Difference between revisions

fix
m>Dragons flight
(convert extractauthor to extractauthors, etc., less coping of parameters back and forth. Possibly better for performance.)
m>Dragons flight
(fix)
Line 325: Line 325:


function extracteditors(args)
function extracteditors(args)
     local editors;
     local editors = {};
     local i = 1;
     local i = 1;
     local last;
     local last;
Anonymous user