MediaWiki API 說明

此頁為自動產生的 MediaWiki API 說明文件頁面。

說明文件與範例:https://www.mediawiki.org/wiki/API

action=stashedit

(main | stashedit)
  • 此模块是内部或不稳定的。它的操作可以更改而不另行通知。
  • 此模組需要讀取權限。
  • 此模組僅接受 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

action=query&meta=tokens 接收的 "csrf" 密鑰。

此參數為必填。