Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=undelete

(main | undelete)
  • Этот модуль требует прав на чтение.
  • Этот модуль требует права на запись.
  • Этот модуль принимает только Post-запросы.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

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.

Тип: list of timestamps (allowed formats)
Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
fileids

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

Тип: list of integers
Разделяйте значения с помощью |. Максимальное количество значений должно быть 50 (500 для ботов).
watchlist

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

One value: watch, unwatch, preferences, nochange
По умолчанию: preferences
token

A "csrf" token retrieved from action=query&meta=tokens

Этот параметр является обязательным.
Примеры:
Восстановить страницу Main Page.
api.php?action=undelete&title=Main%20Page&token=123ABC&reason=Restoring%20main%20page
Восстановить две версии страницы Main Page.
api.php?action=undelete&title=Main%20Page&token=123ABC&timestamps=2007-07-03T22:00:45Z|2007-07-02T19:48:56Z