Extension:WikiDiscover
![]() Release status: stable |
|
---|---|
Description | Provides list of wikis sorted by different categories |
Maintainer(s) | Miraheze system administrators |
Latest version | continuous updates |
MediaWiki | 1.35.0+ |
PHP | 7.2+ |
Database changes | No |
Composer | miraheze/wiki-discover |
License | GNU General Public License 3.0 |
Download | GitHub: |
|
|
Translate the WikiDiscover extension | |
The WikiDiscover extension creates a special page at Special:WikiDiscover which provides a list of all wikis on a wiki farm, sorted by different categories.
For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.
InstallationEdit
- First, download and install the separate extension, CreateWiki .
- Download and place the file(s) in a directory called
WikiDiscover
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'WikiDiscover' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
ConfigurationEdit
parameter | default | comment |
---|---|---|
$wgWikiDiscoverClosedList
|
false
|
A file with the list of all closed wikis |
$wgWikiDiscoverInactiveList
|
false
|
A file with the list of all inactive wikis |
$wgWikiDiscoverPrivateList
|
false
|
A file with the list of all private wikis |
This extension is made by Miraheze. It may have issues you don't see in Miraheze. To report a bug or request a configuration change, please do so in the Miraheze Phabricator instead of the Wikimedia one. |