Extension:NamespaceSidebar
![]() | Please expand this page. |
![]() 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 |
The NamespaceSidebar extension enables per-namespace customization of the sidebar.
Installation
- Download and move the extracted
NamespaceSidebar
folder 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
- "CustomSidebar" extension - Allows for specifying custom sidebars on a per-page basis
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