MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=watchlistraw ⧼parentheses⧽
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Ruft alle Seiten der Beobachtungsliste des aktuellen Benutzers ab.
- wrcontinue
Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
- wrnamespace
Only list pages in the given namespaces.
- Werte (mit | trennen oder Alternative): 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 *.
- wrlimit
How many total results to return per request.
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Typ: Ganzzahl oder max
- Standard: 10
- wrprop
Zusätzlich zurückzugebende Eigenschaften:
- changed
- Adds timestamp of when the user was last notified about the edit.
- Werte (mit | trennen oder Alternative): changed
- wrshow
Only list items that meet these criteria.
- Werte (mit | trennen oder Alternative): changed⧼comma-separator⧽!changed
- wrowner
Used along with wrtoken to access a different user's watchlist.
- Typ: Benutzername
- wrtoken
A security token (available in the user's preferences) to allow access to another user's watchlist.
- wrdir
The direction in which to list.
- Einer der folgenden Werte: ascending⧼comma-separator⧽descending
- Standard: ascending
- wrfromtitle
Titel (mit Namensraum-Präfix), bei dem die Aufzählung beginnen soll.
- wrtotitle
Titel (mit Namensraum-Präfix), bei dem die Aufzählung enden soll.
- List pages on the current user's watchlist.
- api.php?action=query&list=watchlistraw [in Spielwiese öffnen]
- Fetch page info for pages on the current user's watchlist.
- api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info [in Spielwiese öffnen]