Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

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

action=stashedit

(main | stashedit)
  • This module is internal or unstable. Its operation may change without notice.
  • Этот модуль требует прав на чтение.
  • Этот модуль требует права на запись.
  • Этот модуль принимает только Post-запросы.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

Prepare an edit in shared cache.

This is intended to be used via AJAX from the edit form to improve the performance of the page save.

Параметры:
title

Title of the page being edited.

Это обязательный параметр.
section

Section number. 0 for the top section, new for a new section.

sectiontitle

Заголовок нового раздела.

text

Page content.

Это обязательный параметр.
contentmodel

Content model of the new content.

Это обязательный параметр.
Одно из следующих значений: wikitext, javascript, json, css, text
contentformat

Content serialization format used for the input text.

Это обязательный параметр.
Одно из следующих значений: text/x-wiki, text/javascript, application/json, text/css, text/plain
baserevid

Revision ID of the base revision.

Это обязательный параметр.
Тип: integer
token

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

Это обязательный параметр.