MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de

action=undelete

(main | undelete)
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul erfordert Schreibrechte.
  • Dieses Modul akzeptiert nur POST-Anfragen.

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.

Parameter:
title

Title of the page to restore.

Dieser Parameter ist erforderlich.
reason

Grund für die Wiederherstellung.

Standard: (leer)
timestamps

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

Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
fileids

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

Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
watchlist

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

Ein Wert: watch, unwatch, preferences, nochange
Standard: preferences
token

Ein „csrf“-Token abgerufen von action=query&meta=tokens

Dieser Parameter ist erforderlich.