MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=recentchanges ⧼parentheses⧽
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Listet die letzten Änderungen auf.
- rcstart
The timestamp to start enumerating from.
- Typ: Zeitstempel (erlaubte Formate)
- rcend
The timestamp to end enumerating.
- Typ: Zeitstempel (erlaubte Formate)
- rcdir
In which direction to enumerate:
- newer
- List oldest first. Note: rcstart has to be before rcend.
- older
- List newest first (default). Note: rcstart has to be later than rcend.
- Einer der folgenden Werte: newer⧼comma-separator⧽older
- Standard: older
- rcnamespace
Filter changes to only these namespaces.
- Werte (mit | trennen oder Alternative): -2⧼comma-separator⧽-1⧼comma-separator⧽0⧼comma-separator⧽1⧼comma-separator⧽2⧼comma-separator⧽3⧼comma-separator⧽4⧼comma-separator⧽5⧼comma-separator⧽6⧼comma-separator⧽7⧼comma-separator⧽8⧼comma-separator⧽9⧼comma-separator⧽10⧼comma-separator⧽11⧼comma-separator⧽12⧼comma-separator⧽13⧼comma-separator⧽14⧼comma-separator⧽15
- Um alle Werte anzugeben, verwende *.
- rcuser
Listet nur Änderungen von diesem Benutzer auf.
- Typ: Benutzername
- rcexcludeuser
Listet keine Änderungen von diesem Benutzer auf.
- Typ: Benutzername
- rctag
Listet nur Änderungen auf, die mit dieser Markierung markiert sind.
- rcprop
Bezieht zusätzliche Informationen mit ein:
- user
- Adds the user responsible for the edit and tags if they are an IP.
- userid
- Adds the user ID responsible for the edit.
- comment
- Fügt den Kommentar für die Bearbeitung hinzu.
- parsedcomment
- Adds the parsed comment for the edit.
- flags
- Ergänzt Markierungen für die Bearbeitung.
- timestamp
- Ergänzt den Zeitstempel für die Bearbeitung.
- title
- Ergänzt den Seitentitel der Bearbeitung.
- ids
- Adds the page ID, recent changes ID and the new and old revision ID.
- sizes
- Adds the new and old page length in bytes.
- redirect
- Tags edit if page is a redirect.
- patrolled
- Tags patrollable edits as being patrolled or unpatrolled.
- loginfo
- Adds log information (log ID, log type, etc) to log entries.
- tags
- Listet Markierungen für den Eintrag auf.
- sha1
- Adds the content checksum for entries associated with a revision.
- Werte (mit | trennen oder Alternative): user⧼comma-separator⧽userid⧼comma-separator⧽comment⧼comma-separator⧽parsedcomment⧼comma-separator⧽flags⧼comma-separator⧽timestamp⧼comma-separator⧽title⧼comma-separator⧽ids⧼comma-separator⧽sizes⧼comma-separator⧽redirect⧼comma-separator⧽patrolled⧼comma-separator⧽loginfo⧼comma-separator⧽tags⧼comma-separator⧽sha1
- Standard: title|timestamp|ids
- rctoken
- Veraltet.
Use action=query&meta=tokens instead.
- Werte (mit | trennen oder Alternative): patrol
- rcshow
Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set rcshow=minor|!anon.
- Werte (mit | trennen oder Alternative): minor⧼comma-separator⧽!minor⧼comma-separator⧽bot⧼comma-separator⧽!bot⧼comma-separator⧽anon⧼comma-separator⧽!anon⧼comma-separator⧽redirect⧼comma-separator⧽!redirect⧼comma-separator⧽patrolled⧼comma-separator⧽!patrolled⧼comma-separator⧽unpatrolled
- rclimit
How many total changes to return.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Typ: Ganzzahl oder max
- Standard: 10
- rctype
Which types of changes to show.
- Werte (mit | trennen oder Alternative): edit⧼comma-separator⧽new⧼comma-separator⧽log⧼comma-separator⧽external⧼comma-separator⧽categorize
- Standard: edit|new|log|categorize
- rctoponly
Only list changes which are the latest revision.
- Typ: boolesch (Einzelheiten)
- rccontinue
Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
- rcgeneraterevisions
When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.
- Typ: boolesch (Einzelheiten)
- Listet die letzten Änderungen auf.
- api.php?action=query&list=recentchanges [in Spielwiese öffnen]
- Get page info about recent unpatrolled changes.
- api.php?action=query&generator=recentchanges&grcshow=!patrolled&prop=info [in Spielwiese öffnen]