Extension:MinervaMenu
![]() | This extension is incompatible with MediaWiki 1.39 or any later release! You are advised against using this extension on a live site. MediaWiki developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.43 by replacing the {{Incompatible }} template with {{Incompatible |version=1.39|pledge=~~~~}} . |
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | HookCategory:Hook extensions |
Description | Adds Sidebar menu items to Minerva skin. |
Author(s) | Martin Pham |
Latest version | 0.0.1 (2021-11-04) |
MediaWiki | 1.18+Category:Extensions with manual MediaWiki version |
Database changes | No |
License | GNU General Public License 2.0 |
Download | GitLab: Note: |
Example | https://nguoiviet.it |
The MinervaMenu extension adds Sidebar menu items to Minerva skin.
Installation
- Download and place the file(s) in a directory called
MinervaMenu
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'MinervaMenu' ); $wgMinervaMenuPage = 'Your menu page'; // optional, default is MediaWiki:MobileSidebar
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
Example menu page (MediaWiki:MobileSidebar) contents:
*discovery **Test|First menu *personal **Another_Test|Another menu
Category:All extensions
Category:Extensions in GitLab version control
Category:Extensions incompatible with 1.39
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Hook extensions
Category:MobileMenu extensions
Category:Unmaintained extensions