Extension:OrphanedTalkPages
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | 特別ページ |
| 説明 | 付随するページがない議論ページの一覧を閲覧できる特別ページを提供します |
| 作者 | Mainframe98トーク |
| 最新バージョン | 1.4.0 (2020-10-01) |
| 互換性の方針 | MediaWiki とともにリリースされるスナップショット。 master には後方互換性がありません。 |
| MediaWiki | 1.35.0+ |
| データベースの変更 | いいえ |
|
|
| ライセンス | MIT ライセンス |
| ダウンロード | README |
| translatewiki.net で翻訳を利用できる場合は、OrphanedTalkPages 拡張機能の翻訳にご協力ください | |
| 問題点 | 未解決のタスク · バグを報告 |
The OrphanedTalkPages extension adds a new Special page to MediaWiki: Special:OrphanedTalkPages.
この特別ページには、付随するページが無いトークページが全て列挙されます。
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のOrphanedTalkPagesという名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/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
$wgMiserModeis 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
$wgUseInstantCommonsor$wgForeignFileReposis enabled. - While no dedicated API module is provided by OrphanedTalkPages itself, the API does provide the results of Special:OrphanedTalkPages using the
querypagequery list. For example:
| この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: |
