Extension:WikiDiscover
Jump to navigation
Jump to search
WikiDiscover リリースの状態: 安定 |
|
---|---|
説明 | Provides list of wikis sorted by different categories |
メンテナー | Miraheze system administrators |
最新バージョン | continuous updates |
MediaWiki | 1.35.0+ |
PHP | 7.2+ |
データベースの変更 | いいえ |
ライセンス | GNU 一般公衆利用許諾書 3.0 |
ダウンロード | GitHub: |
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.
問題やバグを報告するには、Miraheze Phabricatorを使用してください。 ワークボードについてはこちらを参照してください。
インストール
- First, download and install the separate extension, CreateWiki .
- ダウンロードして、ファイルを
extensions/
フォルダー内のWikiDiscover
という名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php の末尾に追加します:
wfLoadExtension( 'WikiDiscover' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
Configuration
パラメーター | 既定 | コメント |
---|---|---|
$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 |