Extension:WikiDiscover

From Linux Web Expert

MediaWiki extensions manual
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
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
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

  • First, download and install the separate extension, CreateWiki .
  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>WikiDiscover</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'WikiDiscover' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

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