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)
  • Denne modulen krever lesetilgang.
  • Denne modulen krever skrivetilgang.
  • Denne modulen aksepterer bare POST forespørsler.
  • Source: MediaWiki
  • License: GPL-2.0+

Opprett og rediger sider.

Parametre:
title

Tittelen til siden som skal redigeres. Kan ikke brukes sammen med pageid.

pageid

Side-ID til siden som skal redigeres. Kan ikke brukes sammen med title.

Type: integer
section

Avsnittsnummer. 0 for det øverste avsnittet, new for et nytt avsnitt.

sectiontitle

Tittelen for et nytt avsnitt.

text

Sideinnhold.

summary

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

tags

Change tags to apply to the revision.

Values (separate with |):
minor

Mindre redigering.

Type: boolean (details)
notminor

Non-minor edit.

Type: boolean (details)
bot

Merk denne redigeringen som en botendring.

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

Ikke rediger siden dersom den finnes allerede.

Type: boolean (details)
nocreate

Gi en feilmelding dersom dersom siden ikke finnes.

Type: boolean (details)
watch
Utgått.

Legg til siden til aktuell brukers overvåkningsliste.

Type: boolean (details)
unwatch
Utgått.

Fjern siden fra aktuell brukers overvåkningsliste.

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
Default: 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

Legg til denne teksten til starten av siden. Overstyrer 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

Bestem omdirigeringer automatisk.

Type: boolean (details)
contentformat

Innholdsserialiseringsformat brukt for inndatateksten.

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

Det nye innholdets innholdsmodell.

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.

Denne parameteren er påkrevd.