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/Special:MyLanguage/API:Main_page

action=feedwatchlist

(main | feedwatchlist)
  • Tento modul vyžaduje oprávnění ke čtení.
  • Zdroj: MediaWiki
  • Licence: GPL-2.0-or-later

Returns a watchlist feed.

Parametry:
Other general parameters are available.
feedformat

The format of the feed.

Jedna z následujících hodnot: atom, rss
Predvolené: rss
hours

List pages modified within this many hours from now.

Typ: celé číslo
Hodnota musí byť medzi 1 a 72.
Predvolené: 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.

Typ: používateľ, podľa používateľské meno
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.

Hodnoty (oddělené | nebo alternativou.): !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, unread
wltype

Which types of changes to show:

edit
Regular page edits.
new
Page creations.
log
Log entries.
external
External changes.
categorize
Category membership changes.
Hodnoty (oddělené | nebo alternativou.): categorize, edit, external, log, new
Predvolené: edit|new|log|categorize
wlexcludeuser

Don't list changes by this user.

Typ: používateľ, podľa ľubovoľného z používateľské meno, IP, Dočasný používateľ, interwiki meno (napr. „predpona>PríkladMena“) a ID používateľa (napr. „#12345“)
Příklady:
Show the watchlist feed.
api.php?action=feedwatchlist [otevřít v pískovišti]
Show all changes to watched pages in the past 6 hours.
api.php?action=feedwatchlist&allrev=&hours=6 [otevřít v pískovišti]