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=contenttranslation

(main | query | contenttranslation)
  • Mô đun này cần quyền đọc.
  • This module can be used as a generator.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

Query Content Translation database for translations.

Các tham số:
Other general parameters are available.
translationid

ID của bản dịch.

from

Mã ngôn ngữ gốc.

to

Mã ngôn ngữ đích.

sourcetitle

Tên trang gốc.

sourcesectiontitle

The title of the source section (optional).

limit

Số bản dịch tối đa để lấy.

Type: integer or max
The value must be between 1 and 500.
Default: 100
offset

Độ chệch vào kết quả (tùy chọn).

type

State of the translation.

Một trong các giá trị: draft, published
usecase

The usecase for which the translations are being fetched (optional).

Một trong các giá trị: desktop-editor-draft, translation-corpora-units, unified-dashboard
Các ví dụ:
Liệt kê các bản dịch do người dùng hiện tại bắt đầu.
api.php?action=query&list=contenttranslation [open in sandbox]
Hiển thị trang nháp của bản dịch theo ID.
api.php?action=query&list=contenttranslation&translationid=94 [open in sandbox]
Tìm bản dịch với tiêu đề đã chọn giữa hai ngôn ngữ
api.php?action=query&list=contenttranslation&from=en&to=es&sourcetitle=Hibiscus [open in sandbox]