MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=logevents ⧼parentheses⧽
- Dieses Modul erfordert Leserechte.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Ruft Ereignisse von Logbüchern ab.
- leprop
Zurückzugebende Eigenschaften:
- ids
- Ergänzt die Kennung des Logbuchereignisses.
- title
- Ergänzt den Titel der Seite für das Logbuchereignis.
- type
- Ergänzt den Typ des Logbuchereignisses.
- user
- Ergänzt den verantwortlichen Benutzer für das Logbuchereignis.
- userid
- Adds the user ID who was responsible for the log event.
- timestamp
- Adds the timestamp for the log event.
- comment
- Ergänzt den Kommentar des Logbuchereignisses.
- parsedcomment
- Adds the parsed comment of the log event.
- details
- Lists additional details about the log event.
- tags
- Listet Markierungen für das Logbuchereignis auf.
- Werte (mit | trennen oder Alternative): ids⧼comma-separator⧽title⧼comma-separator⧽type⧼comma-separator⧽user⧼comma-separator⧽userid⧼comma-separator⧽timestamp⧼comma-separator⧽comment⧼comma-separator⧽parsedcomment⧼comma-separator⧽details⧼comma-separator⧽tags
- Standard: ids|title|type|user|timestamp|comment|details
- letype
Filter log entries to only this type.
- Einer der folgenden Werte: Kann leer sein oder renameuser⧼comma-separator⧽spamblacklist⧼comma-separator⧽block⧼comma-separator⧽protect⧼comma-separator⧽rights⧼comma-separator⧽delete⧼comma-separator⧽upload⧼comma-separator⧽move⧼comma-separator⧽import⧼comma-separator⧽patrol⧼comma-separator⧽merge⧼comma-separator⧽suppress⧼comma-separator⧽tag⧼comma-separator⧽managetags⧼comma-separator⧽contentmodel⧼comma-separator⧽newusers
- leaction
Filter log actions to only this action. Overrides letype. In the list of possible values, values with the asterisk wildcard such as action/* can have different strings after the slash (/).
- Einer der folgenden Werte: renameuser/renameuser⧼comma-separator⧽spamblacklist/*⧼comma-separator⧽block/block⧼comma-separator⧽block/reblock⧼comma-separator⧽block/unblock⧼comma-separator⧽contentmodel/change⧼comma-separator⧽contentmodel/new⧼comma-separator⧽delete/delete⧼comma-separator⧽delete/delete_redir⧼comma-separator⧽delete/event⧼comma-separator⧽delete/restore⧼comma-separator⧽delete/revision⧼comma-separator⧽import/interwiki⧼comma-separator⧽import/upload⧼comma-separator⧽managetags/activate⧼comma-separator⧽managetags/create⧼comma-separator⧽managetags/deactivate⧼comma-separator⧽managetags/delete⧼comma-separator⧽merge/merge⧼comma-separator⧽move/move⧼comma-separator⧽move/move_redir⧼comma-separator⧽patrol/patrol⧼comma-separator⧽patrol/autopatrol⧼comma-separator⧽protect/modify⧼comma-separator⧽protect/move_prot⧼comma-separator⧽protect/protect⧼comma-separator⧽protect/unprotect⧼comma-separator⧽rights/autopromote⧼comma-separator⧽rights/rights⧼comma-separator⧽suppress/block⧼comma-separator⧽suppress/delete⧼comma-separator⧽suppress/event⧼comma-separator⧽suppress/reblock⧼comma-separator⧽suppress/revision⧼comma-separator⧽tag/update⧼comma-separator⧽upload/overwrite⧼comma-separator⧽upload/revert⧼comma-separator⧽upload/upload⧼comma-separator⧽newusers/newusers⧼comma-separator⧽newusers/create⧼comma-separator⧽newusers/create2⧼comma-separator⧽newusers/byemail⧼comma-separator⧽newusers/autocreate
- lestart
Der Zeitstempel, bei dem die Aufzählung beginnen soll.
- Typ: Zeitstempel (erlaubte Formate)
- leend
Der Zeitstempel, bei dem die Aufzählung enden soll.
- Typ: Zeitstempel (erlaubte Formate)
- ledir
In which direction to enumerate:
- newer
- List oldest first. Note: lestart has to be before leend.
- older
- List newest first (default). Note: lestart has to be later than leend.
- Einer der folgenden Werte: newer⧼comma-separator⧽older
- Standard: older
- leuser
Filter entries to those made by the given user.
- Typ: Benutzername
- letitle
Filter entries to those related to a page.
- lenamespace
Filter entries to those in the given namespace.
- Einer der folgenden Werte: -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
- leprefix
Filtert Einträge, die mit diesem Präfix beginnen.
- letag
Only list event entries tagged with this tag.
- lelimit
Wie viele Ereigniseinträge insgesamt zurückgegeben werden sollen.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Typ: Ganzzahl oder max
- Standard: 10
- lecontinue
Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
- Listet die letzten Logbuch-Ereignisse auf.
- api.php?action=query&list=logevents [in Spielwiese öffnen]