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

This is an auto-generated MediaWiki API documentation page.

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

action=cxsuggestionlist

(main | cxsuggestionlist)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

পরামর্শ তালিকা পরিচালনা করুন। তালিকায় পরামর্শ যোগ করুন অথবা সরান।

Specific parameters:
Other general parameters are available.
listname

পরামর্শ তালিকার নাম।

This parameter is required.
listaction

তালিকায় করণীয়।

This parameter is required.
One of the following values: add, remove, view
titles

পাতার শিরোনামগুলি।

This parameter is required.
Separate values with | or alternative.
Maximum number of values is ৫০ (৫০০ for clients that are allowed higher limits).
from

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

This parameter is required.
to

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

token

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

This parameter is required.
Example:
Add a title to a list as a suggestion to translate from English (en) to Spanish (es). If the list does not exist already, a new list will be created.
api.php?action=cxsuggestionlist&listname=List&listaction=add&titles=Title&from=en&to=es&token=123ABC [open in sandbox]