Modul:Citation: Unterschied zwischen den Versionen

+jstor
(+chapterUrl)
(+jstor)
Zeile 237: Zeile 237:


if not cu.isSet( args.url ) then
if not cu.isSet( args.url ) then
for _, key in ipairs( { 'urn', 'doi', 'hdl' } ) do
for _, key in ipairs( { 'urn', 'doi', 'hdl', 'jstor' } ) do
if cu.isSet( args[ key ] ) then
if cu.isSet( args[ key ] ) then
args.url = ci.params[ key ].url:format( args[ key ] )
args.url = ci.params[ key ].url:format( args[ key ] )
Anonymer Benutzer