Jump to content

Extension:NamespaceStyle

From mediawiki.org
MediaWiki extensions manual
NamespaceStyle
Release status: unknown
Author(s) Mark A. Hershberger
MediaWiki >= 1.41.0
Composer nichework/namespace-style
License No license specified
Download

The NamespaceStyle extension allows you to create per-namespace stylesheets.

Installation

[edit]
  • Download and place the file(s) in a directory called NamespaceStyle in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'NamespaceStyle' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.