MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=cxpublish

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

Save a page created using the Content Translation extension.

Parameters:
title

The title of the page to perform actions on.

This parameter is required.
html

The content to save.

This parameter is required.
from

The source language code.

This parameter is required.
to

The target language code.

This parameter is required.
sourcetitle

The title of the source page.

This parameter is required.
categories

The categories to put the published page in.

wpCaptchaId

Captcha ID (when saving with a captcha response).

wpCaptchaWord

Answer to the captcha (when saving with a captcha response).

token

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

This parameter is required.