Пашырэньне:Nuke
![]() Статус выданьня: стабільны |
|
---|---|
![]() |
|
Укараненьне | Спэцыяльная старонка , Дзеяньне старонкі |
Апісаньне | Дае адміністратарам магчымасьць масава выдаляць старонкі. |
Аўтар(ы) | |
Апошняя вэрсія | 1.3.0 (2017-03-01) |
MediaWiki | 1.28.1+ |
Зьмены базы зьвестак | Не |
Ліцэнзія | Агульная публічная ліцэнзія GNU 2.0 ці навейшая |
Загрузіць | |
Help | Help:Extension:Nuke/be-tarask |
|
|
|
|
Quarterly downloads | 69 (Ranked 57th) |
Public wikis using | 12,649 (Ranked 7th) |
Перакласьці пашырэньне Nuke, калі яно даступнае на translatewiki.net | |
Праблемы | Адкрытыя задачы · Паведаміць пра памылку |
Пашырэньне Nuke дае магчымасьць адміністратарам масава выдаляць старонкі.
Усталяваньне
- Download and move the extracted
Nuke
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Nuke' );
- Наладзьце як мае быць.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Налады
Карыстальніцкі дазвол „nuke“ аўтаматычна надаецца карыстальніцкай групе „sysop“.
To decouple this and assign this right to a dedicated new user group such as nuke
add the following to your LocalSettings.php
file:
$wgGroupPermissions['sysop']['nuke'] = false;
$wgGroupPermissions['nuke']['nuke'] = true;
Максымальны век
Дапомна Nuke будзе ўлічваць толькі старонкі, створаныя не раней як паказана на Special:RecentChanges (кантралюецца $wgRCMaxAge
; дапомна 90 дзён).
MediaWiki version: | ≥ 1.44 Gerrit change 1089919 |
This can be configured to use a different duration with the $wgNukeMaxAge
configuration setting.
For example, to restrict Nuke to only allow deleting pages up to 30 days old, add the following to your LocalSettings.php
file:
$wgNukeMaxAge = 30 * 86400;
Выкарыстаньне
Go to Special:Nuke in order to mass delete pages recently added by a user or IP address. If you don't want to filter by user, you can also just filter by namespace.
The special page is listed under Special:SpecialPages as Mass delete.
You can also specify a pattern for the page title.
The field accepts SQL wildcards, like %lol%
.
All deletions, as usual, are recorded in Special:Log/delete.
Глядзіце таксама
- Graphical
- Extension:DeleteBatch - Delete multiple pages using a text file containing the names
- Extension:NukeDPL - Delete multiple pages using 'Dynamic Page Lists'
- Extension:SmiteSpam - Attempts to find all spam on a wiki, via text processing, and provides an interface to delete it all
- Extension:DeletePagesForGood - Adds a tab for deleting an individual page permanently.
- Command line
- deleteBatch.php - Delete multiple pages using a text file containing the names
- nukeNS.php - Delete all pages in a specific namespace without creating any deletion log (from command line)
- deleteArchivedRevisions.php - Сцэнар для сталага зьнішчэньня старонак пасьля іхняга выдаленьня (напр. пасьля выкарыстаньня Пашырэньня:Масавае выдаленьне)
This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |