MedijaViki API pagalba
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=cxsave
- This module is internal or unstable, and you should not use it. Its operation may change without notice.
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Šaltinis: ContentTranslation
- Licencija: GPL-2.0-or-later
This module allows to save draft translations by section to save bandwidth and to collect parallel corpora.
- from
Šaltinio kalbos kodas.
- This parameter is required.
- to
Kalbos, į kurią verčiama, kodas.
- This parameter is required.
- sourcetitle
Šaltinio puslapio pavadinimas.
- This parameter is required.
- title
Puslapio pavadinimas, kuriame atlikti veiksmus.
- This parameter is required.
- content
JSON-encoded section data. Each section is an object and has the following keys: content, sectionId, sequenceId, sequenceId, origin
- This parameter is required.
- sourcerevision
Šaltinio puslapio tikrinimas.
- This parameter is required.
- Type: integer
- progress
Informacija apie vertimų užbaigtumą (progresą). JSON su raktais
any,human,mtirmtSectionsCount. Raktų reikšmės yra procentinės reikšmės.- This parameter is required.
- cxversion
Version of the editor used to create the draft translation.
- Type: integer
- The value must be between 1 and 2.
- sourcecategories
JSON encoded array of source categories to be saved with draft translation.
- Cannot be longer than 65 535 bytes.
- targetcategories
JSON encoded array of target categories to be saved with draft translation.
- Cannot be longer than 65 535 bytes.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.