Modul:Citation/COinS: Unterschied zwischen den Versionen
mw.html
(+cu.coinsCleanup) |
(mw.html) |
||
| Zeile 3: | Zeile 3: | ||
suite = 'Citation', | suite = 'Citation', | ||
sub = 'COinS', | sub = 'COinS', | ||
serial = '2020- | serial = '2020-04-18', | ||
} | } | ||
| Zeile 149: | Zeile 149: | ||
.. mw.uri.encode( 'info/sid:/' .. ci.project.name, 'PATH' ) ) | .. mw.uri.encode( 'info/sid:/' .. ci.project.name, 'PATH' ) ) | ||
table.insert( rft, 1, 'ctx_ver=Z39.88-2004' ) | table.insert( rft, 1, 'ctx_ver=Z39.88-2004' ) | ||
return tostring( mw.html.create( 'span' ) | |||
:addClass( 'Z3988' ) | |||
:attr( 'title', table.concat( rft, '&' ) ) | |||
) | |||
end | end | ||
return '' | return '' | ||