Extension:NukeDPL/es
NukeDPL Estado de lanzamiento: estable |
|
---|---|
Implementación | Acción de página , Página especial |
Descripción | Allows mass deletion of articles using Extensión:DynamicPageList3 |
Autor(es) | Aran Dunkley (Naddiscusión) |
Mantenedor(es) | Sophivorus |
Última versión | 1.6 (2020-01-02) |
MediaWiki | >= 1.37.0 |
Licencia | GNU Licencia Pública general 3.0 o posterior |
Descarga | |
|
|
Descargas trimestrales | 8 (Ranked 124th) |
Traduce la extensión NukeDPL si está disponible en translatewiki.net | |
The NukeDPL extension allows mass deletion of articles selected by queries of the DynamicPageList3 extension. Based on Extensión: Núcleo by Brooke Vibber.
Instalación
- Install Extensión:DynamicPageList3
- Descarga y extrae los archivos en un directorio denominado «
NukeDPL
» dentro de la carpetaextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NukeDPL - Añade el siguiente código en la parte final de tu archivo LocalSettings.php :
wfLoadExtension( 'NukeDPL' );
- Hecho – Navega a Special:Version en el wiki para verificar que la extensión se haya instalado correctamente.
Uso
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
Ve también
- Extensión: Núcleo - Allows mass deletion of articles and their history by author or IP.
- Manual:RevisionDelete
- Extension:DeletePagesForGood
Esta extensión está incluida en los siguientes anfitriones/granjas wiki y/o paquetes: No se trata de una lista oficial. Algunas granjas/hosts wiki y/o paquetes pueden tener disponible esta extensión aunque no estén listados aquí. Siempre compruébelo con su anfitrión o granja wiki para confirmarlo. |