MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=edit

(main | edit)
  • Voor deze module zijn leesrechten nodig.
  • Voor deze module zijn schrijfrechten nodig.
  • This module only accepts POST requests.
  • Source: MediaWiki
  • License: GPL-2.0+

Aanmaken en bewerken van pagina's.

Parameters:
title

Naam van de pagina om te bewerken. Kan niet gebruikt worden samen met pageid.

pageid

Page ID of the page to edit. Cannot be used together with title.

Type: integer
section

Section number. 0 for the top section, new for a new section.

sectiontitle

De naam van de nieuwe sectie.

text

Pagina-inhoud.

summary

Edit summary. Also section title when section=new and sectiontitle is not set.

tags

Wijzigingslabels om aan de versie toe te voegen.

Values (separate with | or alternative):
minor

Kleine bewerking.

Type: boolean (details)
notminor

Geen kleine bewerking.

Type: boolean (details)
bot

Deze bewerking als bot markeren.

Type: boolean (details)
basetimestamp

Timestamp of the base revision, used to detect edit conflicts. May be obtained through action=query&prop=revisions&rvprop=timestamp.

Type: timestamp (allowed formats)
starttimestamp

Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using curtimestamp when beginning the edit process (e.g. when loading the page content to edit).

Type: timestamp (allowed formats)
recreate

Override any errors about the page having been deleted in the meantime.

Type: boolean (details)
createonly

De pagina niet bewerken als die al bestaat.

Type: boolean (details)
nocreate

Een foutmelding geven als de pagina niet bestaat.

Type: boolean (details)
watch
Verouderd.

Voeg de pagina toe aan de volglijst van de huidige gebruiker.

Type: boolean (details)
unwatch
Verouderd.

Verwijder de pagina van de volglijst van de huidige gebruiker.

Type: boolean (details)
watchlist

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

One of the following values: watch, unwatch, preferences, nochange
Standaard: preferences
md5

The MD5 hash of the text parameter, or the prependtext and appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct.

prependtext

Add this text to the beginning of the page. Overrides text.

appendtext

Add this text to the end of the page. Overrides text.

Use section=new to append a new section, rather than this parameter.

undo

Undo this revision. Overrides text, prependtext and appendtext.

Type: integer
undoafter

Undo all revisions from undo to this one. If not set, just undo one revision.

Type: integer
redirect

Doorverwijzingen automatisch oplossen.

Type: boolean (details)
contentformat

Content serialization format used for the input text.

One of the following values: text/x-wiki, text/javascript, application/json, text/css, text/plain
contentmodel

Content model of the new content.

One of the following values: wikitext, javascript, json, css, text
token

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

The token should always be sent as the last parameter, or at least after the text parameter.

This parameter is required.