MediaWiki API 帮助

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

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

list=allredirects (ar)

main | query | allredirects
  • 此模块需要读取权限。
  • 此模块可作为发生器使用。

列出至一个名字空间的重定向。

参数:
arcontinue

当更多结果可用时,使用这个继续。

arfrom

The title of the redirect to start enumerating from.

arto

The title of the redirect to stop enumerating at.

arprefix

Search for all target pages that begin with this value.

arunique

Only show distinct target pages. Cannot be used with arprop=ids|fragment|interwiki. When used as a generator, yields target pages instead of source pages.

arprop

Which pieces of information to include:

ids
Adds the page ID of the redirecting page (cannot be used with arunique).
title
Adds the title of the redirect.
fragment
Adds the fragment from the redirect, if any (cannot be used with arunique).
interwiki
Adds the interwiki prefix from the redirect, if any (cannot be used with arunique).
值(以|分隔):ids、title、fragment、interwiki
默认:title
arnamespace

要列举的名字空间。

一个值:0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
默认:0
arlimit

返回的总计项目数。

不允许超过500个(对于机器人则是5,000个)。
默认:10
ardir

罗列所采用的方向。

一个值:ascending、descending
默认:ascending
例子:
List target pages, including missing ones, with page IDs they are from, starting at B.
api.php?action=query&list=allredirects&arfrom=B&arprop=ids|title
列出孤立目标页面
api.php?action=query&list=allredirects&arunique=&arfrom=B
获得所有目标页面,标记丢失的
api.php?action=query&generator=allredirects&garunique=&garfrom=B
获得包含重定向的页面
api.php?action=query&generator=allredirects&garfrom=B