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
Title of the page to restore.
- このパラメーターは必須です。
- reason
Reason for restoring.
- 既定値: (空)
- timestamps
Timestamps of the revisions to restore. If both timestamps and fileids are empty, all will be restored.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- fileids
IDs of the file revisions to restore. If both timestamps and fileids are empty, all will be restored.
- 複数の値は | で区切ってください。 値の最大値は 50 (ボットの場合は 500) です。
- watchlist
Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.
- 値 (いずれか1つ): watch、unwatch、preferences、nochange
- 既定値: preferences
- token
action=query&meta=tokens から取得した「csrf」トークン
- このパラメーターは必須です。
例:
- Undelete page Main Page.
- api.php?action=undelete&title=Main%20Page&token=123ABC&reason=Restoring%20main%20page
- Undelete two revisions of page Main Page.
- api.php?action=undelete&title=Main%20Page&token=123ABC×tamps=2007-07-03T22:00:45Z|2007-07-02T19:48:56Z