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