Extension:NukeDPL/cs

Category:GPL licensed extensions/cs
Příručka k rozšířením MediaWiki
NukeDPL
Stav rozšíření: stabilníCategory:Stable extensions/cs
Implementace Akce stránky Category:Page action extensions/cs, Speciální stránka Category:Special page extensions/cs
Popis Umožňuje hromadné mazání článků pomocí Rozšíření:DynamicPageList3
Autoři Aran Dunkley (Naddiskuse)
Správci Sophivorus
Nejnovější verze 1.6 (2020-01-02)
MediaWiki >= 1.37.0
Licence GNU General Public License 3.0 nebo novější
Stáhnout Category:Extensions in Wikimedia version control/cs
  • nukedpl
Čtvrtletní stahování 5 (Ranked 111st)
Přeložte rozšíření NukeDPL, používá-li lokalizaci z translatewiki.net
Category:All extensions/cs

Rozšíření NukeDPL umožňuje hromadné mazání článků vybraných pomocí dotazů rozšíření DynamicPageList3. Based on Extension:Nuke by Brooke Vibber.

Installation

  • Install Rozšíření:DynamicPageList3
  • Stáhněte soubor/y a vložte je do adresáře pojmenovaného NukeDPL ve vaší složce extensions/.
    Vývojáři a přispěvatelé kódu by si místo toho měli nainstalovat rozšíření from Git pomocí:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NukeDPL
  • Na konec vašeho souboru LocalSettings.php přidejte následující kód:
    wfLoadExtension( 'NukeDPL' );
    
  • Yes Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.

Usage

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

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

Viz také

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