Extension:WikiDiscover/da
Jump to navigation
Jump to search
WikiDiscover Release status: stabil |
|
---|---|
Beskrivelse | Provides list of wikis sorted by different categories |
Forfatter(e) | John Lewis |
Maintainer(s) | John Lewis/other sysadmins of Miraheze |
Latest version | continuous updates |
MediaWiki | 1.30+ |
PHP | 5.6+ |
Database changes | Nej |
Licens | 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.
This extension is installed with Extension:CreateWiki, and will not work correctly unless that extension and its SQL tables are installed.
Installation
- 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.
Configuration
parameter | standard | kommentar |
---|---|---|
$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 |