Ajuda API da MediaWiki

This is an auto-generated MediaWiki API documentation page.

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

action=feedwatchlist

(main | feedwatchlist)
  • This module requires read rights.
  • Source: MediaWiki
  • Licença: GPL-2.0+

Retornar um feed da lista de vigiados.

Parâmetros:
feedformat

O formato do feed.

Um dos seguintes valores: rss, atom
Padrão: rss
hours

Lista páginas modificadas dentro dessa quantia de horas a partir de agora.

The value must be between 1 and 72.
Type: integer
Padrão: 24
linktosections

Cria link diretamente para seções alteradas, se possível.

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.

Type: user name
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 (separar com |): 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 (separar com |): edit, external, new, log
Padrão: edit|new|log
wlexcludeuser

Don't list changes by this user.

Type: user name
Exemplos:
Mostra o feed de páginas vigiadas.
api.php?action=feedwatchlist
Show all changes to watched pages in the past 6 hours.
api.php?action=feedwatchlist&allrev=&hours=6