Extension:Nuke/ms

This extension comes with MediaWiki 1.18 and above. Thus you do not have to download it again. However, you still need to follow the other instructions provided.
Category:Extensions bundled with MediaWiki 1.18/ms Category:GPL licensed extensions/ms
MediaWiki extensions manual
Nuke
Release status: stableCategory:Stable extensions/ms
Implementation Special page Category:Special page extensions/ms, Page action Category:Page action extensions/ms
Description Memberi sysops kemampuan untuk menghapus halaman secara massal.
Author(s)
Latest version 1.3.0 (2017-03-01)
MediaWiki 1.28.1+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control/ms
  • $wgNukeMaxAge
  • $wgNukeUIType
  • nuke
Quarterly downloads 39 (Ranked 59th)
Public wikis using 12,649 (Ranked 7th)
Translate the Nuke extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/ms

The Nuke extension makes it possible for sysops to mass delete pages.

Instalasi

  • Download and move the extracted Nuke folder to your extensions/ 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' );
    
  • Configure as required.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Konfigurasi

The user right "nuke" is automatically granted to the "sysop" user group. 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;

Maximum age

By default, Nuke will only list pages that were created as recent as what is shown on Special:RecentChanges (controlled by $wgRCMaxAge; 90 days by default).

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;

Usage

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.

See also

Graphical
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 - Script to permanently blow away pages after deleting them (e.g. after using Extension:Nuke)
Category:Extensions used on Wikimedia/ms#Nuke/ms Category:Page deletion extensions/ms Category:Spam management extensions/ms
Category:All extensions/ms Category:ChangeTagsListActive extensions/ms Category:ContributionsToolLinks extensions/ms Category:Extensions available as Debian packages/ms Category:Extensions bundled with MediaWiki 1.18/ms Category:Extensions in Wikimedia version control/ms Category:Extensions included in BlueSpice/ms Category:Extensions included in Canasta/ms Category:Extensions included in Fandom/ms Category:Extensions included in Miraheze/ms Category:Extensions included in MyWikis/ms Category:Extensions included in ProWiki/ms Category:Extensions included in ShoutWiki/ms Category:Extensions included in Telepedia/ms Category:Extensions included in WikiForge/ms Category:Extensions included in semantic::core/ms Category:Extensions included in wiki.gg/ms Category:Extensions used on Wikimedia/ms Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/ms Category:ListDefinedTags extensions/ms Category:Page action extensions/ms Category:Page deletion extensions/ms Category:Spam management extensions/ms Category:Special page extensions/ms Category:Stable extensions/ms