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=contenttranslation
- This module requires read rights.
- Source: ContentTranslation
- License: GPL-2.0-or-later
Query Content Translation database for translations.
Specific parameters:
Other general parameters are available.
- translationid
अनुवाद ID ।
- from
स्रोत भाषाको कोड।
- to
लक्षित भाषाको कोड।
- sourcetitle
स्रोत लेखको शीर्षक।
- sourcesectiontitle
The title of the source section (optional).
- 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
- Default: draft
- 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]
- अनुवाद ड्राफ्ट ID को आधारमा लिनुहोस्
- api.php?action=query&list=contenttranslation&translationid=94 [open in sandbox]
- Find any translation for the given title between given language pair
- api.php?action=query&list=contenttranslation&from=en&to=es&sourcetitle=Hibiscus [open in sandbox]