MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
list=allredirects <pre>(ar) </pre>
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
列出至一个名字空间的重定向。
參數:
- 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