MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=recentchanges (rc)

(main | query | recentchanges)
  • Este módulo requiere permisos de lectura.
  • Este módulo puede utilizarse como un generador.
  • Fuente: MediaWiki
  • Licencia: GPL-2.0+

Enumerar cambios recientes.

Parámetros:
rcstart

El sello de tiempo para comenzar la enumeración.

Tipo: timestamp (formatos permitidos)
rcend

El sello de tiempo para finalizar la enumeración.

Tipo: timestamp (formatos permitidos)
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.
Uno de los siguientes valores: newer, older
Predeterminado: older
rcnamespace

Filter changes to only these namespaces.

Valores (separados por |): 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 solo los cambios de este usuario.

Tipo: nombre de usuario
rcexcludeuser

No listar cambios de este usuario.

Tipo: nombre de usuario
rctag

Listar solo los cambios con esta etiqueta.

rcprop

Incluir piezas adicionales de información:

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
Añade el comentario analizado para la edición.
flags
Añade marcas para la edición.
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
Etiqueta ediciones verificables como verificadas o no verificadas.
loginfo
Adds log information (log ID, log type, etc) to log entries.
tags
Lists tags for the entry.
sha1
Adds the content checksum for entries associated with a revision.
Valores (separados por |): user, userid, comment, parsedcomment, flags, timestamp, title, ids, sizes, redirect, patrolled, loginfo, tags, sha1
Predeterminado: title|timestamp|ids
rctoken
En desuso.

Usa action=query&meta=tokens en su lugar.

Valores (separados por |): 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 (separados por |): minor, !minor, bot, !bot, anon, !anon, redirect, !redirect, patrolled, !patrolled, unpatrolled
rclimit

Cuántos cambios en total se devolverán.

No se permite más de 500 (5000 para los bots).
Tipo: entero o max
Predeterminado: 10
rctype

Cuántos tipos de cambios se mostrarán.

Valores (separados por |): edit, new, log, external, categorize
Predeterminado: edit|new|log|categorize
rctoponly

Only list changes which are the latest revision.

Tipo: booleano/lógico (detalles)
rccontinue

Cuando haya más resultados disponibles, utiliza esto para continuar.

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: booleano/lógico (detalles)