USERINFO -- retrieve details about a userParameters
format :
![]() The standard format tokens are also supported. Examples
%USERINFO{ format="$username is really $wikiname" }%Expands to: guest is really WikiGuest
Retrieve information about another user. You can use either a wikiname or a username to identify the user. You can only see the restricted information about another user if you are an admin, or the {AntiSpam}{HideUserDetails} configuration option is not enabled. (User details are hidden on this site) :
%USERINFO{ "WikiGuest" format="$username is really $wikiname" }%Expands to: guest is really WikiGuest
RelatedUSERNAME, WIKINAME, WIKIUSERNAME, GROUPINFO, UserAuthentication, ChangeEmailAddress |