Extension:NukeDPL
NukeDPL リリースの状態: 安定 |
|
---|---|
実装 | ページの操作 , 特別ページ |
説明 | Allows mass deletion of articles using Extension:DynamicPageList3 |
作者 | Aran Dunkley (Nadトーク) |
メンテナー | Sophivorus |
最新バージョン | 1.6 (2020-01-02) |
MediaWiki | >= 1.37.0 |
ライセンス | GNU 一般公衆利用許諾書 3.0 以降 |
ダウンロード | |
|
|
四半期ごとのダウンロード数 | 8 (Ranked 124th) |
translatewiki.net で翻訳を利用できる場合は、NukeDPL 拡張機能の翻訳にご協力ください | |
The NukeDPL extension allows mass deletion of articles selected by queries of the DynamicPageList3 extension. Based on Extension:Nuke by Brooke Vibber.
インストール
- Extension:DynamicPageList3 をインストール
- ダウンロードして、ファイルを
extensions/
フォルダー内のNukeDPL
という名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NukeDPL - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'NukeDPL' );
- 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
使用法
Make sure your database is backed up before using this extension.
Go to the Special:NukeDPL page and enter a DPL query to select a list of articles. The DPL surrounding tags and the output format parameters are automatically added, so only the selection parameters are required (one per line). Click the submit button to see a list of the pages selected by the query from which any items can be unchecked if they should not be included in the deletion. Clicking the submit button on this list page will then delete all the checked articles.
For example, to delete all articles beginning with "My World" in the main namespace use:
namespace = 0 titlematch = My_World%
You can find more about the syntax at the DPL Manual, especially at Criteria for page selection
関連項目
- Extension:Nuke - Allows mass deletion of articles and their history by author or IP.
- Manual:版指定削除
- Extension:DeletePagesForGood
この拡張機能は以下のウィキ ファーム/ウィキ ホスト/パッケージに含まれています: これは正式な一覧ではありません。 一部のウィキ ファーム/ウィキ ホスト/パッケージは、ここに記載されていなくてもこの拡張機能を含んでいる場合があります。 必ずご利用のウィキ ファーム、ウィキ ホスト、バンドルで確認してください。 |