Extension:NamespaceSidebar

MediaWiki extensions manual
NamespaceSidebar
Release status: unknown
Implementation User interface
Author(s) Ike Hecht (Tosfostalk)
Latest version 0.1.0
MediaWiki >= 1.31.0
Composer mediawiki/namespace-sidebar
License GNU General Public License 2.0 or later
Download
Quarterly downloads 0
Translate the NamespaceSidebar extension if it is available at translatewiki.net

The NamespaceSidebar extension enables per-namespace customization of the sidebar.

Installation edit

  • Download and move the extracted NamespaceSidebar folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NamespaceSidebar
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'NamespaceSidebar' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also edit