search
: Apply filter by searching all form fields, but not the main topic text. Optional; all users are returned if missing.
limit
: Limits the number of users returned. Optional; all users are returned if missing.
sort
: Sort the result by the topic name, topic creation date, last modified date, last editor, or named field of TWikiForms. For details see sort
parameter of SEARCH.
reverse
: Reverse the direction of the search result
"UserReports_users"
variable to the number of users found. To retrieve, write %GET{UserReports_users}%
.
Usage example:
%USERREPORT{ action="user_list" search="jane" limit="5" }%Sample output:
<img />
tag that can be embedded in other tags such as links.
user
: WikiWord of user, required.
width
: Width of image, optional.
height
: Height of image, optional. The aspect ratio is preserved unless width and height are specified. If width and height are missing, a height of 100 pixels is used.
title
: Title parameter of img tag, optional.
%USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }% %USERREPORT{ action="profile_picture" user="AmandaBoris" height="40" title="AmandaBoris" }%Sample output:
user
: WikiWord of user, required. Optionally followed by a date or other text.
width
: Width of image, optional.
height
: Height of image, optional. The aspect ratio is preserved unless width and height are specified. If width and height are missing, a height of 18 pixels is used.
%USERSIG{TWikiGuest}%
can be used.
Usage example:
-- %USERREPORT{ action="user_sig" user="TWikiGuest - 2024-11-21" }% -- %USERSIG{TWikiGuest}% -- %USERSIG{TWikiGuest - 2024-11-21}%Sample output:
user
: WikiWord of user, required. Optionally followed by a date or other text.
%BUBBLESIG{TWikiGuest}%
can be used.
Usage example:
Test comment using USERREPORT -- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2024-11-21" }% Test comment using BUBBLESIG -- %BUBBLESIG{TWikiGuest - 2024-11-21}%Sample output:
style
: Optional, overrides the css of the container div of slim boxes. Default: padding:0 5px 0 5px; background-color:#f0f0f4;
.
user
: Specify the WikiWord of a single user.
style
: Optional, overrides the css of the slim box. Default: float: left; width: 130px; border: solid 1px #d0d0d8; background-color: #f8f8fb;
.
users
: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
style
: Optional, same as section "slim_box".
%USERREPORT{ action="slim_box_start" }% %USERREPORT{ action="slim_box" user="TWikiGuest" }% %USERREPORT{ action="slim_box" user="JaneSmith" }% %USERREPORT{ action="slim_box_end" }% %USERREPORT{ action="slim_box_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="slim_box_list" users="UserOne, UserTwo, UserThree" }% %USERREPORT{ action="slim_box_end" }%Sample output:
style
: Optional, overrides the css of the container div of small boxes. Default: padding:0 5px 0 5px; background-color:#f0f0f4;
.
user
: Specify the WikiWord of a single user.
style
: Optional, overrides the css of the small box. Default: float: left; width: 130px; border: solid 1px #d0d0d8; background-color: #f8f8fb;
.
users
: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
style
: Optional, same as section "small_box".
%USERREPORT{ action="small_box_start" }% %USERREPORT{ action="small_box" user="TWikiGuest" }% %USERREPORT{ action="small_box" user="JaneSmith" }% %USERREPORT{ action="small_box_end" }% %USERREPORT{ action="small_box_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="small_box_list" users="UserOne, UserTwo, UserThree" }% %USERREPORT{ action="small_box_end" }%Sample output:
style
: Optional, overrides the css of the container div of business cards. Default: padding:10px 15px 1px 15px; background-color:#f0f0f4;
.
user
: Specify the WikiWord of a single user.
style
: Optional, overrides the css of the business card. Default: float: left; width: 410px; border: solid 1px #d0d0d8; background-color: #fff;
.
users
: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
style
: Optional, same as section "business_card".
%USERREPORT{ action="business_card_start" }% %USERREPORT{ action="business_card" user="TWikiGuest" }% %USERREPORT{ action="business_card" user="JaneSmith" }% %USERREPORT{ action="business_card_end" }% %USERREPORT{ action="business_card_start" style="background-color: #f0f0e8;" }% %USERREPORT{ action="business_card_list" users="UserOne, UserTwo, UserThree" }% %USERREPORT{ action="business_card_end" }%Sample output:
name
: Name of form field, required.
selected
: WikiWord name of a user, optional.
users
: Specify a list of WikiWords of users, optional. The list may be provided by including the "user_list" section. All registered users are shown if the parameter is missing.
firstoption
: Label of first option, optional. Default: Select...
firstvalue
: Value of first option, optional. Default: empty value
<form> %USERREPORT{ action="select_one_user" name="Owner" selected="TWikiGuest" }% </form>Sample output:
name
: Name of form field, required.
selected
: List of WikiWord names indicating the selected users, optional.
users
: Specify a list of WikiWords of users, optional. The list may be provided by including the "user_list" section. All registered users are shown if the parameter is missing.
colums
: Define number of columns, optional. Default: 5
style
: Set the css of the container div, optional. Default: margin: 0; border: 1px solid transparent;
<form> %USERREPORT{ action="select_users" name="Members" selected="TWikiGuest, AmandaBoris" }% </form>Sample output:
%USERREPORT{ action="..." ... }%
instead of the more verbose parameterized include %INCLUDE{ "%SYSTEMWEB%.UserReports" section="..." ... }%
.
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Microchip and others, are registered trademarks or trademarks of Microchip Technology Inc. and its subsidiaries.
Arm® and others are registered trademarks or trademarks of Arm Limited (or its affiliates). Other terms and product names may be trademarks of others.
Ideas, requests, contributions ? Connect to LinksToCommunities page.