%RECENTVISITOR{}% variable is handled by the RecentVisitorPlugin
%RECENTVISITOR{"user" name="..." format="..."}%
name="..." - WikiName of person. Default is current user.
format="..." - format of report. Supported tokens:$date - date of last visit$time - time of last visit (GMT)$ago - how long ago$ip - IP address (only shown to non-administrators if enabled in configure)$n, $nop, $quot, $percnt, $dollar - standard FormatTokens.
notfound="..." - message shown if user is not found.
%RECENTVISITOR{"recent" format="..."}%
format="..." - format of each line of the report. Supported tokens:$username - login name of user$wikiname - WikiName of user$wikusername - WikiName prefixed with Public web nameseparator="..." - separator between lines. Standard FormatTokens are expanded. Default is newline.
limit="..." - limit the number of lines. Default is 10.
%RECENTVISITOR{"user" name="TWikiAdminUser"}% show most recent visit of TWikiAdminUser.
%RECENTVISITOR{"recent" format="| $wikiusername | $ago ago |}% shows 10 most recent visitors.