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
 Elenca le pagine modificate entro queste ultime ore.
- 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 | o alternativa): 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 | o alternativa): 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]
 - Mostra tutte le modifiche alle pagine osservate nelle ultime 6 ore.
 - api.php?action=feedwatchlist&allrev=&hours=6 [apri in una sandbox]