MediaWiki API 帮助

这是自动生成的MediaWiki API文档页面。

文档和例子:https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=pagetriagelist

main | pagetriagelist
  • 此模块需要读取权限。
  • 来源:PageTriage
  • 许可协议:MIT

建立一个页面分配器队列获得一个页面ID列表。

参数:
show_predicted_class_stub

是否包含预测级小作品

Type: boolean (details)
show_predicted_class_start

是否包含预测级开始

Type: boolean (details)
show_predicted_class_c

是否包含预测级C级

Type: boolean (details)
show_predicted_class_b

是否包含预测级B级

Type: boolean (details)
show_predicted_class_good

是否包含预测级优良

Type: boolean (details)
show_predicted_class_featured

是否包含预测级典范

Type: boolean (details)
show_predicted_issues_vandalism

是否包含潜在破坏问题

Type: boolean (details)
show_predicted_issues_spam

是否包含潜在垃圾邮件问题

Type: boolean (details)
show_predicted_issues_attack

是否包含潜在攻击问题

Type: boolean (details)
show_predicted_issues_none

是否包含无潜在问题

Type: boolean (details)
show_predicted_issues_copyvio

是否包含潜在侵权问题

Type: boolean (details)
showbots

是否只显示机器人编辑。

Type: boolean (details)
showredirs

是否包括重定向。

Type: boolean (details)
showothers

是否包含不是重定向的页面或已经被提删的页面。

Type: boolean (details)
showreviewed

是否包括已巡查。

Type: boolean (details)
showunreviewed

是否包括未巡查。

Type: boolean (details)
showdeleted

是否包括“proposed for deleted”。

Type: boolean (details)
namespace

从什么名字空间拉取页面。

类型:整数
afc_state

要显示的条目创建请求状态。

类型:整数
no_category

是否只显示无分类的页面。

Type: boolean (details)
unreferenced

Whether to show only pages without any references.

Type: boolean (details)
no_inbound_links

是否只显示无链入链接的页面。

Type: boolean (details)
recreated

Whether to show only pages that were previously deleted.

Type: boolean (details)
non_autoconfirmed_users

是否只显示非自动确认用户创建的页面。

Type: boolean (details)
learners

是否只显示由新成为自动确认用户的用户创建的页面。

Type: boolean (details)
blocked_users

是否只显示已封禁用户创建的页面。

Type: boolean (details)
username

只显示指定用户名创建的页面。

类型:通过 用户名、IP、IP范围和跨维基用户名(例如“前缀>示例档案员”) 中任意一种方式指定的档案员
date_range_from

Show only pages created on this date and after.

类型:时间戳(允许格式
date_range_to

Show only pages created on this date and before.

类型:时间戳(允许格式
page_id

返回指定页面ID的数据,忽略其他参数。

类型:整数
limit

返回结果的最大数量。

类型:整数
值必须介于1和200之间。
默认:20
offset

开始的时间戳。

类型:整数
pageoffset

开始的页面ID(需要传递offset参数)。

类型:整数
dir

列表排序的方向 - oldestfirst、newestfirst、oldestreview或newestreview。

以下值中的一个:newestfirst、newestreview、oldestfirst、oldestreview
例子:
列举在名字空间0中的100个未复核页面
api.php?action=pagetriagelist&limit=100&namespace=0&showunreviewed=1 [在沙盒中打开]