MediaWiki API 說明

此頁為自動產生的 MediaWiki API 說明文件頁面。

說明文件與範例:https://www.mediawiki.org/wiki/API

meta=userinfo <pre>(ui) </pre>

(main | query | userinfo)
  • 此模組需要讀取權限。
  • 来源:MediaWiki
  • 许可协议:GPL-2.0+

获取有关当前用户的信息。

參數:
uiprop

要包含的信息束:

blockinfo
如果当前用户被封禁就标记,并注明是谁封禁,以何种原因封禁的。
hasmsg
如果当前用户有等待中的消息的话,添加标签messages
groups
Lists all the groups the current user belongs to.
implicitgroups
Lists all the groups the current user is automatically a member of.
rights
Lists all the rights the current user has.
changeablegroups
Lists the groups the current user can add to and remove from.
options
Lists all preferences the current user has set.
preferencestoken
Deprecated. Get a token to change current user's preferences.
editcount
Adds the current user's edit count.
ratelimits
Lists all rate limits applying to the current user.
email
Adds the user's email address and email authentication date.
realname
添加用户的真实姓名。
acceptlang
Echoes the Accept-Language header sent by the client in a structured format.
registrationdate
添加用户的注册时间。
unreadcount
Adds the count of unread pages on the user's watchlist (maximum 999; returns 1000+ if more).
多值 (以 | 分隔):blockinfo、hasmsg、groups、implicitgroups、rights、changeablegroups、options、preferencestoken、editcount、ratelimits、email、realname、acceptlang、registrationdate、unreadcount
範例:
获取有关当前用户的信息。
api.php?action=query&meta=userinfo
获取有关当前用户的额外信息。
api.php?action=query&meta=userinfo&uiprop=blockinfo|groups|rights|hasmsg