MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=unreviewedpages (ur)
- This module requires read rights.
- This module can be used as a generator.
- Source: Ελεγμένες Αναθεωρήσεις
- License: GPL-2.0-or-later
Enumerates pages that have not been reviewed to a given quality level.
Specific parameters:
Other general parameters are available.
- urstart
Start listing at this page title.
- urend
Stop listing at this page title.
- urdir
Direction to sort in.
- One of the following values: ascending, descending
- Default: ascending
- urnamespace
The namespaces to enumerate.
- Values (separate with | or alternative): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 102, 103, 710, 711, 828, 829
- To specify all values, use *.
- Default: 0
- urfilterredir
How to filter for redirects.
- One of the following values: all, nonredirects, redirects
- Default: all
- urfilterlevel
How to filter by quality (0=checked, 1=quality).
- Type: integer
- The value must be between 0 and 2.
- Default: 0
- urlimit
How many total pages to return.
- Τύπος: ακέραιος ή max
- The value must be between 1 and 500.
- Default: 10
Examples:
- Show a list of unreviewed pages
- api.php?action=query&list=unreviewedpages&urnamespace=0&urfilterlevel=0 [open in sandbox]
- Show info about some unreviewed pages
- api.php?action=query&generator=unreviewedpages&urnamespace=0&gurlimit=4&prop=info [open in sandbox]