MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=feedwatchlist

(main | feedwatchlist)
  • Questo modulo richiede i diritti di lettura.
  • Fonte: MediaWiki
  • Licenza: GPL-2.0+

Returns a watchlist feed.

Parametri:
feedformat

Il formato del feed.

Uno dei seguenti valori: rss, atom
Predefinito: rss
hours

List pages modified within this many hours from now.

Il valore deve essere compreso tra 1 e 72.
Tipo: intero
Predefinito: 24
linktosections

Collega direttamente alla sezione modificata, se possibile.

Tipo: booleano (dettagli)
allrev

Include multiple revisions of the same page within given timeframe.

Tipo: booleano (dettagli)
wlowner

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

Tipo: nome utente
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.

Valori (separati da |): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, unread, !unread
wltype

Which types of changes to show:

edit
Regular page edits.
new
Creazioni pagina.
log
Log entries.
external
External changes.
categorize
Category membership changes.
Valori (separati da |): edit, new, log, external, categorize
Predefinito: edit|new|log|categorize
wlexcludeuser

Don't list changes by this user.

Tipo: nome utente
Esempi:
Show the watchlist feed.
api.php?action=feedwatchlist [apri in una sandbox]
Show all changes to watched pages in the past 6 hours.
api.php?action=feedwatchlist&allrev=&hours=6 [apri in una sandbox]