MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=setnotificationtimestamp
- Dieses Modul erfordert Leserechte.
- Dieses Modul erfordert Schreibrechte.
- Dieses Modul akzeptiert nur POST-Anfragen.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
Update the notification timestamp for watched pages.
This affects the highlighting of changed pages in the watchlist and history, and the sending of email when the "Bei Änderungen an beobachteten Seiten oder Dateien E-Mails senden" preference is enabled.
- entirewatchlist
An allen beobachteten Seiten arbeiten.
- Typ: boolisch (Einzelheiten)
- timestamp
Timestamp to which to set the notification timestamp.
- Typ: Zeitstempel (erlaubte Formate)
- torevid
Revision to set the notification timestamp to (one page only).
- Typ: Ganzzahl
- newerthanrevid
Revision to set the notification timestamp newer than (one page only).
- Typ: Ganzzahl
- continue
Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
- titles
Eine Liste der Titel, an denen gearbeitet werden soll.
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- pageids
Eine Liste der Seitenkennungen, an denen gearbeitet werden soll.
- Typ: Liste von Ganzzahlen
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- revids
Eine Liste der Versionskennungen, an denen gearbeitet werden soll.
- Typ: Liste von Ganzzahlen
- Werte mit | trennen. Maximale Anzahl der Werte ist 50 (500 für Bots).
- generator
Get the list of pages to work on by executing the specified query module.
Note: Generator parameter names must be prefixed with a "g", see examples.
- Einer der folgenden Werte: allcategories, alldeletedrevisions, allfileusages, allimages, alllinks, allpages, allredirects, allrevisions, alltransclusions, backlinks, categories, categorymembers, deletedrevisions, duplicatefiles, embeddedin, exturlusage, fileusage, images, imageusage, iwbacklinks, langbacklinks, links, linkshere, pageswithprop, prefixsearch, protectedtitles, querypage, random, recentchanges, redirects, revisions, search, templates, transcludedin, watchlist, watchlistraw
- redirects
Automatically resolve redirects in titles, pageids, and revids, and in pages returned by generator.
- Typ: boolisch (Einzelheiten)
- converttitles
Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion. Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, uz, zh.
- Typ: boolisch (Einzelheiten)
- token
Ein „csrf“-Token abgerufen von action=query&meta=tokens
- Dieser Parameter ist erforderlich.
- Reset the notification status for the entire watchlist.
- api.php?action=setnotificationtimestamp&entirewatchlist=&token=123ABC [in Spielwiese öffnen]
- Reset the notification status for Main page.
- api.php?action=setnotificationtimestamp&titles=Main_page&token=123ABC [in Spielwiese öffnen]
- Set the notification timestamp for Main page so all edits since 1 January 2012 are unviewed.
- api.php?action=setnotificationtimestamp&titles=Main_page×tamp=2012-01-01T00:00:00Z&token=123ABC [in Spielwiese öffnen]
- Reset the notification status for pages in the Benutzer namespace.
- api.php?action=setnotificationtimestamp&generator=allpages&gapnamespace=2&token=123ABC [in Spielwiese öffnen]