Modul:Citation: Unterschied zwischen den Versionen
mw.html
K (Korrektur) |
(mw.html) |
||
| Zeile 2: | Zeile 2: | ||
local citation = { | local citation = { | ||
suite = 'Citation', | suite = 'Citation', | ||
serial = '2020-04- | serial = '2020-04-18', | ||
} | } | ||
| Zeile 557: | Zeile 557: | ||
return cu.getErrorMsgs() | return cu.getErrorMsgs() | ||
.. ' | .. tostring( mw.html.create( 'cite' ) | ||
:attr( 'class', 'citation printNoLink ' .. args.type ) | |||
:css( 'font-style', 'normal' ) | |||
:wikitext( citation ) | |||
) | |||
.. cc.makeCOinS( args ) | .. cc.makeCOinS( args ) | ||
end | end | ||