MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=unreviewedpages (ur)
- This module requires read rights.
- This module can be used as a generator.
Enumerates pages that have not been reviewed to a given quality level.
Параметры:
- urstart
Start listing at this page title.
- urend
Stop listing at this page title.
- urdir
Direction to sort in.
- One value: ascending, descending
- По умолчанию: ascending
- urnamespace
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
- urfilterredir
How to filter for redirects.
- One value: redirects, nonredirects, all
- По умолчанию: all
- urfilterlevel
How to filter by quality (0=checked, 1=quality).
- The value must be between 0 and 2.
- По умолчанию: 0
- urlimit
How many total pages to return.
- No more than 500 (5000 for bots) allowed.
- По умолчанию: 10
Примеры:
- Show a list of unreviewed pages
- api.php?action=query&list=unreviewedpages&urnamespace=0&urfilterlevel=0
- Show info about some unreviewed pages
- api.php?action=query&generator=unreviewedpages&urnamespace=0&gurlimit=4&prop=info