MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

action=stashedit

(main | stashedit)
  • Dieses Modul ist intern oder instabil. Seine Operationen werden ohne Kenntnisnahme geändert.
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul akzeptiert nur POST-Anfragen.
  • Quelle: MediaWiki
  • Lizenz: 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.

Parameter:
title

Title of the page being edited.

Dieser Parameter ist erforderlich.
section

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

sectiontitle

The title for a new section.

text

Page content.

Dieser Parameter ist erforderlich.
contentmodel

Content model of the new content.

Dieser Parameter ist erforderlich.
Einer der folgenden Werte: wikitext, javascript, json, css, text
contentformat

Content serialization format used for the input text.

Dieser Parameter ist erforderlich.
Einer der folgenden Werte: text/x-wiki, text/javascript, application/json, text/css, text/plain
baserevid

Revision ID of the base revision.

Dieser Parameter ist erforderlich.
Type: integer
token

Ein „csrf“-Token abgerufen von action=query&meta=tokens

Dieser Parameter ist erforderlich.