扩展:WikiDiscover
WikiDiscover 发行状态: 稳定版 |
|
---|---|
描述 | Provides list of wikis sorted by different categories |
作者 | John Lewis, Universal Omega |
维护者 | Miraheze system administrators |
最新版本 | continuous updates |
MediaWiki | 1.35.0+ |
PHP | 7.2+ |
数据库更改 | 否 |
Composer | miraheze/wiki-discover |
许可协议 | GNU通用公眾授權條款3.0 |
下載 | |
|
|
翻译WikiDiscover扩展 | |
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.
安裝
- First, download and install the separate extension, CreateWiki .
- 下载文件,并将其放置在您
extensions/
文件夹中的WikiDiscover
目录内。 - 将下列代码放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'WikiDiscover' );
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
配置
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 |
此扩展在以下wiki农场/托管网站和/或软件包中提供: 這不是一份權威名單。 即使某些wiki农场/托管网站和/或软件包未在这里列出,它们也可能提供此扩展。 请检查你的wiki农场/托管网站或软件包以确认提供情况。 |
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. |