Modul:Citation: Unterschied zwischen den Versionen
args.title
(+jstor) |
(args.title) |
||
| Zeile 62: | Zeile 62: | ||
if aType == 'web' and not cu.isSet( args.title ) and not cu.isSet( args.url ) then | if aType == 'web' and not cu.isSet( args.title ) and not cu.isSet( args.url ) then | ||
title = ci.texts.noTitle | args.title = ci.texts.noTitle | ||
cu.addErrorMsg( ci.texts.noTitleUrl ) | cu.addErrorMsg( ci.texts.noTitleUrl ) | ||
elseif not cu.isSet( args.title ) then | elseif not cu.isSet( args.title ) then | ||
title = ci.texts.noTitle | args.title = ci.texts.noTitle | ||
cu.addErrorMsg( ci.texts.unknownTitle ) | cu.addErrorMsg( ci.texts.unknownTitle ) | ||
end | end | ||