Extension:DeleteBatch/zh
![]() 發佈狀態: 穩定版本 |
|
---|---|
实现 | 特殊页面 |
描述 | Allows to delete a batch of pages |
作者 | Bartek Łapiński |
最新版本 | 1.8.1 (2019-04-05) |
MediaWiki | 1.25+ |
PHP | 5.3+ |
数据库更改 | 否 |
许可协议 | GNU通用公眾授權條款2.0或更新版本 |
下載 | |
季度下載量 | 156 (Ranked 66th) |
翻譯DeleteBatch的扩展,若在translatewiki.net可用 | |
問題 | 尚未完成的工作 · 报告錯誤 |
The DeleteBatch extension adds a special page, Special:DeleteBatch, where users with the 'deletebatch' right can delete multiple pages easily.
用法
The user can delete pages either through the form or by uploading a text file containing the names (and optional delete reasons) of the deletable pages.
The syntax is:
- page name|Reason for deletion
So if you wanted to delete the page called "Test" with the reason "no longer needed", you'd type:
Test|no longer neededin the form on Special:DeleteBatch.
This extension was based off on the maintenance script with the same name .
安裝
- 下载文件,并将其放置在您
extensions/
文件夹中的DeleteBatch
目录内。 - 将下列代码放置在您的
LocalSettings.php
的底部:wfLoadExtension( 'DeleteBatch' );
- 根据需要配置
- 完成 – 在您的wiki上导航至Special:Version,以验证已成功安装扩展。
配置
By default, this extension lets only bureaucrats delete batches. You can change it to, e.g., let sysops delete batches:
$wgGroupPermissions['bureaucrat']['deletebatch'] = false;
$wgGroupPermissions['sysop']['deletebatch'] = true;
参见
此擴充功能包含在以下包或/和wiki農場: 這不是一份權威名單。即使一些wiki農場/託管者沒有被列在這裡,他們也可能包含這個extension。請以各wiki農場/託管者或包的狀態為準。 |