Ayuda de la API de MediaWiki

Esta es una página de documentación autogenerada de la API de MediaWiki.

Documentación y ejemplos: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

meta=cxdeletedtranslations (dt)

(main | query | cxdeletedtranslations)
  • Este módulo es interno o inestable. Su funcionamiento puede cambiar sin previo aviso.
  • Este módulo requiere permisos de lectura.
  • Fuente: ContentTranslation
  • Licencia: GPL-2.0-or-later

Get the number of your published translations that were deleted.

Parámetros específicos:
Other general parameters are available.
dtafter

Timestamp to get only newer deletions.

Tipo: timestamp (formatos permitidos)
dtnamespace

Namespace in which the deleted translations were published. Defaults to the main namespace.

Uno de los siguientes valores: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 106, 107, 274, 275, 460, 461, 1198, 1199, 2300, 2301, 2302, 2303
Ejemplo:
Get the number of your deleted translations, which were published to main namespace and deleted after 2019-04-07 16:24:44
api.php?action=query&meta=cxdeletedtranslations&dtafter=2019-04-07T16%3A24%3A44.000Z&dtnamespace=0 [abrir en la zona de pruebas]