Trợ giúp về API MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=cxpublishedtranslations
- Mô đun này cần quyền đọc.
- Source: ContentTranslation
- License: GPL-2.0-or-later
Fetch all published translations information.
Các tham số:
Other general parameters are available.
- from
Mã ngôn ngữ gốc.
- to
Mã ngôn ngữ đích.
- limit
Số bản dịch tối đa để lấy.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 500
- offset
When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.
- Mặc định: (trống)
Các ví dụ:
- Nhận tất cả bản dịch đã được xuất bản
- api.php?action=query&list=cxpublishedtranslations [open in sandbox]
- Nhận tất cả bản dịch đã được xuất bản, dịch từ tiếng Anh
- api.php?action=query&list=cxpublishedtranslations&from=en [open in sandbox]
- Nhận tất cả các bản dịch đã được xuất bản, dịch từ tiếng Anh sang tiếng Tây Ban Nha
- api.php?action=query&list=cxpublishedtranslations&from=en&to=es [open in sandbox]