Zum Inhalt springen

Modul:Sidebar: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 97: Zeile 97:
root
root
:wikitext(args.title)
:wikitext(args.title)
:wikitext('</td></tr><tr>') -- @todo replace this with unclosed again once mw.html gets it
:wikitext('</td></tr><tr><td>') -- @todo replace this with unclosed again once mw.html gets it
else
else
root
root
Zeile 163: Zeile 163:
root
root
:tag('tr')
:tag('tr')
:tag('th')
:tag('td') -- instead of th
:addClass(args.headingclass)
:addClass(args.headingclass)
:css('padding', '0.1em')
:css('padding', '0.1em')
:css('font-weight', 'bold')
:cssText(args.basestyle)
:cssText(args.basestyle)
:cssText(args.headingstyle)
:cssText(args.headingstyle)
Anonymer Benutzer