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-02',
serial = '2020-04-18',
}
}


Zeile 557: Zeile 557:


return cu.getErrorMsgs()
return cu.getErrorMsgs()
.. '<cite style="font-style: normal;" class="citation ' .. args.type
.. tostring( mw.html.create( 'cite' )
.. ' printNoLink">' .. citation .. '</cite>'
:attr( 'class', 'citation printNoLink ' .. args.type )
:css( 'font-style', 'normal' )
:wikitext( citation )
)
.. cc.makeCOinS( args )
.. cc.makeCOinS( args )
end
end
Anonymer Benutzer