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

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=cxsave

(main | 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.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

This module allows to save draft translations by section to save bandwidth and to collect parallel corpora.

Specific parameters:
Other general parameters are available.
from

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

This parameter is required.
to

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

This parameter is required.
sourcetitle

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

This parameter is required.
title

পাতার শিরোনাম যাতে কর্ম সঞ্চালন হবে।

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

উৎস পাতার সংশোধন।

This parameter is required.
Type: integer
progress

অনুবাদ সমাপ্তির সম্পর্কিত তথ্য (অগ্রগতি)। any, human, mt এবং mtSectionsCount চাবিসহ JSON। চাবির মান শতাংশে।

This parameter is required.
cxversion

খসড়া অনুবাদ তৈরি করতে ব্যবহৃত সম্পাদকের সংস্করণ।

Type: integer
The value must be between ১ and ২.
sourcecategories

JSON encoded array of source categories to be saved with draft translation.

Cannot be longer than ৬৫,৫৩৫ bytes.
targetcategories

JSON encoded array of target categories to be saved with draft translation.

Cannot be longer than ৬৫,৫৩৫ bytes.
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.