MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=reviewedpages (rp)
- This module requires read rights.
- This module can be used as a generator.
Enumerates pages that have a reviewed version.
Параметры:
- rpstart
Start listing at this page ID.
- rpend
Stop listing at this page ID.
- rpdir
In which direction to enumerate:
- newer
- List oldest first. Note: rpstart has to be before rpend.
- older
- List newest first (default). Note: rpstart has to be later than rpend.
- One value: newer, older
- По умолчанию: newer
- rpnamespace
The namespaces to enumerate.
- Values (separate with |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 420, 421, 828, 829, 1198, 1199
- По умолчанию: 0
- rpfilterredir
How to filter for redirects
- One value: redirects, nonredirects, all
- По умолчанию: all
- rpfilterlevel
How to filter by quality (0=checked, 1=quality).
- The value must be between 0 and 2.
- rplimit
How many total pages to return.
- No more than 500 (5000 for bots) allowed.
- По умолчанию: 10
Примеры:
- Show a list of reviewed pages
- api.php?action=query&list=reviewedpages&rpnamespace=0&rpfilterlevel=0
- Show info about some reviewed pages
- api.php?action=query&generator=reviewedpages&grplimit=4&prop=info