MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
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”令牌
- 这个参数是必须的。