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.
- 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
The title of the source section (optional).
- limit
తీసుకు రావాల్సిన గరిష్ఠ అనువాదాల సంఖ్య.
- Type: integer or max
- The value must be between 1 and 500.
- 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]
- Get translations draft by ID.
- 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]