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
Tərcümələr üçün Query Content Translation verilənlər bazası.
Specific parameters:
Other general parameters are available.
- translationid
Tərcümə ID.
- from
Mənbə dil kodu.
- to
Hədəf dili kodu.
- sourcetitle
Mənbə səhifəsinin başlığı.
- sourcesectiontitle
Mənbə bölməsinin başlığı (istəyə görə).
- limit
Alınacaq maksimum tərcümə sayı.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 100
- offset
Offset into result set (optional).
- type
Tərcümənin vəziyyəti.
- 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:
- Cari istifadəçi tərəfindən başladılan tərcümələr.
- api.php?action=query&list=contenttranslation [open in sandbox]
- Tərcümə qaralamalarını ID ilə əldə edin.
- api.php?action=query&list=contenttranslation&translationid=94 [open in sandbox]
- Verilmiş dil cütü arasında verilmiş başlıq üçün istənilən tərcüməni tapın
- api.php?action=query&list=contenttranslation&from=en&to=es&sourcetitle=Hibiscus [open in sandbox]