MediaWiki API 帮助
这是自动生成的MediaWiki API文档页面。
文档和例子:https://www.mediawiki.org/wiki/API:Main_page/zh
prop=redirects (rd)
- 此模块需要读取权限。
- 此模块可作为发生器使用。
返回至指定页面的所有重定向。
参数:
- rdprop
Which properties to get:
- pageid
- Page ID of each redirect.
- title
- Title of each redirect.
- fragment
- Fragment of each redirect, if any.
- 值(以|分隔):pageid、title、fragment
- 默认:pageid|title
- rdnamespace
只包含这些名字空间的页面。
- 值(以|分隔):0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- rdshow
Show only items that meet these criteria:
- fragment
- Only show redirects with a fragment.
- !fragment
- Only show redirects without a fragment.
- 值(以|分隔):fragment、!fragment
- rdlimit
返回多少重定向。
- 不允许超过500个(对于机器人则是5,000个)。
- 默认:10
- rdcontinue
当更多结果可用时,使用这个继续。