Помоћ око Медијавикијевог API-ја

Ово је аутоматски генерисана документација за Медијавики API

Документација и примери: -{R|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.
  • Извор: ContentTranslation
  • Лиценца: GPL-2.0-or-later

Manage the suggestion lists. Add suggestions to lists and remove them.

Специфични параметри:
Other general parameters are available.
listname

Suggestion list name.

This parameter is required.
listaction

Action to be performed on the list.

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 50 (500 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.
Пример:
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]