MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
action=revisiondelete
(main | revisiondelete)
- 此模块需要读取权限。
- 此模块需要写入权限。
- 此模块只允许POST请求。
- 来源:MediaWiki
- 许可协议:GPL-2.0+
删除和恢复修订版本。
参数:
- type
Type of revision deletion being performed.
- 这个参数是必须的。
- 以下值中的一个:revision、archive、oldimage、filearchive、logging
- target
Page title for the revision deletion, if required for the type.
- ids
用于将被删除的修订的标识符。
- 这个参数是必须的。
- 通过“|”隔开各值。 值的最高数字是50(对于机器人则是500)。
- hide
每次修订要隐藏的东西。
- 值(以|分隔):content、comment、user
- show
每次修订要恢复显示的东西。
- 值(以|分隔):content、comment、user
- suppress
Whether to suppress data from administrators as well as others.
- 以下值中的一个:yes、no、nochange
- 默认:nochange
- reason
删除或恢复的原因。
- token
从action=query&meta=tokens取回的“csrf”令牌
- 这个参数是必须的。
例子: