Extension:Nuke/be-tarask

From Linux Web Expert

<translate> This {{<tvar name=1>#if:|{{{type}}}</tvar>|extension}} [[<tvar name=mwversion>Special:MyLanguage/MediaWiki 1.18#Bundled extensions</tvar>|comes with MediaWiki <tvar name=mwversion2>1.18</tvar>]] and above.</translate> <translate> Thus you do not have to download it again.</translate> <translate> However, you still need to follow the other instructions provided.</translate>
інструкцыя па пашырэньнях МэдыяВікі
Nuke
Статус выданьня: стабільны
File:Nuke extension.png
Укараненьне Спэцыяльная старонка , Дзеяньне старонкі
Апісаньне Дае адміністратарам магчымасьць масава выдаляць старонкі.
Аўтар(ы)
Апошняя вэрсія 1.3.0 (2017-03-01)
MediaWiki 1.28.1+
Зьмены базы зьвестак Не
Ліцэнзія Ліцэнзія ня вызначаная
Загрузіць
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Перакласьці пашырэньне Nuke, калі яно даступнае на translatewiki.net
Праблемы Адкрытыя задачы · Паведаміць пра памылку

Пашырэньне Nuke дае магчымасьць адміністратарам масава выдаляць старонкі.

Усталяваньне

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/Nuke/be-tarask</tvar>|Download]] and move the extracted <tvar name=name>Nuke/be-tarask</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke%2Fbe-tarask
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Nuke/be-tarask' );
    
  • Наладзьце як мае быць.
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

Налады

Карыстальніцкі дазвол „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;

Выкарыстаньне

<translate> See also</translate>: Help:Extension:Nuke

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.

Глядзіце таксама

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)