MediaWiki API hulp

This is an auto-generated MediaWiki API documentation page.

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

list=watchlistraw (wr)

(main | query | watchlistraw)
  • Voor deze module zijn leesrechten nodig.
  • This module can be used as a generator.
  • Bron: MediaWiki
  • Licentie: GPL-2.0-or-later

Get all pages on the current user's watchlist.

Parameters:
wrcontinue

When more results are available, use this to continue.

wrnamespace

Only list pages in the given namespaces.

Waarden (gescheiden met | of alternatief): 0, NS_1930, NS_1930_TALK, NS_1932, NS_1932_TALK, NS_1936, NS_1936_TALK, NS_1949, NS_1949_TALK, NS_1959, NS_1959_TALK, NS_1963, NS_1963_TALK, NS_1975, NS_1975_TALK, NS_1982, NS_1982_TALK, NS_1987, NS_1987_TALK, NS_1997, NS_1997_TALK, NS_2007, NS_2007_TALK, NS_2017, NS_2017_TALK, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 2300, 2301, 2302, 2303
Gebruik * om alle waarden op te geven.
wrlimit

How many total results to return per request.

Niet meer dan 500 (5.000 voor bots) toegestaan.
Type: geheel getal of max
Standaard: 10
wrprop

Which additional properties to get:

changed
Adds timestamp of when the user was last notified about the edit.
Waarden (gescheiden met | of alternatief): changed
wrshow

Only list items that meet these criteria.

Waarden (gescheiden met | of alternatief): changed, !changed
wrowner

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

Type: gebruikersnaam
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.

Een van de volgende waarden: ascending, descending
Standaard: ascending
wrfromtitle

Title (with namespace prefix) to begin enumerating from.

wrtotitle

Title (with namespace prefix) to stop enumerating at.

Voorbeelden:
List pages on the current user's watchlist.
api.php?action=query&list=watchlistraw [open in de zandbak]
Fetch page info for pages on the current user's watchlist.
api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info [open in de zandbak]