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

action=pagetriagelist

(main | pagetriagelist)
  • This module requires read rights.
  • Source: PageTriage
  • License: MIT

Get a list of page IDs for building a PageTriage queue.

Specific parameters:
Other general parameters are available.
show_predicted_class_stub

Whether to include predicted class stub

Type: boolean (details)
show_predicted_class_start

Whether to include predicted class start

Type: boolean (details)
show_predicted_class_c

Whether to include predicted class C

Type: boolean (details)
show_predicted_class_b

Whether to include predicted class B

Type: boolean (details)
show_predicted_class_good

Whether to include predicted class good

Type: boolean (details)
show_predicted_class_featured

Whether to included predicted class featured

Type: boolean (details)
show_predicted_issues_vandalism

Whether to include potential issues of vandalism

Type: boolean (details)
show_predicted_issues_spam

Whether to include potential issues of spam

Type: boolean (details)
show_predicted_issues_attack

Whether to include potential issues of attack

Type: boolean (details)
show_predicted_issues_none

Whether to include no potential issues

Type: boolean (details)
show_predicted_issues_copyvio

Whether to include potential issues of copyvio

Type: boolean (details)
showbots

Whether to show only bot edits.

Type: boolean (details)
showautopatrolled

Whether to show only edits by users with the autopatrol user right.

Type: boolean (details)
showredirs

Whether to include redirects.

Type: boolean (details)
showothers

Whether to include pages that are not redirects nor nominated for deletion.

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)
namespace

What namespace to pull pages from.

Type: integer
afc_state

Which Articles-for-Creation state to show.

Type: integer
no_category

Whether to show only pages with no category.

Type: boolean (details)
unreferenced

Whether to show only pages without any references.

Type: boolean (details)
no_inbound_links

Whether to show only pages with no inbound links.

Type: boolean (details)
recreated

Whether to show only pages that were previously deleted.

Type: boolean (details)
non_autoconfirmed_users

Whether to show only pages created by non autoconfirmed 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, by any of username, IP, IP range and interwiki name (e.g. "prefix>ExampleName")
date_range_from

Show only pages created on this date and after.

Type: timestamp (allowed formats)
date_range_to

Show only pages created on this date and before.

Type: timestamp (allowed formats)
page_id

Return data for the specified page IDs, ignoring other parameters.

Type: integer
limit

The maximum number of results to return.

Type: integer
The value must be between 1 and 200.
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, newestfirst, oldestreview or newestreview.

One of the following values: newestfirst, newestreview, oldestfirst, oldestreview