MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=feedwatchlist
(main | feedwatchlist)
- Questo modulo richiede i diritti di lettura.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Returns a watchlist feed.
Parametri:
- feedformat
Il formato del feed.
- Uno dei seguenti valori: atom, rss
- Default: rss
- hours
Elenca le pagine modificate entro queste ultime ore.
- Type: integer
- The value must be between 1 and 72.
- Default: 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.
- Type: user, by 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): !anon, !autopatrolled, !bot, !minor, !patrolled, !unread, anon, autopatrolled, bot, minor, patrolled, 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): categorize, edit, external, log, new
- Default: edit|new|log|categorize
- wlexcludeuser
Don't list changes by this user.
- Type: user, by any of nome utente, IP, interwiki name (e.g. "prefix>ExampleName") e ID utente (ad esempio "#12345")
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]