MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=feedwatchlist

(main | feedwatchlist)
  • Voor deze module zijn leesrechten nodig.
  • Bron: MediaWiki
  • Licentie: GPL-2.0-or-later

Returns a watchlist feed.

Parameters:
feedformat

De indeling van de feed.

Een van de volgende waarden: rss, atom
Standaard: rss
hours

List pages modified within this many hours from now.

De waarde moeten zich tussen 1 en 72 bevinden.
Type: geheel getal
Standaard: 24
linktosections

Link directly to changed sections if possible.

Type: boolean (details)
allrev

Include multiple revisions of the same page within given timeframe.

Type: boolean (details)
wlowner

Used along with token to access a different user's watchlist.

Type: gebruikersnaam
wltoken

A security token (available in the user's preferences) to allow access to another user's watchlist.

wlshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set show=minor|!anon.

Waarden (gescheiden met | of alternatief): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, autopatrolled, !autopatrolled, unread, !unread
wltype

Welke typen wijzigingen weer te geven:

edit
Gewone paginabewerkingen.
new
Nieuwe pagina's.
log
Logboekregels.
external
Externe wijzigingen.
categorize
Wijzigingen in categorielidmaatschap.
Waarden (gescheiden met | of alternatief): edit, new, log, external, categorize
Standaard: edit|new|log|categorize
wlexcludeuser

Don't list changes by this user.

Type: gebruikersnaam
Voorbeelden:
Show the watchlist feed.
api.php?action=feedwatchlist [open in de zandbak]
Show all changes to watched pages in the past 6 hours.
api.php?action=feedwatchlist&allrev=&hours=6 [open in de zandbak]