Extension:NukeDPL/hi

This page is a translated version of the page Extension:NukeDPL and the translation is 12% complete.
मीडियाविकि एक्सटेंशन मैन्युअल
NukeDPL
प्रकाशन की स्थिति: स्थिर
कार्यान्वयन पृष्ठ कार्य , विशेष पृष्ठ
विवरण Allows mass deletion of articles using Extension:DynamicPageList
लेखक Aran Dunkley (Nadवार्ता)
अनुरक्षक Sophivorus
नवीनतम संस्करण 1.6 (2020-01-02)
MediaWiki >= 1.37.0
लाइसेंस GNU साधारण सार्वजनिक लाइसेंस 3.0 या अधिक
डाउनलोड करें
  • nukedpl
Quarterly downloads 2 (Ranked 145th)
NukeDPL एक्सटेंशन को अनुवादित करें अगर यह translatewiki.net पर उपलब्ध है

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


Installation

  • Extension:DynamicPageList (third-party) स्थापित करें
  • फ़ाइलों को डाउनलोड करें और अपने extensions/ फ़ोल्डर के NukeDPL नामक डिरेक्ट्री में डालें।
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NukeDPL
  • अपने LocalSettings.php फ़ाइल के अंत में निम्न कोड जोड़ें:
    wfLoadExtension( 'NukeDPL' );
    
  • Yes पूर्ण – अपने विकि पर Special:Version पर जाकर देखें कि एक्सटेंशन को सफलतापूर्वक स्थापित किया गया है कि नहीं।

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

चेतावनी चेतावनी: If you use namespace = Image the image files won't be deleted correctly, only the corresponding text pages.

इन्हें भी देखें