Extension:NukeDPL/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
NukeDPL
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Akcja strony Category:Page action extensions/pl, Strona specjalna Category:Special page extensions/pl
Opis Allows mass deletion of articles using Extension:DynamicPageList3
Autor(zy) Aran Dunkley (Naddyskusja)
Opiekun(owie) Sophivorus
Ostatnia wersja 1.6 (2020-01-02)
MediaWiki >= 1.37.0
Licencja Licencja GNU General Public License 3.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
  • nukedpl
Quarterly downloads 3 (Ranked 97th)
Przetłumacz rozszerzenie NukeDPL jeżeli jest dostępne na translatewiki.net
Category:All extensions/pl

The NukeDPL extension allows mass deletion of articles selected by queries of the DynamicPageList3 extension. Based on Rozszerzenie:Nuke by Brooke Vibber.

Instalacja

  • Zainstaluj Extension:DynamicPageList3
  • Pobierz i umieść plik(i) w katalogu o nazwie NukeDPL w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NukeDPL
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'NukeDPL' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Użycie

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

Uwaga Uwaga: If you use namespace = Image the image files won't be deleted correctly, only the corresponding text pages.

Zobacz też

Category:Page deletion extensions/pl Category:DynamicPageList extensions/pl
Category:All extensions/pl Category:DynamicPageList extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Miraheze/pl Category:Extensions included in WikiForge/pl Category:GPL licensed extensions/pl Category:Page action extensions/pl Category:Page deletion extensions/pl Category:Special page extensions/pl Category:Stable extensions/pl