Extension:NamespaceSidebar

Category:Pages to be expanded#NamespaceSidebar Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
NamespaceSidebar
Release status: unknownCategory:Extensions with invalid status
Implementation User interfaceCategory:User interface extensions
Author(s) Ike Hecht (Tosfostalk)
Latest version 0.1.0
MediaWiki >= 1.31.0
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 3 (Ranked 113rd)
Translate the NamespaceSidebar extension if it is available at translatewiki.net
Category:All extensions

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

Installation

  • 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid status Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Pages to be expanded Category:SkinBuildSidebar extensions Category:User interface extensions