Ajuda API da MediaWiki

Esta é uma página de documentação API do MediaWiki gerada automaticamente.

Documentação e exemplos: https://www.mediawiki.org/wiki/API

list=recentchanges (rc)

(main | query | recentchanges)
  • This module requires read rights.
  • This module can be used as a generator.
  • Fonte: MediaWiki
  • Licença: GPL-2.0+

Enumerate recent changes.

Parâmetros:
rcstart

The timestamp to start enumerating from.

Type: timestamp (allowed formats)
rcend

The timestamp to end enumerating.

Type: timestamp (allowed formats)
rcdir

In which direction to enumerate:

newer
List oldest first. Note: rcstart has to be before rcend.
older
List newest first (default). Note: rcstart has to be later than rcend.
Um dos seguintes valores: newer, older
Padrão: older
rcnamespace

Filter changes to only these namespaces.

Valores (separar com |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111
rcuser

Listar apenas alterações de usuário.

Tipo: nome de utilizador
rcexcludeuser

Não listar as alterações deste usuário.

Tipo: nome de utilizador
rctag

Listar apenas as alterações marcadas com esta etiqueta.

rcprop

Include additional pieces of information:

user
Adds the user responsible for the edit and tags if they are an IP.
userid
Adds the user ID responsible for the edit.
comment
Adds the comment for the edit.
parsedcomment
Adds the parsed comment for the edit.
flags
Adicionar indicadores para a edição.
timestamp
Adds timestamp of the edit.
title
Adds the page title of the edit.
ids
Adds the page ID, recent changes ID and the new and old revision ID.
sizes
Adds the new and old page length in bytes.
redirect
Tags edit if page is a redirect.
patrolled
Tags patrollable edits as being patrolled or unpatrolled.
loginfo
Adds log information (log ID, log type, etc) to log entries.
tags
Listar as etiquetas para entrada.
sha1
Adds the content checksum for entries associated with a revision.
Valores (separar com |): user, userid, comment, parsedcomment, flags, timestamp, title, ids, sizes, redirect, patrolled, loginfo, tags, sha1
Padrão: title|timestamp|ids
rctoken
Obsoleto.

Use action=query&meta=tokens instead.

Valores (separar com |): patrol
rcshow

Show only items that meet these criteria. For example, to see only minor edits done by logged-in users, set rcshow=minor|!anon.

Valores (separar com |): minor, !minor, bot, !bot, anon, !anon, redirect, !redirect, patrolled, !patrolled, unpatrolled
rclimit

How many total changes to return.

No more than 500 (5 000 for bots) allowed.
Tipo: inteiro ou max
Padrão: 10
rctype

Which types of changes to show.

Valores (separar com |): edit, new, log, external, categorize
Padrão: edit|new|log|categorize
rctoponly

Only list changes which are the latest revision.

Tipo: boolean (detalhes)
rccontinue

When more results are available, use this to continue.

rcgeneraterevisions

When being used as a generator, generate revision IDs rather than titles. Recent change entries without associated revision IDs (e.g. most log entries) will generate nothing.

Tipo: boolean (detalhes)