Довідка API Медіавікі

Це автоматично генерована сторінка документації API Медіавікі.

Документація та приклади: https://www.mediawiki.org/wiki/API

action=stashedit

(mainstashedit)
  • Цей модуль є внутрішнім або нестабільним. Його робота може бути змінена без сповіщення.
  • Цей модуль вимагає прав на читання.
  • Цей модуль приймає лише 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

The title for a new section.

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.

Цей параметр є обов'язковим.
Тип: ціле число
token

Токен «csrf» отримано з action=query&meta=tokens

Цей параметр є обов'язковим.