Extension:NamespaceSidebar
Appearance
From mediawiki.org
Please help expand this page.
Release status: unknown |
|
|---|---|
| Implementation | User interface |
| Author(s) | Ike Hecht (Tosfos talk ) |
| Latest version | 0.1.0 |
| MediaWiki | >= 1.31.0 |
| Licence | GNU General Public License 2.0 or later |
| Download | |
| 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
NamespaceSidebarfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cdextensions/ gitclonehttps://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:Versionon your wiki to verify that the extension is successfully installed.