MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

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

action=revisiondelete

(main | revisiondelete)
  • Voor deze module zijn leesrechten nodig.
  • Voor deze module zijn schrijfrechten nodig.
  • This module only accepts POST requests.
  • Bron: MediaWiki
  • Licentie: GPL-2.0-or-later

Delete and undelete revisions.

Parameters:
type

Type of revision deletion being performed.

Deze parameter is verplicht.
Een van de volgende waarden: revision, archive, oldimage, filearchive, logging
target

Page title for the revision deletion, if required for the type.

ids

Identifiers for the revisions to be deleted.

Deze parameter is verplicht.
Separate values with | or alternative. Het maximaal aantal waarden is 50 (500 voor bots).
hide

What to hide for each revision.

Waarden (gescheiden met | of alternatief): content, comment, user
show

What to unhide for each revision.

Waarden (gescheiden met | of alternatief): content, comment, user
suppress

Whether to suppress data from administrators as well as others.

Een van de volgende waarden: yes, no, nochange
Standaard: nochange
reason

Reason for the deletion or undeletion.

tags

Tags to apply to the entry in the deletion log.

Waarden (gescheiden met | of alternatief):
token

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

Deze parameter is verplicht.