MediaWiki API yardımı

This is an auto-generated MediaWiki API documentation page.

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

list=configuredpages (cp)

(main | query | configuredpages)
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: Flagged Revisions
  • License: GPL-2.0-or-later

Enumerate all pages that have custom review configurations.

Parametre:
cpstart

Bu sayfa ID de Listeleme başlayın.

Type: integer
cpend

Bu sayfa ID de Listeleme dur.

Type: integer
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.
One of the following values: newer, older
Varsayılan: newer
cpnamespace

Ad saymak.

Values (separate with | or alternative): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
To specify all values, use *.
cpdefault

Varsayılan sayfa Sürümünü Görüntüle.

One of the following values: latest, stable
cpautoreview

İnceleme/kısıtlama düzeyi autoreview.

One of the following values: sysop, none
cplimit

Dönüş için toplamda kaç sayfa.

500 taneden fazla (botlar için 5.000) olamaz.
Type: integer or max
Varsayılan: 10
Examples:
Özel inceleme yapılandırmaları ile sayfaların listesini göster
api.php?action=query&list=configuredpages&cpnamespace=0 [open in sandbox]
Bazı özel inceleme yapılandırmaları ile sayfaları hakkında bilgi alın
api.php?action=query&generator=configuredpages&gcplimit=4&prop=info [open in sandbox]