Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentaÄnà stránka k MediaWiki API.
Dokumentace a pÅÃklady: https://www.mediawiki.org/wiki/API
list=watchlistraw (wr)
- Tento modul vyžaduje oprávnÄnà ke ÄtenÃ.
- Tento modul lze využÃvat jako generátor.
- Zdroj: MediaWiki
- Licence: GPL-2.0-or-later
ZÃskat vÅ¡echny stránky, které jsou aktuálnÃm uživatelem sledovány.
Parametry:
- wrcontinue
When more results are available, use this to continue.
- wrnamespace
Only list pages in the given namespaces.
- Hodnoty (oddÄlené | nebo alternativou.): 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.
- Nenà dovoleno vÃce než 500 (5 000 pro boty).
- Type: integer or max
- Implicitnà hodnota: 10
- wrprop
Which additional properties to get:
- changed
- Adds timestamp of when the user was last notified about the edit.
- Hodnoty (oddÄlené | nebo alternativou.): changed
- wrshow
Only list items that meet these criteria.
- Hodnoty (oddÄlené | nebo alternativou.): changed, !changed
- wrowner
Used along with wrtoken to access a different user's watchlist.
- Type: user name
- 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.
- Jedna z následujÃcÃch hodnot: ascending, descending
- Implicitnà hodnota: ascending
- wrfromtitle
Title (with namespace prefix) to begin enumerating from.
- wrtotitle
Title (with namespace prefix) to stop enumerating at.
PÅÃklady:
- Seznam sledovaných stránek uživatele.
- api.php?action=query&list=watchlistraw [otevÅÃt v pÃskoviÅ¡ti]
- Fetch page info for pages on the current user's watchlist.
- api.php?action=query&generator=watchlistraw&gwrshow=changed&prop=info [otevÅÃt v pÃskoviÅ¡ti]