Extension:WikiDiscover

Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
WikiDiscover
Release status: stableCategory:Stable extensions
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+Category:Extensions with manual MediaWiki version
PHP 7.2+
Database changes No
Composer miraheze/wiki-discoverCategory:Extensions supporting Composer
License GNU General Public License 3.0
Download Category:Extensions in GitHub version control
  • $wgWikiDiscoverUseDescriptions
  • $wgWikiDiscoverDescriptionMaxLength
  • $wgWikiDiscoverListPrivateWikis
Translate the WikiDiscover extension
Category:All extensions

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

  • First, download and install the separate extension, CreateWiki .
  • Download and place the file(s) in a directory called WikiDiscover in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikiDiscover' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration

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
Category:Extensions by Miraheze Category:Wiki farm extensions
Category:All extensions Category:Extensions by Miraheze Category:Extensions in GitHub version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions supporting Composer Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:GetMagicVariableIDs extensions Category:ParserFirstCallInit extensions Category:ParserGetVariableValueSwitch extensions Category:Stable extensions Category:Wiki farm extensions