MediaWiki API 說明

此頁為自動產生的 MediaWiki API 說明文件頁面。

說明文件與範例:https://www.mediawiki.org/wiki/API

action=undelete

(main | undelete)
  • 此模組需要讀取權限。
  • 此模組需要寫入權限。
  • 此模組僅接受 POST 請求。

Restore revisions of a deleted page.

A list of deleted revisions (including timestamps) can be retrieved through list=deletedrevs, and a list of deleted file IDs can be retrieved through list=filearchive.

參數:
title

要恢复的页面标题。

此參數為必填。
reason

還原的原因。

預設值:(空)
timestamps

Timestamps of the revisions to restore. If both timestamps and fileids are empty, all will be restored.

使用 | 分隔數值。 上限值為 50 (機器人為 500)。
fileids

要恢复的文件修订ID。如果timestampsfileids都为空,所有将被恢复。

使用 | 分隔數值。 上限值為 50 (機器人為 500)。
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

單值:watch、unwatch、preferences、nochange
預設值:preferences
token

action=query&meta=tokens 接收的 "csrf" 密鑰。

此參數為必填。