MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
action=revisiondelete
(main | revisiondelete)
- 此模块需要读取权限。
- 此模块需要写入权限。
- 此模块只允许POST请求。
删除和恢复修订版本。
参数:
- 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
Identifiers for the revisions to be deleted.
- 这个参数是必须的。
- 通过“|”隔开各值。 值的最高数字是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”令牌
- 这个参数是必须的。
例子:
- 隐藏首页的修订版本12345的内容。
- api.php?action=revisiondelete&target=Main%20Page&type=revision&ids=12345&hide=content&token=123ABC
- Hide all data on log entry 67890 with the reason BLP violation.
- api.php?action=revisiondelete&type=logging&ids=67890&hide=content|comment|user&reason=BLP%20violation&token=123ABC