MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=cxdeletedtranslations (dt)
- This module is internal or unstable, and you should not use it. Its operation may change without notice.
- This module requires read rights.
- Source: ContentTranslation
- License: GPL-2.0-or-later
Get the number of your published translations that were deleted.
Specific parameters:
Other general parameters are available.
- dtafter
Timestamp to get only newer deletions.
- Type: timestamp (allowed formats)
- dtnamespace
Namespace in which the deleted translations were published. Defaults to the main namespace.
- One of the following values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 200, 201, 202, 203, 206, 207, 300, 301, 500, 501, 828, 829, 3000, 3001, 3002, 3003, 3004, 3005, 3012, 3013, 3014, 3015, 3016, 3017, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037
Example:
- 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 [open in sandbox]