Modul:Citation/COinS: Unterschied zwischen den Versionen
_ replaced
(require( 'strict' )) |
(_ replaced) |
||
| Zeile 59: | Zeile 59: | ||
-- only first author | -- only first author | ||
args.author = cu.getFirst( args.author or '', ';' ) | args.author = cu.getFirst( args.author or '', ';' ) | ||
local count | local s, count | ||
s, count = args.author:gsub( ',', ',' ) | |||
if count > 1 then | if count > 1 then | ||
args.author = cu.getFirst( args.author, ',' ) | args.author = cu.getFirst( args.author, ',' ) | ||