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

list=contenttranslationsuggestions

(main | query | contenttranslationsuggestions)
  • มอดูลนี้ต้องการสิทธิในการอ่าน
  • มอดูลนี้สามารถใช้เป็นตัวสร้างได้
  • แหล่งที่มา: ContentTranslation
  • สัญญาอนุญาต: GPL-2.0-or-later

Get suggestion lists for Content Translation.

Specific parameters:
Other general parameters are available.
from

รหัสภาษาต้นทาง

to

รหัสภาษาปลายทาง

listid

Return suggestions only from a particular list

limit

The maximum number of translation suggestions to fetch.

ชนิด: จำนวนเต็มหรือ max
The value must be between 1 and 500.
Default: 10
offset

Offset for paginated results.

seed

By default suggestions are returned in random order. If you wish to return each suggestion only once when using limit and offset, you must specify a seed for all the requests.

Type: integer
ตัวอย่าง:
Fetch pages suggested for translation from English (en) to Spanish (es).
api.php?action=query&list=contenttranslationsuggestions&from=en&to=es [เปิดในกระบะทราย]