%AUTHREALM%
%BUBBLESIG{WikiName}% or %BUBBLESIG{WikiName - YYYY-MM-DD}%
-- %BUBBLESIG{TWikiGuest - 2026-02-10}%
%GEOLOOKUP{}% variable is handled by the GeoLookupPlugin
%GEOLOOKUP{"host" format="..."}%
| Parameter | Description | Default |
|---|---|---|
"..." | Host IP address or host name | none, required |
format="..." | Format of geolocation. Supported variables: • $latitude: Latitude • $longitude: Longitude • $city: City name • $region: Region name • $country_name: Country name • $country_code: Two letter country code • $postal_code: Postal code (USA only) • $metro_code: Metropolitan code• $area_code: Telephone area code (USA only) | "$city, $region, $country_name" |
%GEOLOOKUP{"75.52.124.86"}% shows default format (city, region, country code)
%GEOLOOKUP{"75.52.124.86" format="$latitude, $longitude"}% shows comma separated Latitude and Longitude
%LOGIN%
%LOGINURL%
/cgi-bin/login/TWiki06x01/UsersAndAuthenticationVariables?origurl=/cgi-bin/view/TWiki06x01/UsersAndAuthenticationVariables
%LOGOUT%
%LOGOUTURL%
/cgi-bin/view/TWiki06x01/UsersAndAuthenticationVariables?logout=1
%RECENTVISITOR{}% variable is handled by the RecentVisitorPlugin
%RECENTVISITOR{"user" name="..." format="..."}%
| Parameter | Description | Default |
|---|---|---|
"user" oraction="user" | Recent visit of an individual report | (none) |
name="..." | WikiName of person | (currently logged in 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. | "Last seen $ago ago" |
notfound="..." | Message shown if user is not found. | "Never seen" |
%RECENTVISITOR{"recent" format="..."}%
| Parameter | Description | Default |
|---|---|---|
"recent" oraction="recent" | Report of recent visitors | (none) |
format="..." | Format of each line of the report. Supported tokens: • $username - login name of user• $wikiname - WikiName of user• $wikusername - WikiName prefixed with Main web name• plus above tokens. | " * $wikiusername last seen $ago ago" |
separator="..." | Separator between lines. Standard FormatTokens are expanded. | "$n" (newline) |
limit="..." | Limit the number of lines. | "10" |
%RECENTVISITOR{"user" name="TWikiAdminUser"}% - show most recent visit of TWikiAdminUser.
%RECENTVISITOR{"recent" format="| $wikiusername | $ago ago |}% - show 10 most recent visitors.
%REMOTE_USER%
%SESSIONID%
%SESSION_VARIABLE{"name"}% - read a session variable
%SESSION_VARIABLE{"name" set="value"}% - set a session variable
%SESSION_VARIABLE{"name" clear=""}% - clear a session variable
%SESSION_VARIABLE{"AUTHUSER"}% - user ID, current value:
%SESSION_VARIABLE{"SESSION_REQUEST_NUMBER"}% - number of pages accessed by current user since login, current value:
"_NON_OF_YOUR_BUSINESS"
%USERINFO%
guest, TWikiGuest, (comma-separated list of the username, wikiusername, and emails)
$emails, $username, $wikiname, $wikiusername, $groups and $admin ($admin returns 'true' or 'false'): %USERINFO{ format="$username is really $wikiname" }%
guest is really TWikiGuest
%USERINFO{ "TWikiGuest" format="$username is really $wikiname" }%
guest is really TWikiGuest
{AntiSpam}{HideUserDetails} configuration option is not enabled, or if you are an admin. (User details are hidden in this TWiki)
jsmith, WIKINAME like JohnSmith and WIKIUSERNAME like Main.JohnSmith. Un-authenticated users are all TWikiGuest.
%USERNAME%
guest
%USERREPORT{ action="..." ... }%
| Report | action= | Parameters |
|---|---|---|
| Show a simple list of registered users | "user_list" | search, limit, sort, reverse |
| Show the profile picture image of a user | "profile_picture" | user, height, width, title |
| Show slim, one line height user boxes | "slim_box_start" "slim_box" or "slim_box_list" "slim_box_end" | style user, style users, style none |
| Show small, two line height user boxes | "small_box_start" "small_box" or "small_box_list" "small_box_end" | style user, style users, style none |
| Show users in business card format | "business_card_start" "business_card" or "business_card_list" "business_card_end" | style user, style users, style none |
| Show a selector to pick a user, for use in HTML forms | "select_one_user" | name, selected, users |
| Show rows of checkboxes to select users, for use in HTML forms | "select_users" | name, selected, users, colums, style |
%USERREPORT{ action="user_list" search="jane" limit="5" }%
%USERSIG{WikiName}% or %USERSIG{WikiName - YYYY-MM-DD}%
-- %USERSIG{TWikiGuest - 2026-02-10}%
%USERNAME% if not defined in the TWikiUsers topic
%WIKINAME%
TWikiGuest
%WIKIUSERNAME%
Main.TWikiGuest, renders as TWikiGuest
%WIKIUSERSTOPIC%
TWikiUsers, with Main prefix renders as TWikiUsers