Extension:Nuke/id
![]() Status rilis: stabil |
|
---|---|
![]() |
|
Implementasi | Halaman istimewa , Tindakan halaman |
Deskripsi | Gives sysops the ability to mass delete pages. |
Perancang awal | |
Versi terbaru | 1.3.0 (2017-03-01) |
MediaWiki | 1.28.1+ |
Perubahan basis data | Tidak |
Lisensi | Lisensi Publik Umum GNU 2.0 atau lebih baru |
Unduh | |
Quarterly downloads | 187 (Ranked 57th) |
Public wikis using | 9,186 (Ranked 6th) |
Terjemahkan ekstensi Nuke jika tersedia di translatewiki.net | |
Masalah | Tugas terbuka · Laporkan kekutu |
The Nuke extension makes it possible for sysops to mass delete pages.
Installation
- Unduh dan letakkan berkas-berkasnya di dalam sebuah direktori yang bernama
Nuke
di folderextensions/
Anda. - Tambahkan baris berikut di bawah LocalSettings.php Anda:
wfLoadExtension( 'Nuke' );
- Configure as required.
Selesai – Telusuri ke Special:Version di wiki Anda untuk memastikan ekstensinya berhasil dipasang.
Configuration
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;
Pemakaian
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.
Only pages listed in recentchanges table will be shown. By default, this includes all pages created in last 90 days. 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.
Lihat juga
- 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
- 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)
Ekstensi ini sedang digunakan di salah satu atau lebih proyek Wikimedia. Ini kemungkinan berarti ekstensi ini stabil dan bekerja cukup baik untuk digunakan oleh situs web berlalu lintas tinggi. Cari nama ekstensi ini di berkas konfigurasi CommonSettings.php dan InitialiseSettings.php Wikimedia untuk melihat di mana dipasangnya. Daftar lengkap ekstensi yang dipasang di suatu wiki bisa dilihat di halaman Special:Version wiki. |
This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |