MediaWiki API 帮助

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

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

prop=info (in)

main | query | info
  • 此模块需要读取权限。

获取基本页面信息。

参数:
inprop

要获取的额外属性:

protection
列出每个页面的保护等级。
talkid
The page ID of the talk page for each non-talk page.
watched
列出每个页面的被监视状态。
watchers
监视人员数,如果允许。
notificationtimestamp
The watchlist notification timestamp of each page.
subjectid
The page ID of the parent page for each talk page.
url
Gives a full URL, an edit URL, and the canonical URL for each page.
readable
用户是否可以阅读此页面。
preload
Gives the text returned by EditFormPreloadText.
displaytitle
Gives the way the page title is actually displayed.
值(以|分隔):protection、talkid、watched、watchers、notificationtimestamp、subjectid、url、readable、preload、displaytitle
intestactions

测试当前用户是否可以在页面上执行某种操作。

通过“|”隔开各值。 值的最高数字是50(对于机器人则是500)。
intoken
不推荐使用。

请改用action=query&meta=tokens

值(以|分隔):edit、delete、protect、move、block、unblock、email、import、watch
incontinue

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

例子:
获得有关页面Main Page的信息。
api.php?action=query&prop=info&titles=Main%20Page
获取首页相关的常规和保护信息。
api.php?action=query&prop=info&inprop=protection&titles=Main%20Page