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.42 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. |
MinervaMenu Release status: unmaintained |
|
---|---|
Implementation | Hook |
Description | Adds Sidebar menu items to Minerva skin. |
Author(s) | Martin Pham |
Latest version | 0.0.1 (2021-11-04) |
MediaWiki | 1.18+ |
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
edit- 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
editExample menu page (MediaWiki:MobileSidebar) contents:
*discovery **Test|First menu *personal **Another_Test|Another menu