Extension:AddBodyClass/de

Category:Unmaintained extensions/de#AddBodyClass/de Category:GPL licensed extensions/de
MediaWiki-Erweiterungen
AddBodyClass
Freigabestatus: ohne WartungCategory:Unmaintained extensions/de
Einbindung Parser-Funktion Category:Parser function extensions/de
Beschreibung Allows adding custom classes to the HTML <body> tag
Autor(en) Povilas Kanapickas, Will Stott
Letzte Version 1.2.0 (2016-03-21)
MediaWiki 1.18Category:Extensions with manual MediaWiki version
Datenbankänderungen Nein
Lizenz GNU General Public License 2.0 oder später
Herunterladen Category:Extensions in GitHub version control/de
README
Category:All extensions/deCategory:Extensions not in ExtensionJson

The AddBodyClass extension allows adding custom classes to the HTML <body> tag.

Verwendung

{{#addbodyclass:your_class}}

This will append 'your_class' to the contents of the 'class' attribute of <body> class. You can append multiple classes using:

{{#addbodyclass:your_class1 your_class2 your_class3}}

Installation

Category:All extensions/de Category:Extensions in GitHub version control/de Category:Extensions not in ExtensionJson Category:Extensions not using extension registration/de Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/de Category:OutputPageBeforeHTML extensions/de Category:OutputPageBodyAttributes extensions/de Category:ParserFirstCallInit extensions/de Category:Parser function extensions/de Category:Unmaintained extensions/de