MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

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

action=compare

(main | compare)

Ruft den Unterschied zwischen zwei Seiten ab.

Du musst eine Versionsnummer, einen Seitentitel oder eine Seitennummer für „from“ als auch „to“ angeben.

Parameter:
fromtitle

Erster zu vergleichender Titel.

fromid

Erste zu vergleichende Seitennummer.

Typ: Ganzzahl
fromrev

Erste zu vergleichende Version.

Typ: Ganzzahl
fromslots

Override content of the revision specified by fromtitle, fromid or fromrev.

This parameter specifies the slots that are to be modified. Use fromtext-{slot}, fromcontentmodel-{slot}, and fromcontentformat-{slot} to specify content for each slot.

Werte (mit | trennen oder Alternative): main
fromtext-{slot}

Text of the specified slot. If omitted, the slot is removed from the revision.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von fromslots ersetzt werden.
fromsection-{slot}

When fromtext-{slot} is the content of a single section, this is the section number. It will be merged into the revision specified by fromtitle, fromid or fromrev as if for a section edit.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von fromslots ersetzt werden.
fromcontentformat-{slot}

Content serialization format of fromtext-{slot}.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von fromslots ersetzt werden.
Einer der folgenden Werte: text/x-wiki, text/javascript, application/json, text/css, text/plain
fromcontentmodel-{slot}

Content model of fromtext-{slot}. If not supplied, it will be guessed based on the other parameters.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von fromslots ersetzt werden.
Einer der folgenden Werte: wikitext, javascript, json, css, text
frompst

Führt eine Vorspeicherungsumwandlung für fromtext-{slot} aus.

Typ: boolesch (Einzelheiten)
fromtext
Veraltet.

Specify fromslots=main and use fromtext-main instead.

fromcontentformat
Veraltet.

Specify fromslots=main and use fromcontentformat-main instead.

Einer der folgenden Werte: text/x-wiki, text/javascript, application/json, text/css, text/plain
fromcontentmodel
Veraltet.

Specify fromslots=main and use fromcontentmodel-main instead.

Einer der folgenden Werte: wikitext, javascript, json, css, text
fromsection
Veraltet.

Nur den angegebenen Abschnitt des angegebenen „from“-Inhalts verwenden.

totitle

Zweiter zu vergleichender Titel.

toid

Zweite zu vergleichende Seitennummer.

Typ: Ganzzahl
torev

Zweite zu vergleichende Version.

Typ: Ganzzahl
torelative

Use a revision relative to the revision determined from fromtitle, fromid or fromrev. All of the other 'to' options will be ignored.

Einer der folgenden Werte: prev, next, cur
toslots

Override content of the revision specified by totitle, toid or torev.

This parameter specifies the slots that are to be modified. Use totext-{slot}, tocontentmodel-{slot}, and tocontentformat-{slot} to specify content for each slot.

Werte (mit | trennen oder Alternative): main
totext-{slot}

Text of the specified slot. If omitted, the slot is removed from the revision.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von toslots ersetzt werden.
tosection-{slot}

When totext-{slot} is the content of a single section, this is the section number. It will be merged into the revision specified by totitle, toid or torev as if for a section edit.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von toslots ersetzt werden.
tocontentformat-{slot}

Content serialization format of totext-{slot}.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von toslots ersetzt werden.
Einer der folgenden Werte: text/x-wiki, text/javascript, application/json, text/css, text/plain
tocontentmodel-{slot}

Content model of totext-{slot}. If not supplied, it will be guessed based on the other parameters.

Dies ist ein Vorlagenparameter. Bei der Erstellung der Anfrage {slot} im Parameternamen sollte mit Werten von toslots ersetzt werden.
Einer der folgenden Werte: wikitext, javascript, json, css, text
topst

Führt eine Vorspeicherungsumwandlung für totext aus.

Typ: boolesch (Einzelheiten)
totext
Veraltet.

Specify toslots=main and use totext-main instead.

tocontentformat
Veraltet.

Specify toslots=main and use tocontentformat-main instead.

Einer der folgenden Werte: text/x-wiki, text/javascript, application/json, text/css, text/plain
tocontentmodel
Veraltet.

Specify toslots=main and use tocontentmodel-main instead.

Einer der folgenden Werte: wikitext, javascript, json, css, text
tosection
Veraltet.

Only use the specified section of the specified 'to' content.

prop

Welche Informationen abgerufen werden sollen.

diff
Das Unterschieds-HTML.
diffsize
Die Größe des Unterschieds-HTML in Bytes.
rel
The revision IDs of the revision previous to 'from' and after 'to', if any.
ids
The page and revision IDs of the 'from' and 'to' revisions.
title
Die Seitentitel der Versionen „Von“ und „Nach“.
user
Der Benutzername und die -kennung der „from“- und „to“-Versionen.
comment
Der Kommentar zu den „from“- und „to“-Versionen.
parsedcomment
Der geparste Kommentar zu den „from“- und „to“-Versionen.
size
Die Größe der Versionen „from“ und „to“.
Werte (mit | trennen oder Alternative): diff, diffsize, rel, ids, title, user, comment, parsedcomment, size
Standard: diff|ids|title
slots

Return individual diffs for these slots, rather than one combined diff for all slots.

Werte (mit | trennen oder Alternative): main
Um alle Werte anzugeben, verwende *.
Beispiel:
Unterschied zwischen Version 1 und 2 abrufen
api.php?action=compare&fromrev=1&torev=2 [in Spielwiese öffnen]