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)
- Este módulo requiere permisos de lectura.
Devuelve el canal de una lista de seguimiento.
Parámetros:
- feedformat
El formato del canal.
- Un valor: rss, atom
- Predeterminado: rss
- hours
List pages modified within this many hours from now.
- The value must be between 1 and 72.
- Predeterminado: 24
- linktosections
Enlazar directamente a las secciones cambiadas de ser posible.
- allrev
Include multiple revisions of the same page within given timeframe.
- wlowner
Used along with token to access a different user's watchlist.
- 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.
- Valores (separados por |): minor, !minor, bot, !bot, anon, !anon, patrolled, !patrolled, unread, !unread
- wltype
Which types of changes to show:
- edit
- Regular page edits.
- external
- External changes.
- new
- Page creations.
- log
- Log entries.
- Valores (separados por |): edit, external, new, log
- Predeterminado: edit|new|log
- wlexcludeuser
No listar cambios de este usuario.
Ejemplos:
- Mostrar el canal de la lista de seguimiento.
- api.php?action=feedwatchlist
- Mostrar todos los cambios en páginas vigiladas en las últimas 6 horas.
- api.php?action=feedwatchlist&allrev=&hours=6