扩展:NukeDPL
NukeDPL 发布状态: 稳定版 |
|
---|---|
实现 | 页面操作 , 特殊页面 |
描述 | 允许大量删除使用扩展:DynamicPageList 的条目 |
作者 | Aran Dunkley (Nad讨论) |
维护者 | Sophivorus |
最新版本 | 1.6 (2020-01-02) |
许可协议 | GNU通用公眾授權條款3.0或更新版本 |
下载 | |
|
|
翻譯NukeDPL擴充功能如在translatewiki.net可用 | |
NukeDPL扩展名允许批量删除通过DynamicPageList 扩展名查询选择的文章。 基于Brion Vibber的扩展:大量删除 。
安装
- 安装 Extension:DynamicPageList (third-party)
- 下载文件,并将其放置在您
extensions/
文件夹中的NukeDPL
目录内。 - 将下列代码放置在您的LocalSettings.php的底部:
wfLoadExtension( 'NukeDPL' );
完成 – 在您的wiki上导航至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
参见
- 扩展:大量删除 - 允许大量删除某用户或IP的条目及其编辑历史。
- 扩展:DynamicPageList
- 手册:修订版本删除
- 扩展:DeletePagesForGood