Extension:WikiDiscover
WikiDiscover Release status: stable |
|
---|---|
Description | Provides list of wikis sorted by different categories |
Author(s) | John Lewis, Universal Omega |
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.
Installation
edit- 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 file:
wfLoadExtension( 'WikiDiscover' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
editparameter | 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 included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
This extension is maintained by Miraheze. Some Miraheze extensions are very Miraheze-specific and you may encounter issues you don't see on Miraheze. To report a bug or request a configuration change, please do so on the Miraheze Issue Tracker and not on Wikimedia Phabricator. |