Modul:Citation: Unterschied zwischen den Versionen
check numbers
(doi, pubmed) |
(check numbers) |
||
| Zeile 155: | Zeile 155: | ||
for key, value in ipairs( { 'dnb', 'oclc', 'jstor', 'pmid', 'KBytes' } ) do | for key, value in ipairs( { 'dnb', 'oclc', 'jstor', 'pmid', 'KBytes' } ) do | ||
if cu.isSet( args[ value ] ) and not args[ value ]:match( '^%d | if cu.isSet( args[ value ] ) and not args[ value ]:match( '^[1-9]%d*$' ) then | ||
args[ value ] = '' | args[ value ] = '' | ||
table.insert( wrong, value ) | table.insert( wrong, value ) | ||