Extension:OrphanedTalkPages
![]() リリースの状態: 安定 |
|
---|---|
![]() |
|
実装 | 特別ページ |
説明 | Provides a special page with a list of talk pages that do not have an accompanying page |
作者 | Mainframe98トーク |
最新バージョン | 1.4.0 (2020-10-01) |
互換性の方針 | MediaWikiとともにリリースされるスナップショット。 master には後方互換性がありません。 |
MediaWiki | 1.35.0+ |
データベースの変更 | いいえ |
ライセンス | MIT ライセンス |
ダウンロード | README |
|
|
Quarterly downloads | 4 (Ranked 170th) |
translatewiki.net で翻訳を利用できる場合は、OrphanedTalkPages 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
The OrphanedTalkPages extension adds a new Special page to MediaWiki: Special:OrphanedTalkPages. This special page lists all talk pages that do not have an accompanying page.
インストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のOrphanedTalkPages
という名前のディレクトリ内に配置します。 - 以下のコードを
LocalSettings.php
の末尾に追加します:wfLoadExtension( 'OrphanedTalkPages' );
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
構成パラメーター
- $wgOrphanedTalkPagesExemptedNamespaces
- Controls which talk namespaces should be ignored when looking for orphaned talk pages. This variable is an array of namespace ids and is empty by default.
- $wgOrphanedTalkPagesIgnoreUserTalk
- Determines if the user talk namespace (3, or NS_USER_TALK) should be ignored when looking for orphaned talk pages. This variable is a boolean and set to true by default.
Other important notes
- The query that this special page uses is considered expensive. This means that when
$wgMiserMode
is enabled, the results will be served from cache. - The special page may report talk pages as orphaned when they are not. The most common situation where this happens is File talk pages when
$wgUseInstantCommons
or$wgForeignFileRepos
is enabled. - While no dedicated API module is provided by OrphanedTalkPages itself, the API does provide the results of Special:OrphanedTalkPages using the
querypage
query list. For example:
api.php? action=query& list=querypage& qppage=OrphanedTalkPages& format=json& formatversion=2 [ApiSandbox で試用する]
この拡張機能は以下のパッケージ/ウィキファームに含まれています: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |