MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
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。如果timestamps和fileids都为空,所有将被恢复。
- 通过“|”隔开各值。 值的最高数字是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”令牌
- 这个参数是必须的。