Ajuda API da MediaWiki

Esta é uma página de documentação API do MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/API

action=stashedit

(main | stashedit)
  • This module is internal or unstable. Its operation may change without notice.
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Fonte: MediaWiki
  • Licença: 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.

Parâmetros:
title

Title of the page being edited.

Este parâmetro é obrigatório.
section

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

sectiontitle

O título para uma nova seção.

text

Conteúdo da página

Este parâmetro é obrigatório.
contentmodel

Modelo de conteúdo do novo conteúdo.

Este parâmetro é obrigatório.
Um dos seguintes valores: wikitext, javascript, json, css, text
contentformat

Formato de serialização de conteúdo usado para o texto de entrada.

Este parâmetro é obrigatório.
Um dos seguintes valores: text/x-wiki, text/javascript, application/json, text/css, text/plain
baserevid

Revision ID of the base revision.

Este parâmetro é obrigatório.
Type: integer
token

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

Este parâmetro é obrigatório.