Extension:NukeDPL/ru

From mediawiki.org
This page is a translated version of the page Extension:NukeDPL and the translation is 18% complete.
Справка по расширениям MediaWiki
NukeDPL
Статус релиза: стабильно
Реализация Действие страницы , Служебная страница
Описание Allows mass deletion of articles using Extension:DynamicPageList
Автор(ы) Aran Dunkley (Nadобсуждение)
Поддерживающий(ие) Sophivorus
Последняя версия 1.6 (2020-01-02)
MediaWiki >= 1.37.0
Лицензия GNU General Public License 3.0 или позднее
Скачать
  • nukedpl
Ежеквартальные загрузки 2 (Ranked 142nd)
Переведите расширение NukeDPL, если оно доступно на translatewiki.net

The NukeDPL extension allows mass deletion of articles selected by queries of the DynamicPageList extension. Based on Расширение:Nuke by Brooke Vibber.


Установка

  • Install Extension:DynamicPageList (third-party)
  • Скачайте и распакуйте файл(ы) в папку с названием NukeDPL в вашей папке extensions/.
    Вместо этого разработчикам и соавторам кода следует установить расширение из Git, используя:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NukeDPL
  • Добавьте следующий код в конце вашего файла LocalSettings.php :
    wfLoadExtension( 'NukeDPL' );
    
  • Yes Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.

Использование

Make sure your database is backed up before using this extension.

Go to the Special:NukeDPL page and enter a DPL query to select a list of articles. The DPL surrounding tags and the output format parameters are automatically added, so only the selection parameters are required (one per line). Click the submit button to see a list of the pages selected by the query from which any items can be unchecked if they should not be included in the deletion. Clicking the submit button on this list page will then delete all the checked articles.

For example, to delete all articles beginning with "My World" in the main namespace use:

namespace  = 0
titlematch = My_World%

You can find more about the syntax at the DPL Manual, especially at Criteria for page selection

Внимание Внимание: If you use namespace = Image the image files won't be deleted correctly, only the corresponding text pages.

См. также