Помош со Извршникот на МедијаВики

Ова е самосоздадена документациска страница за извршникот на МедијаВики.

Документација и примери: https://www.mediawiki.org/wiki/API

list=watchlistraw (wr)

(main | query | watchlistraw)
  • За овој модул се потребни права на читање.
  • Овој модул може да се користи како создавач.
  • Извор: MediaWiki
  • Лиценца: GPL-2.0+

Get all pages on the current user's watchlist.

Параметри:
wrcontinue

Употребете го ова за да продолжите кога има повеќе расположиви ставки.

wrnamespace

Only list pages in the given namespaces.

Вредности (одделете ги со |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
To specify all values, use *.
wrlimit

How many total results to return per request.

Не се допушта повеќе од 500 (5.000 за ботови).
Тип: цел број или max
По основно: 10
wrprop

Which additional properties to get:

changed
Adds timestamp of when the user was last notified about the edit.
Вредности (одделете ги со |): changed
wrshow

Only list items that meet these criteria.

Вредности (одделете ги со |): changed, !changed
wrowner

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

Тип: корисничко име
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.

Една вредност: ascending, descending
По основно: ascending
wrfromtitle

Title (with namespace prefix) to begin enumerating from.

wrtotitle

Title (with namespace prefix) to stop enumerating at.

Примери:
List pages on the current user's watchlist.
api.php?action=query&list=watchlistraw [open in sandbox]
Fetch page info for pages on the current user's watchlist.
api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info [open in sandbox]