MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

list=configuredpages (cp)

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

Enumerate all pages that have custom review configurations.

Parámetros:
cpstart

Start listing at this page ID.

Tipo: entero
cpend

Stop listing at this page ID.

Tipo: entero
cpdir

In which direction to enumerate:

newer
List oldest first. Note: cpstart has to be before cpend.
older
List newest first (default). Note: cpstart has to be later than cpend.
Uno de los siguientes valores: newer, older
Predeterminado: newer
cpnamespace

The namespaces to enumerate.

Valores (separados por |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 170, 171, 102, 103, 108, 109, 106, 107, 420, 421, 274, 275, 104, 105
cpdefault

The default page view version.

Uno de los siguientes valores: latest, stable
cpautoreview

Review/autoreview restriction level.

Uno de los siguientes valores: sysop, none
cplimit

How many total pages to return.

No se permite más de 500 (5000 para los bots).
Tipo: entero o max
Predeterminado: 10
Ejemplos:
Show a list of pages with custom review configurations
api.php?action=query&list=configuredpages&cpnamespace=0
Get some info about pages with custom review configurations
api.php?action=query&generator=configuredpages&gcplimit=4&prop=info