মিডিয়াউইকি এপিআই সাহায্য

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)
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

Query Content Translation database for translations.

Specific parameters:
Other general parameters are available.
translationid

অনুবাদ আইডি।

from

উৎস ভাষার কোড।

to

লক্ষ্য ভাষার কোড।

sourcetitle

উৎস পাতার শিরোনাম।

sourcesectiontitle

উৎস অনুচ্ছেদের শিরোনাম (ঐচ্ছিক)।

limit

আনয়ন যোগ্য অনুবাদের সর্বাধিক সংখ্যা৷

Type: integer or max
The value must be between ১ and ৫০০.
Default: 100
offset

Offset into result set (optional).

type

অনুবাদের অবস্থা।

One of the following values: draft, published
usecase

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

One of the following values: desktop-editor-draft, translation-corpora-units, unified-dashboard
Examples:
বর্তমান ব্যবহারকারীর দ্বারা অনুবাদ শুরু করে।
api.php?action=query&list=contenttranslation [open in sandbox]
আইডি দ্বারা অনুবাদের খসড়া দেয়।
api.php?action=query&list=contenttranslation&translationid=94 [open in sandbox]
প্রদত্ত ভাষা যুগল মধ্যে দেওয়া শিরোনাম জন্য কোন অনুবাদ খোঁজে
api.php?action=query&list=contenttranslation&from=en&to=es&sourcetitle=Hibiscus [open in sandbox]