Modul:Citation: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 385: Zeile 385:
end
end
if cu.isSet( args.doi ) then
if cu.isSet( args.doi ) then
formatIdentifier( tab, 'doi', cu.encodeHandle( args.doi ), args.doi )
formatIdentifier( tab, 'doi', args.doi, args.doi )
elseif cu.isSet( args.hdl ) then
elseif cu.isSet( args.hdl ) then
formatIdentifier( tab, 'hdl', cu.encodeHandle( args.hdl ), args.hdl )
formatIdentifier( tab, 'hdl', args.hdl, args.hdl )
else
else
-- JSTOR = doi:10.2307
-- JSTOR = doi:10.2307
Anonymer Benutzer