Extension:NamespaceSidebar
Appearance
Please help expand this page. |
Release status: unknown |
|
|---|---|
| Implementation | User interface |
| Author(s) | Ike Hecht (Tosfostalk) |
| Latest version | 0.1.0 |
| MediaWiki | >= 1.31.0 |
| License | 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: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]- "CustomSidebar" extension - Allows for specifying custom sidebars on a per-page basis
