미디어위키 API 도움말

이 페이지는 自動으로 生成된 미디어위키 API 도움말 文書입니다.

說明 文書 및 例示: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslationsuggestions

( main | query | contenttranslationsuggestions )
  • 이 모듈은 read 權限을 要求합니다.
  • 이 모듈은 生成機로 使用할 수 있습니다.
  • 出處: ContentTranslation
  • 라이선스: GPL-2.0-or-later

內容 飜譯을 위한 提案 目錄을 가져옵니다.

特定 變數:
다른 一般 變數를 使用할 수 있습니다.
from

元本 言語 코드입니다.

to

對象 言語 코드입니다.

listid

Return suggestions only from a particular list

limit

가져올 飜譯 提案의 最大 數입니다.

類型: 整數 또는 max
값은 1와 500 사이여야 합니다.
基本값: 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.

類型: 精髓
例示:
Fetch pages suggested for translation from English (en) to Spanish (es).
api.php?action=query&list=contenttranslationsuggestions&from=en&to=es [演習場에서 열기]