Extension:WikiDiscover
Appearance
Release status: stable |
|
|---|---|
| Description | Provides list of wikis sorted by different categories |
| Author(s) | John Lewis, Universal Omega, Agent Isai |
| Maintainer(s) | Miraheze system administrators |
| Latest version | continuous updates |
| MediaWiki | 1.35.0+ |
| PHP | 7.2+ |
| Database changes | No |
| Composer | miraheze/wiki-discover |
|
|
| Licence | GNU General Public License 3.0 |
| Download | |
| 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
WikiDiscoverin 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
[edit]| 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 included in the following wiki farms/hosts and/or packages: |
| 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. |
Categories:
- Stable extensions
- Extensions with invalid or missing type
- Extensions supporting Composer
- ParserFirstCallInit extensions
- ParserGetVariableValueSwitch extensions
- GetMagicVariableIDs extensions
- GPL licensed extensions
- Extensions in GitHub version control
- All extensions
- Extensions included in Miraheze
- Extensions by Miraheze
- Wiki farm extensions
