Extension:OrphanedTalkPages
Appearance
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 |
|
|
四半期ごとのダウンロード数 | 3 (Ranked 137th) |
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
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用して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
$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:
この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |