MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=pagetriagelist
- This module requires read rights.
- Source: PageTriage
- License: MIT
Get a list of page IDs for building a PageTriage queue.
- page_id
Return data for the specified page IDs, ignoring other parameters.
- Type: integer
- showbots
Whether to show only bot edits.
- Type: boolean (details)
- showredirs
Whether to include redirects.
- Type: boolean (details)
- showreviewed
Whether to include reviewed.
- Type: boolean (details)
- showunreviewed
Whether to include unreviewed.
- Type: boolean (details)
- showdeleted
Whether to include "proposed for deleted".
- Type: boolean (details)
- limit
The maximum number of results to return.
- The value must be between 1 and 200.
- Type: integer
- Default: 20
- offset
Timestamp to start from.
- Type: integer
- pageoffset
Page ID to start from (requires offset param to be passed as well).
- Type: integer
- dir
The direction the list should be sorted in - oldestfirst or newestfirst.
- namespace
What namespace to pull pages from.
- Type: integer
- no_category
Whether to show only pages with no category.
- Type: boolean (details)
- no_inbound_links
Whether to show only pages with no inbound links.
- Type: boolean (details)
- non_autoconfirmed_users
Whether to show only pages created by non auto confirmed users.
- Type: boolean (details)
- learners
Whether to show only pages created by newly autoconfirmed users.
- Type: boolean (details)
- blocked_users
Whether to show only pages created by blocked users.
- Type: boolean (details)
- username
Show only pages created by username.
- Type: user name
- List 100 unreviewed pages in namespace 0
- api.php?action=pagetriagelist&limit=100&namespace=0&showunreviewed=1 [open in sandbox]