MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
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" 密鑰。
- 此參數為必填。
範例: