Difference: UserReports (1 vs. 3)

Revision 32015-05-29 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiUserMappingContrib"

TWiki User Reports

Changed:
<
<
>
>
 
Added:
>
>
 This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time!

Reports are of format %USERREPORT{ action="..." ... }%, where the action determines the kind of report. Each report supports additional parameters.

Line: 108 to 110
 
<--==============================================-->
Changed:
<
<
%user%
>
>
%user%
 
<--==============================================-->
Line: 143 to 145
 
<--==============================================-->
Changed:
<
<
%user%
>
>
%user%
 
<--==============================================-->
Line: 186 to 188
 
<--==============================================-->
Changed:
<
<
>
>
 
<--==============================================-->
Changed:
<
<
>
>
 
<--==============================================-->
<--==============================================-->
<--==============================================-->
Changed:
<
<
>
>
 
<--==============================================-->
Line: 239 to 241
 
<--==============================================-->
<--==============================================-->
Changed:
<
<
>
>
 
<--==============================================-->
<--==============================================-->
Line: 404 to 406
 }
<--==============================================-->
Changed:
<
<
>
>
 
<--==============================================-->
<--==============================================-->

Revision 22014-10-04 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="TWikiUserMappingContrib"

TWiki User Reports

Changed:
<
<
This page is for TWiki application developers. Include the sections on this page to show user reports with profile pictures. Create appealing TWiki applications in a short time.
>
>
This page contains user reports you can use in TWiki application. Create appealing TWiki applications in a no time!
 
Changed:
<
<
>
>
Reports are of format %USERREPORT{ action="..." ... }%, where the action determines the kind of report. Each report supports additional parameters.
 
Changed:
<
<

Section: user_list

>
>

Action: user_list

  Show a simple list of registered users. The output is a comma-space delimited sorted list of WikiWords of users (without web prefix), which can be used as input for other reports on this page.
Changed:
<
<
  • Section "user_list": Show a list of users as comma-space delimited list of WikiWords.
>
>
  • Action "user_list": Show a list of users as comma-space delimited list of WikiWords.
 
    • Parameter search: Apply filter by searching all form fields, but not the main topic text. Optional; all users are returned if missing.
    • Parameter limit: Limits the number of users returned. Optional; all users are returned if missing.
    • Parameter 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.
    • Parameter reverse: Reverse the direction of the search result
Changed:
<
<
This sections also sets a "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:

AarnoRantapelkonen, AbcAssignmentHelp, AdrafinilCheap, AdrafinilCheapo, AdriaMartin

>
>
This report also sets a "UserReports_users" variable to the number of users found. To retrieve, write %GET{UserReports_users}%.
 
Added:
>
>
  • Set limit = 100
 
<--==============================================-->
Changed:
<
<
%SEARCH{
>
>
%SET{ "UserReports_100_users" value="%SEARCH{
  "META:FORM.*[U]serForm" web="Main" type="regex"
Line: 44 to 36
  format="$topic" separator=", " footer="$percntSET{ \"UserReports_users\" value=\"$ntopics\" }$percnt"
Changed:
<
<
}%
>
>
}%" }%AarnoRantapelkonen, AbcAssignmentHelp, AdrafinilCheap, AdrafinilCheapo, AdriaMartin, AgenBandarqq888, AgenDominoQQ, AgenDominoQQTerbaik, AhliQQ, AhliSEO, AmandatZohan, AnAx, AndersKassman, AndreasHoehle, AndreasHoehle2, AndrewBassett, AngelinaLeoni, BandarQOnlinePoker, BandarQPokerOnline, BandarqPoker, BerniceHYCLE, BillaAbilla, BookMyEssay, CandyDilia, CarymartRF, CerminQq, ChinA694, ChristmascostumesChen, ChristyAngelia, CindyLaurent, ClaudetteDupon, ClaytonCrach, CommandeRadio, CraigZef, CynthiaViale, DavidGob, DimariaAgle, DonaldCycle, DuetQQsite, DuetQiuNet, DuetqiuCom, DuetqiuSite, DuetqqCc, DuetqqClub, DuetqqCo, EddiePrito, ElinKjalnes, ErikGaerdvall, ErikGardvall, EthanLee, EvaMaria, HannahNop, HelleArnved, IdnPokerCeme, IdolaPk, JackieLee, JanjiQq, JanjiqqWebsite, JennyKartika, JesicaWang888, JimmyPasaribuan, JohanNuder, JohnAjay, JonasEdh, JudiCemeIdnPoker, JulianiHuang, KenvinWu, KokiQq888, KokikiuCo, KuboPro, LaetitiaMOREAU, LingerieManufacturer, ListbandarQiu, LokeshJay, LylaTaylor, MyAssignmentHelp, OlaJirlow, OptimasiMesinPencari, PartaiQQlink, PartaiqqMobi, PartaiqqOnline, PartaiqqSite, PartaiqqVip, PatrickDuB, PokerDominoqq, PuputPermatasari, ReginaBof, RickyPauls, RickyWed, RobertFaile, RobertHeads, SaliciadeGwendolyn, SecretGarden, SitusDominoQQ, SitusDominoQQTerbaik, SlotOnlineIndonesia, SophiaThomas, SvenLofgren, TestUser2, TestUser3
 
<--==============================================-->
Added:
>
>
 
Changed:
<
<

Section: profile_picture

>
>
Usage example:
%USERREPORT{ action="user_list" search="jane" limit="5" }%

Sample output:
AarnoRantapelkonen, AbcAssignmentHelp, AdrafinilCheap, AdrafinilCheapo, AdriaMartin

Action: profile_picture

  Show the profile picture image of a user. A default image is returned in case the image is not defined in the Image form field of the user. The output is an <img /> tag that can be embedded in other tags such as links.
Changed:
<
<
  • Section "profile_picture": Show the profile picture image of a user.
>
>
  • Action "profile_picture": Show the profile picture image of a user.
 
    • Parameter user: WikiWord of user, required.
    • Parameter width: Width of image, optional.
    • Parameter 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.
Line: 67 to 70
 Sample output:
TWikiGuest
Changed:
<
<
  AarnoRantapelkonen   AbcAssignmentHelp   AdrafinilCheap   AdrafinilCheapo   AdriaMartin
>
>
  AarnoRantapelkonen   AbcAssignmentHelp   AdrafinilCheap   AdrafinilCheapo   AdriaMartin
 

Line: 76 to 79
 
<--==============================================-->
Changed:
<
<

Section: user_sig

>
>

Action: user_sig

  Show a user signature with profile picture, optionally followed by a date or other text. A default image is shown in case the image is not defined in the Image form field of the user.
Changed:
<
<
  • Section "user_sig": Show a user signature with profile picture.
>
>
  • Action "user_sig": Show a user signature with profile picture.
 
    • Parameter user: WikiWord of user, required. Optionally followed by a date or other text.
    • Parameter width: Width of image, optional.
    • Parameter 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.
Line: 109 to 112
 
<--==============================================-->
Changed:
<
<

Section: bubble_sig

>
>

Action: bubble_sig

  Show a faded comment bubble and user signature with profile picture, optionally followed by a date or other text. A default image is shown in case the image is not defined in the Image form field of the user. This is used for CommentPlugin signatures.
Changed:
<
<
  • Section "bubble_sig": Show a user signature with profile picture.
>
>
  • Action "bubble_sig": Show a user signature with profile picture.
 
    • Parameter user: WikiWord of user, required. Optionally followed by a date or other text.

In addition, a BUBBLESIG preferences setting is defined as a shortcut, so that a simple %BUBBLESIG{TWikiGuest}% can be used.

Line: 144 to 147
 
<--==============================================-->
Changed:
<
<

Section: slim_box

>
>

Action: slim_box

 
Slim box example
Changed:
<
<
Show slim, one line height user boxes. Several sections are provided:
>
>
Show slim, one line height user boxes. Several actions are provided:
 
Changed:
<
<
  • Section "slim_box_css": Defines the style sheets of the slim boxes. Optionally include it once per page; it is done for you by the "slim_box_start" section if needed.
  • Section "slim_box_start": Defines the start of a set of slim boxes.
>
>
  • Action "slim_box_css": Defines the style sheets of the slim boxes. Optionally include it once per page; it is done for you by the "slim_box_start" action if needed.
  • Action "slim_box_start": Defines the start of a set of slim boxes.
 
    • Parameter style: Optional, overrides the css of the container div of slim boxes. Default: padding:0 5px 0 5px; background-color:#f0f0f4;.
Changed:
<
<
  • Section "slim_box": Show a single slim box.
>
>
  • Action "slim_box": Show a single slim box.
 
    • Parameter user: Specify the WikiWord of a single user.
    • Parameter style: Optional, overrides the css of the slim box. Default: float: left; width: 130px; border: solid 1px #d0d0d8; background-color: #f8f8fb;.
Changed:
<
<
  • Section "slim_box_list": Show a set of slim boxes.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
    • Parameter style: Optional, same as section "slim_box".
  • Section "slim_box_end": Defines the end of a set of slim boxes.
>
>
  • Action "slim_box_list": Show a set of slim boxes.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" action.
    • Parameter style: Optional, same as action "slim_box".
  • Action "slim_box_end": Defines the end of a set of slim boxes.
  Usage example:

Line: 177 to 180
 
Changed:
<
<
>
>
 
Line: 195 to 198
 
<--==============================================-->
Changed:
<
<

Section: small_box

>
>

Action: small_box

 
Small box example
Changed:
<
<
Show small, two line height user boxes. Several sections are provided:
>
>
Show small, two line height user boxes. Several actions are provided:
 
Changed:
<
<
  • Section "small_box_css": Defines the style sheets of the small boxes. Optionally include it once per page; it is done for you by the "small_box_start" section if needed.
  • Section "small_box_start": Defines the start of a set of small boxes.
>
>
  • Action "small_box_css": Defines the style sheets of the small boxes. Optionally include it once per page; it is done for you by the "small_box_start" action if needed.
  • Action "small_box_start": Defines the start of a set of small boxes.
 
    • Parameter style: Optional, overrides the css of the container div of small boxes. Default: padding:0 5px 0 5px; background-color:#f0f0f4;.
Changed:
<
<
  • Section "small_box": Show a single small box.
>
>
  • Action "small_box": Show a single small box.
 
    • Parameter user: Specify the WikiWord of a single user.
    • Parameter style: Optional, overrides the css of the small box. Default: float: left; width: 130px; border: solid 1px #d0d0d8; background-color: #f8f8fb;.
Changed:
<
<
  • Section "small_box_list": Show a set of small boxes.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
    • Parameter style: Optional, same as section "small_box".
  • Section "small_box_end": Defines the end of a set of small boxes.
>
>
  • Action "small_box_list": Show a set of small boxes.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" action.
    • Parameter style: Optional, same as action "small_box".
  • Action "small_box_end": Defines the end of a set of small boxes.
  Usage example:

Line: 228 to 231
 
Changed:
<
<
>
>
 
Line: 246 to 249
 
<--==============================================-->
Changed:
<
<

Section: business_card

>
>

Action: business_card

 
Business card example
Changed:
<
<
Show users in business card format. Several sections are provided:
>
>
Show users in business card format. Several actions are provided:
 
Changed:
<
<
  • Section "business_card_css": Defines the style sheets of the business cards. Optionally include it once per page; it is done for you by the "business_card_start" section if needed.
  • Section "business_card_start": Defines the start of a set of business cards.
>
>
  • Action "business_card_css": Defines the style sheets of the business cards. Optionally include it once per page; it is done for you by the "business_card_start" action if needed.
  • Action "business_card_start": Defines the start of a set of business cards.
 
    • Parameter style: Optional, overrides the css of the container div of business cards. Default: padding:10px 15px 1px 15px; background-color:#f0f0f4;.
Changed:
<
<
  • Section "business_card": Show a single business card.
>
>
  • Action "business_card": Show a single business card.
 
    • Parameter user: Specify the WikiWord of a single user.
    • Parameter style: Optional, overrides the css of the business card. Default: float: left; width: 410px; border: solid 1px #d0d0d8; background-color: #fff;.
Changed:
<
<
  • Section "business_card_list": Show a set of business cards.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
    • Parameter style: Optional, same as section "business_card".
  • Section "business_card_end": Defines the end of a set of business cards.
>
>
  • Action "business_card_list": Show a set of business cards.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" action.
    • Parameter style: Optional, same as action "business_card".
  • Action "business_card_end": Defines the end of a set of business cards.
  Usage examples:

Line: 277 to 280
  Sample output:
Changed:
<
<
Aarno Rantapelkonen


, , Finland
Mail

Abc assignment help


Abc assignment help, , Australia
Mail

Adrafinil Cheap


, , USA
Mail

Adrafinil Cheap


, , USA
Mail

Adria Martin


, ,
Mail

agen bandarqq888


agen bandarqq, jakarta, Indonesia
Mail

Agen domino QQ


, , Indonesia
Mail

Agen domino QQ terbaik


, , Indonesia
Mail

Ahli QQ


, ,
Mail

kenvin wu


, , Indonesia
Mail

Amandat Zohan


, , Barbados
Mail

Anders Axelsson


, , Sweden
Mail

Anders Kassman


, , Sweden
Mail

Andreas Höhle


, , Germany
Mail

Andreas Höhle


, Stralsund, Germany
Mail a.hoehle@yahoo.de

Andrew Bassett


, , Turkey
Mail

Angelina Leoni


, , Indonesia
Mail

BandarQ Poker Online


, , Indonesia
Mail

BandarQ Poker Online


, , Indonesia
Mail

BandarQ Poker


, , Indonesia
Mail

BerniceHYCLE BerniceHYCLE


BerniceHYCLE, , Yemen
Mail

billa abilla


indonesia, , Indonesia
Mail

Christian Holm


, , Australia
Mail

CandyDilia CandyDilia


CandyDilia, , Norway
Mail

Carymart RF


, , China
Mail

cermin Qq


cerminqq, , Indonesia
Mail

Rob Kennison


, , Australia
Mail

christmascostumes chen


, , Afghanistan
Mail

christy angelia


, ,
Mail

Cindy Laurent


, , Indonesia
Mail

claudette dupon


, , China
Mail

ClaytonCrach ClaytonCrach


ClaytonCrach, , Slovenia
Mail

commande radio


commanderadio, ,
Mail

CraigZef CraigZef


CraigZef, , Denmark
Mail

CynthiaViale CynthiaViale


CynthiaViale, , Mongolia
Mail

DavidGob DavidGob


DavidGob, , Iceland
Mail

dimaria agle


, , Belarus
Mail

DonaldCycle DonaldCycle


DonaldCycle, , China
Mail

duetqq site


, ,
Mail

duetqiu net


, ,
Mail

Duetqiu Com


, ,
Mail

duetqiu site


, ,
Mail

duetqq cc


, , Indonesia
Mail

duetqq club


, , Indonesia
Mail

duetqq co


duetqqco, , Indonesia
Mail

EddiePrito EddiePrito


EddiePrito, , Bahrain
Mail

Elin Kjalnes


, , Norway
Mail

Erik Gärdvall


, , Sweden
Mail

Erik Gärdvall


, , Sweden
Mail

Ethan Lee


My Assignment Help, , Australia
Mail

Eva Maria


, , Switzerland
Mail

HannahNop HannahNop


HannahNop, , Indonesia
Mail

Helle Arnved


, , Denmark
Mail

idn poker ceme


, , Indonesia
Mail

idola pk


idolapk, bogor, Indonesia
Mail

Jackie Lee


Dental, , USA
Mail

janji qq


janjiqq, , Indonesia
Mail

janjiqq website


janjiqq, , Indonesia
Mail

Jenny Kartika


BabeQQ, , Indonesia
Mail

jesica wang888


, , Indonesia
Mail

Jimmy Pasaribuan


, ,
Mail

Johan Nuder


, , Sweden
Mail

Lokesh jay


, , USA
Mail

Jonas Edholm


, , Sweden
Mail

judi ceme idn poker
Judi Ceme IDN Poker
, Semarang, Indonesia
Mail
Juliani Huang


, ,
Mail

kenvin wu


, , Indonesia
Mail

koki qq888


kokiqq, bandung, Indonesia
Mail

kokikiu co


kokiqq, bandung, Indonesia
Mail

kubo pro


, , Vietnam
Mail

laetitia MOREAU


, , France
Mail

lingerie manufacturer


, , Azerbaijan
Mail

listbandar qiu


, ,
Mail

Lokesh jay


, , USA
Mail

Lyla Taylor
Assignment writing service in UK, Writing service
Treat Assignment Help, London, United Kingdom
Mail
My assignment help


My assignment help, , Australia
Mail

Ola Jirlow


, Uppsala, Sweden
Mail ola@jirlow.se

kenvin wu


, , Indonesia
Mail

partaiqq link


, ,
Mail

partaiqq mobi


, , Indonesia
Mail

Partaiqq Online


, ,
Mail

Partaiqq Site


, ,
Mail

partaiqq vip


, ,
Mail

PatrickDuB PatrickDuB


PatrickDuB, , Cape Verde
Mail

poker dominoqq


pokerdominoqq, , Indonesia
Mail

Puput Permatasari


, ,
Mail

ReginaBof ReginaBof


ReginaBof, , China
Mail

ricky pauls


Assignment Help, , USA
Mail

RickyWed RickyWed


RickyWed, , Slovakia
Mail

RobertFaile RobertFaile


RobertFaile, , Latvia
Mail

RobertHeads RobertHeads


RobertHeads, , Russia
Mail

Saliciade Gwendolyn


, , France
Mail

secret garden


, Jakarta, Indonesia, Indonesia
Mail

Situs domino QQ


, , Indonesia
Mail

situs domino QQ terbaik



Situs Bermain Demino Qq Terpercaya Indonesia

Situs bermain domino qq terpercaya di indonesia akan selalu berusaha memberi layanan terbaik mereka untuk semua kalangan, sehinga kamu tak akan merasa salah pilih tempat untuk menjalakan semua jenis games di dalam sana. Kini semakin banyak kalangan dalam negeri yang sedang mencari sebuah tempat utntuk menjalankan permaiann dalam situs demino qq online.

Bagaimana Fasilits Bermain Dalam Situs Bermain Demino Qq Terpercaya Indonesia

Bagi anda yang belum mengetahui permainan judi dan ingin mencoba bermain games jenis ini, tidak ada salahnya jika anda memilih sebuah tempat bermain terbaik dan bisa menjamin kepercayaan anda. 

Bemainla bersama situs yang mempunyai banyak kelebihan atau keunggulan yang baik dibandingkan dengan tempat bermain games poker lainnya, sebelum pada akhirnya kalian memutuskan untuk mendaftar dan mulai mengaplikasikan keberutungan di dalam sana.

Dengan banyak berlatih menalankan games domino qq online ini, kalian akan semakin lihai mendapatkan teknik yang menuntun menjadi seorang pemenang dalam bermain game penuh keberuntungan menyenangkan ini. Kalian harus pelajari banyak cara dan tips ketika bermain games demino qq onlne, supaya kamu bisa mengaplikasikan saat memulai sebuah permainan kartu menyenangkan ini.

Untuk memperoleh sebuah kemenngan dalam dunia demino qq bukanlah hal yang mudah apalagi jika anda masih seorang pemain pemula. Akan kami sarankan untuk kamu para pendatang agar selalu mencari teknik tepat sebelum menjalankan permainan game demino qq online menyenangkan tersebut.

Caranya memang sangatlah sederhana, sebagai sebuah tempat bermain poke online terpercaya tentunya selalu memerlukan langkah-langkah mudah untuk anda yang belum mengerti sama sekali mengenai permainan demino qq online. Sebelum bisa menjalankan game judi online, kamu harus melakukan proses pengiriman dana pada agen demino qq melalui bank yang sudah diberikan dalam menu mereka.

Setiap anda melaukan proses transaksi dengan tempat bermian demino qq, maka akun milik anda juga akan menerima penambahan saldo, sesuai dengan nominal yang sudah kamu kirim pada mereka. Karena mereka selalu siap membantu semua member dalam menjawab pertanyaan-pertanyaan sulit ketika menjalankan atau melakukan pendaftaran bersama demino qq setiap harinya selama 24 jam penuh.

Bermain games judi demino qq online bersama situs terbik anda akan memperoleh pelayanan transaksi terbaik dari bank lokal di indonesia yang akan memudahkan semua proses. Layanan bemain online kini memberikn fasilitas bank indonesia tentunya memperkenalkan kamu pada permainan judi terpopuler, sehingga ketika bermain judi online menjadi sebuah kegiatan menarik dan menantang.

Sekarang permainan Situs domino qq online menjadi sebuah kegiatan yang  sangat menguntungkan dan popular di indonesia, dimana agen judi online indonesia merupakan pilihan termudah bagi anda yang ingin menjalankan dan mendapatkan berbagai jenis keberuntungan. Demikia ulasan singkat kami sampaikan, semoga anda menjadi pemenang besar ketika bermain games demino qq online.

, , Indonesia
Mail
susi milikiti
Slot Online Indonesia
, Surabaya, Indonesia
Mail
Sophia Thomas


All Assignment Help, , Australia
Mail

Sven Löfgren


, , Sweden
Mail sven.x.lofgren@gmail.com

Test User2


, , Sweden
Mail

Test User3


, , Sweden
Mail

>
>
Aarno Rantapelkonen


, , Finland
Mail

Abc assignment help


Abc assignment help, , Australia
Mail

Adrafinil Cheap


, , USA
Mail

Adrafinil Cheap


, , USA
Mail

Adria Martin


, ,
Mail

 

Line: 442 to 445
 
<--==============================================-->
Changed:
<
<

Section: select_one_user

>
>

Action: select_one_user

  Show a selector to pick a user, for use in HTML forms.
Changed:
<
<
  • Section "select_one_user": Selector to pick a user.
>
>
  • Action "select_one_user": Selector to pick a user.
 
    • Parameter name: Name of form field, required.
    • Parameter selected: WikiWord name of a user, optional.
Changed:
<
<
    • Parameter 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.
>
>
    • Parameter users: Specify a list of WikiWords of users, optional. The list may be provided by including the "user_list" action. All registered users are shown if the parameter is missing.
 
    • Parameter firstoption: Label of first option, optional. Default: Select...
    • Parameter firstvalue: Value of first option, optional. Default: empty value
Line: 462 to 465
  Sample output:
Changed:
<
<
>
>
 

Line: 471 to 474
 
<--==============================================-->
Changed:
<
<

Section: select_users

>
>

Action: select_users

 
Select users example
Show rows of checkboxes to select users, for use in HTML forms.
Changed:
<
<
  • Section "select_users": Set of checkboxes to select users.
>
>
  • Action "select_users": Set of checkboxes to select users.
 
    • Parameter name: Name of form field, required.
    • Parameter selected: List of WikiWord names indicating the selected users, optional.
Changed:
<
<
    • Parameter 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.
>
>
    • Parameter users: Specify a list of WikiWords of users, optional. The list may be provided by including the "user_list" action. All registered users are shown if the parameter is missing.
 
    • Parameter colums: Define number of columns, optional. Default: 5
    • Parameter style: Set the css of the container div, optional. Default: margin: 0; border: 1px solid transparent;
Line: 494 to 497
  Sample output:
Changed:
<
<




































































































>
>




































































































 

Line: 506 to 509
 Note to Maintainer:

  • This topic has user report sections intended for TWiki application developers.
Changed:
<
<
  • This topic uses more user friendly ParameterizedVariables %USERREPORT{ action="..." ... }% instead of the more verbose parameterized include %INCLUDE{ "%SYSTEMWEB%.UserReports" section="..." ... }%.
>
>
  • This topic uses more user friendly ParameterizedVariables %USERREPORT{ action="foo" ... }% instead of the more verbose parameterized include %INCLUDE{ "%SYSTEMWEB%.UserReports" section="foo" ... }%.
 

Related topics: TWikiGroups, TWikiUsers, UserList, UserListByDateJoined, UserListByLocation, VarUSERREPORT, TWikiUserMappingContrib

Changed:
<
<
-- TWiki:Main.PeterThoeny - 2013-02-06
>
>
-- TWiki:Main.PeterThoeny - 2014-10-04
 
META FILEATTACHMENT attachment="business-card-example.png" attr="h" comment="" date="1338678337" name="business-card-example.png" path="business-card-example.png" size="42890" user="TWikiContributor" version="1"
META FILEATTACHMENT attachment="faded-bubble.png" attr="h" comment="Faded bubble for BUBBLESIG comments" date="1360196652" name="faded-bubble.png" path="faded-bubble.png" size="12985" user="TWikiContributor" version="1"

Revision 12013-10-12 - TWikiContributor

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="TWikiUserMappingContrib"

TWiki User Reports

This page is for TWiki application developers. Include the sections on this page to show user reports with profile pictures. Create appealing TWiki applications in a short time.

Section: user_list

Show a simple list of registered users. The output is a comma-space delimited sorted list of WikiWords of users (without web prefix), which can be used as input for other reports on this page.

  • Section "user_list": Show a list of users as comma-space delimited list of WikiWords.
    • Parameter search: Apply filter by searching all form fields, but not the main topic text. Optional; all users are returned if missing.
    • Parameter limit: Limits the number of users returned. Optional; all users are returned if missing.
    • Parameter 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.
    • Parameter reverse: Reverse the direction of the search result

This sections also sets a "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:

AarnoRantapelkonen, AbcAssignmentHelp, AdrafinilCheap, AdrafinilCheapo, AdriaMartin

<--==============================================-->
AarnoRantapelkonen, AbcAssignmentHelp, AdrafinilCheap, AdrafinilCheapo, AdriaMartin, AgenBandarqq888, AgenDominoQQ, AgenDominoQQTerbaik, AhliQQ, AhliSEO, AmandatZohan, AnAx, AndersKassman, AndreasHoehle, AndreasHoehle2, AndrewBassett, AngelinaLeoni, BandarQOnlinePoker, BandarQPokerOnline, BandarqPoker, BerniceHYCLE, BillaAbilla, BookMyEssay, CandyDilia, CarymartRF, CerminQq, ChinA694, ChristmascostumesChen, ChristyAngelia, CindyLaurent, ClaudetteDupon, ClaytonCrach, CommandeRadio, CraigZef, CynthiaViale, DavidGob, DimariaAgle, DonaldCycle, DuetQQsite, DuetQiuNet, DuetqiuCom, DuetqiuSite, DuetqqCc, DuetqqClub, DuetqqCo, EddiePrito, ElinKjalnes, ErikGaerdvall, ErikGardvall, EthanLee, EvaMaria, HannahNop, HelleArnved, IdnPokerCeme, IdolaPk, JackieLee, JanjiQq, JanjiqqWebsite, JennyKartika, JesicaWang888, JimmyPasaribuan, JohanNuder, JohnAjay, JonasEdh, JudiCemeIdnPoker, JulianiHuang, KenvinWu, KokiQq888, KokikiuCo, KuboPro, LaetitiaMOREAU, LingerieManufacturer, ListbandarQiu, LokeshJay, LylaTaylor, MyAssignmentHelp, OlaJirlow, OptimasiMesinPencari, PartaiQQlink, PartaiqqMobi, PartaiqqOnline, PartaiqqSite, PartaiqqVip, PatrickDuB, PokerDominoqq, PuputPermatasari, ReginaBof, RickyPauls, RickyWed, RobertFaile, RobertHeads, SaliciadeGwendolyn, SecretGarden, SitusDominoQQ, SitusDominoQQTerbaik, SlotOnlineIndonesia, SophiaThomas, SvenLofgren, TestUser2, TestUser3
<--==============================================-->

Section: profile_picture

Show the profile picture image of a user. A default image is returned in case the image is not defined in the Image form field of the user. The output is an <img /> tag that can be embedded in other tags such as links.

  • Section "profile_picture": Show the profile picture image of a user.
    • Parameter user: WikiWord of user, required.
    • Parameter width: Width of image, optional.
    • Parameter 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.
    • Parameter title: Title parameter of img tag, optional.

Usage example:

%USERREPORT{ action="profile_picture" user="TWikiGuest" height="40" title="TWikiGuest" }%
%USERREPORT{ action="profile_picture" user="AmandaBoris" height="40" title="AmandaBoris" }%

Sample output:
TWikiGuest   AarnoRantapelkonen   AbcAssignmentHelp   AdrafinilCheap   AdrafinilCheapo   AdriaMartin

<--==============================================-->
%user%
<--==============================================-->

Section: user_sig

Show a user signature with profile picture, optionally followed by a date or other text. A default image is shown in case the image is not defined in the Image form field of the user.

  • Section "user_sig": Show a user signature with profile picture.
    • Parameter user: WikiWord of user, required. Optionally followed by a date or other text.
    • Parameter width: Width of image, optional.
    • Parameter 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.

In addition, a USERSIG preferences setting is defined as a shortcut, so that a simple %USERSIG{TWikiGuest}% can be used.

Usage example:

-- %USERREPORT{ action="user_sig" user="TWikiGuest - 2025-05-05" }%

-- %USERSIG{TWikiGuest}%

-- %USERSIG{TWikiGuest - 2025-05-05}%

Sample output:
-- TWiki Guest - 2025-05-05

-- TWiki Guest

-- TWiki Guest - 2025-05-05

<--==============================================-->
%user%
<--==============================================-->

Section: bubble_sig

Show a faded comment bubble and user signature with profile picture, optionally followed by a date or other text. A default image is shown in case the image is not defined in the Image form field of the user. This is used for CommentPlugin signatures.

  • Section "bubble_sig": Show a user signature with profile picture.
    • Parameter user: WikiWord of user, required. Optionally followed by a date or other text.

In addition, a BUBBLESIG preferences setting is defined as a shortcut, so that a simple %BUBBLESIG{TWikiGuest}% can be used.

Usage example:

Test comment using USERREPORT

-- %USERREPORT{ action="bubble_sig" user="TWikiGuest - 2025-05-05" }%

Test comment using BUBBLESIG

-- %BUBBLESIG{TWikiGuest - 2025-05-05}%

Sample output:
Test comment using USERREPORT

-- TWiki Guest - 2025-05-05

Test comment using BUBBLESIG

-- TWiki Guest - 2025-05-05

<--==============================================-->
%user%
<--==============================================-->

Section: slim_box

Slim box example
Show slim, one line height user boxes. Several sections are provided:

  • Section "slim_box_css": Defines the style sheets of the slim boxes. Optionally include it once per page; it is done for you by the "slim_box_start" section if needed.
  • Section "slim_box_start": Defines the start of a set of slim boxes.
    • Parameter style: Optional, overrides the css of the container div of slim boxes. Default: padding:0 5px 0 5px; background-color:#f0f0f4;.
  • Section "slim_box": Show a single slim box.
    • Parameter user: Specify the WikiWord of a single user.
    • Parameter style: Optional, overrides the css of the slim box. Default: float: left; width: 130px; border: solid 1px #d0d0d8; background-color: #f8f8fb;.
  • Section "slim_box_list": Show a set of slim boxes.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
    • Parameter style: Optional, same as section "slim_box".
  • Section "slim_box_end": Defines the end of a set of slim boxes.

Usage example:

%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:

<--==============================================-->
<--==============================================-->
<--==============================================-->
<--==============================================-->
<--==============================================-->
<--==============================================-->

Section: small_box

Small box example
Show small, two line height user boxes. Several sections are provided:

  • Section "small_box_css": Defines the style sheets of the small boxes. Optionally include it once per page; it is done for you by the "small_box_start" section if needed.
  • Section "small_box_start": Defines the start of a set of small boxes.
    • Parameter style: Optional, overrides the css of the container div of small boxes. Default: padding:0 5px 0 5px; background-color:#f0f0f4;.
  • Section "small_box": Show a single small box.
    • Parameter user: Specify the WikiWord of a single user.
    • Parameter style: Optional, overrides the css of the small box. Default: float: left; width: 130px; border: solid 1px #d0d0d8; background-color: #f8f8fb;.
  • Section "small_box_list": Show a set of small boxes.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
    • Parameter style: Optional, same as section "small_box".
  • Section "small_box_end": Defines the end of a set of small boxes.

Usage example:

%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:

<--==============================================-->
<--==============================================-->
<--==============================================-->
<--==============================================-->
<--==============================================-->
<--==============================================-->

Section: business_card

Business card example
Show users in business card format. Several sections are provided:

  • Section "business_card_css": Defines the style sheets of the business cards. Optionally include it once per page; it is done for you by the "business_card_start" section if needed.
  • Section "business_card_start": Defines the start of a set of business cards.
    • Parameter style: Optional, overrides the css of the container div of business cards. Default: padding:10px 15px 1px 15px; background-color:#f0f0f4;.
  • Section "business_card": Show a single business card.
    • Parameter user: Specify the WikiWord of a single user.
    • Parameter style: Optional, overrides the css of the business card. Default: float: left; width: 410px; border: solid 1px #d0d0d8; background-color: #fff;.
  • Section "business_card_list": Show a set of business cards.
    • Parameter users: Specify a list of WikiWords of users. The list may be provided by including the "user_list" section.
    • Parameter style: Optional, same as section "business_card".
  • Section "business_card_end": Defines the end of a set of business cards.

Usage examples:

%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:

Aarno Rantapelkonen


, , Finland
Mail

Abc assignment help


Abc assignment help, , Australia
Mail

Adrafinil Cheap


, , USA
Mail

Adrafinil Cheap


, , USA
Mail

Adria Martin


, ,
Mail

agen bandarqq888


agen bandarqq, jakarta, Indonesia
Mail

Agen domino QQ


, , Indonesia
Mail

Agen domino QQ terbaik


, , Indonesia
Mail

Ahli QQ


, ,
Mail

kenvin wu


, , Indonesia
Mail

Amandat Zohan


, , Barbados
Mail

Anders Axelsson


, , Sweden
Mail

Anders Kassman


, , Sweden
Mail

Andreas Höhle


, , Germany
Mail

Andreas Höhle


, Stralsund, Germany
Mail a.hoehle@yahoo.de

Andrew Bassett


, , Turkey
Mail

Angelina Leoni


, , Indonesia
Mail

BandarQ Poker Online


, , Indonesia
Mail

BandarQ Poker Online


, , Indonesia
Mail

BandarQ Poker


, , Indonesia
Mail

BerniceHYCLE BerniceHYCLE


BerniceHYCLE, , Yemen
Mail

billa abilla


indonesia, , Indonesia
Mail

Christian Holm


, , Australia
Mail

CandyDilia CandyDilia


CandyDilia, , Norway
Mail

Carymart RF


, , China
Mail

cermin Qq


cerminqq, , Indonesia
Mail

Rob Kennison


, , Australia
Mail

christmascostumes chen


, , Afghanistan
Mail

christy angelia


, ,
Mail

Cindy Laurent


, , Indonesia
Mail

claudette dupon


, , China
Mail

ClaytonCrach ClaytonCrach


ClaytonCrach, , Slovenia
Mail

commande radio


commanderadio, ,
Mail

CraigZef CraigZef


CraigZef, , Denmark
Mail

CynthiaViale CynthiaViale


CynthiaViale, , Mongolia
Mail

DavidGob DavidGob


DavidGob, , Iceland
Mail

dimaria agle


, , Belarus
Mail

DonaldCycle DonaldCycle


DonaldCycle, , China
Mail

duetqq site


, ,
Mail

duetqiu net


, ,
Mail

Duetqiu Com


, ,
Mail

duetqiu site


, ,
Mail

duetqq cc


, , Indonesia
Mail

duetqq club


, , Indonesia
Mail

duetqq co


duetqqco, , Indonesia
Mail

EddiePrito EddiePrito


EddiePrito, , Bahrain
Mail

Elin Kjalnes


, , Norway
Mail

Erik Gärdvall


, , Sweden
Mail

Erik Gärdvall


, , Sweden
Mail

Ethan Lee


My Assignment Help, , Australia
Mail

Eva Maria


, , Switzerland
Mail

HannahNop HannahNop


HannahNop, , Indonesia
Mail

Helle Arnved


, , Denmark
Mail

idn poker ceme


, , Indonesia
Mail

idola pk


idolapk, bogor, Indonesia
Mail

Jackie Lee


Dental, , USA
Mail

janji qq


janjiqq, , Indonesia
Mail

janjiqq website


janjiqq, , Indonesia
Mail

Jenny Kartika


BabeQQ, , Indonesia
Mail

jesica wang888


, , Indonesia
Mail

Jimmy Pasaribuan


, ,
Mail

Johan Nuder


, , Sweden
Mail

Lokesh jay


, , USA
Mail

Jonas Edholm


, , Sweden
Mail

judi ceme idn poker
Judi Ceme IDN Poker
, Semarang, Indonesia
Mail
Juliani Huang


, ,
Mail

kenvin wu


, , Indonesia
Mail

koki qq888


kokiqq, bandung, Indonesia
Mail

kokikiu co


kokiqq, bandung, Indonesia
Mail

kubo pro


, , Vietnam
Mail

laetitia MOREAU


, , France
Mail

lingerie manufacturer


, , Azerbaijan
Mail

listbandar qiu


, ,
Mail

Lokesh jay


, , USA
Mail

Lyla Taylor
Assignment writing service in UK, Writing service
Treat Assignment Help, London, United Kingdom
Mail
My assignment help


My assignment help, , Australia
Mail

Ola Jirlow


, Uppsala, Sweden
Mail ola@jirlow.se

kenvin wu


, , Indonesia
Mail

partaiqq link


, ,
Mail

partaiqq mobi


, , Indonesia
Mail

Partaiqq Online


, ,
Mail

Partaiqq Site


, ,
Mail

partaiqq vip


, ,
Mail

PatrickDuB PatrickDuB


PatrickDuB, , Cape Verde
Mail

poker dominoqq


pokerdominoqq, , Indonesia
Mail

Puput Permatasari


, ,
Mail

ReginaBof ReginaBof


ReginaBof, , China
Mail

ricky pauls


Assignment Help, , USA
Mail

RickyWed RickyWed


RickyWed, , Slovakia
Mail

RobertFaile RobertFaile


RobertFaile, , Latvia
Mail

RobertHeads RobertHeads


RobertHeads, , Russia
Mail

Saliciade Gwendolyn


, , France
Mail

secret garden


, Jakarta, Indonesia, Indonesia
Mail

Situs domino QQ


, , Indonesia
Mail

situs domino QQ terbaik



Situs Bermain Demino Qq Terpercaya Indonesia

Situs bermain domino qq terpercaya di indonesia akan selalu berusaha memberi layanan terbaik mereka untuk semua kalangan, sehinga kamu tak akan merasa salah pilih tempat untuk menjalakan semua jenis games di dalam sana. Kini semakin banyak kalangan dalam negeri yang sedang mencari sebuah tempat utntuk menjalankan permaiann dalam situs demino qq online.

Bagaimana Fasilits Bermain Dalam Situs Bermain Demino Qq Terpercaya Indonesia

Bagi anda yang belum mengetahui permainan judi dan ingin mencoba bermain games jenis ini, tidak ada salahnya jika anda memilih sebuah tempat bermain terbaik dan bisa menjamin kepercayaan anda. 

Bemainla bersama situs yang mempunyai banyak kelebihan atau keunggulan yang baik dibandingkan dengan tempat bermain games poker lainnya, sebelum pada akhirnya kalian memutuskan untuk mendaftar dan mulai mengaplikasikan keberutungan di dalam sana.

Dengan banyak berlatih menalankan games domino qq online ini, kalian akan semakin lihai mendapatkan teknik yang menuntun menjadi seorang pemenang dalam bermain game penuh keberuntungan menyenangkan ini. Kalian harus pelajari banyak cara dan tips ketika bermain games demino qq onlne, supaya kamu bisa mengaplikasikan saat memulai sebuah permainan kartu menyenangkan ini.

Untuk memperoleh sebuah kemenngan dalam dunia demino qq bukanlah hal yang mudah apalagi jika anda masih seorang pemain pemula. Akan kami sarankan untuk kamu para pendatang agar selalu mencari teknik tepat sebelum menjalankan permainan game demino qq online menyenangkan tersebut.

Caranya memang sangatlah sederhana, sebagai sebuah tempat bermain poke online terpercaya tentunya selalu memerlukan langkah-langkah mudah untuk anda yang belum mengerti sama sekali mengenai permainan demino qq online. Sebelum bisa menjalankan game judi online, kamu harus melakukan proses pengiriman dana pada agen demino qq melalui bank yang sudah diberikan dalam menu mereka.

Setiap anda melaukan proses transaksi dengan tempat bermian demino qq, maka akun milik anda juga akan menerima penambahan saldo, sesuai dengan nominal yang sudah kamu kirim pada mereka. Karena mereka selalu siap membantu semua member dalam menjawab pertanyaan-pertanyaan sulit ketika menjalankan atau melakukan pendaftaran bersama demino qq setiap harinya selama 24 jam penuh.

Bermain games judi demino qq online bersama situs terbik anda akan memperoleh pelayanan transaksi terbaik dari bank lokal di indonesia yang akan memudahkan semua proses. Layanan bemain online kini memberikn fasilitas bank indonesia tentunya memperkenalkan kamu pada permainan judi terpopuler, sehingga ketika bermain judi online menjadi sebuah kegiatan menarik dan menantang.

Sekarang permainan Situs domino qq online menjadi sebuah kegiatan yang  sangat menguntungkan dan popular di indonesia, dimana agen judi online indonesia merupakan pilihan termudah bagi anda yang ingin menjalankan dan mendapatkan berbagai jenis keberuntungan. Demikia ulasan singkat kami sampaikan, semoga anda menjadi pemenang besar ketika bermain games demino qq online.

, , Indonesia
Mail
susi milikiti
Slot Online Indonesia
, Surabaya, Indonesia
Mail
Sophia Thomas


All Assignment Help, , Australia
Mail

Sven Löfgren


, , Sweden
Mail sven.x.lofgren@gmail.com

Test User2


, , Sweden
Mail

Test User3


, , Sweden
Mail

<--==============================================-->
<--[if IE]><![endif]-->
<--==============================================-->
<--==============================================-->
<--==============================================-->


, ,
Mail

<--==============================================-->


, ,
Mail

<--==============================================-->

Section: select_one_user

Show a selector to pick a user, for use in HTML forms.

  • Section "select_one_user": Selector to pick a user.
    • Parameter name: Name of form field, required.
    • Parameter selected: WikiWord name of a user, optional.
    • Parameter 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.
    • Parameter firstoption: Label of first option, optional. Default: Select...
    • Parameter firstvalue: Value of first option, optional. Default: empty value

Usage example:

<form>
%USERREPORT{ action="select_one_user" name="Owner" selected="TWikiGuest" }%
</form>

Sample output:

<--==============================================-->
<--==============================================-->

Section: select_users

Select users example
Show rows of checkboxes to select users, for use in HTML forms.

  • Section "select_users": Set of checkboxes to select users.
    • Parameter name: Name of form field, required.
    • Parameter selected: List of WikiWord names indicating the selected users, optional.
    • Parameter 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.
    • Parameter colums: Define number of columns, optional. Default: 5
    • Parameter style: Set the css of the container div, optional. Default: margin: 0; border: 1px solid transparent;

Usage example:

<form>
%USERREPORT{ action="select_users" name="Members" selected="TWikiGuest, AmandaBoris" }%
</form>

Sample output:





































































































<--==============================================-->




































































































<--==============================================-->

Note to Maintainer:

  • This topic has user report sections intended for TWiki application developers.
  • This topic uses more user friendly ParameterizedVariables %USERREPORT{ action="..." ... }% instead of the more verbose parameterized include %INCLUDE{ "%SYSTEMWEB%.UserReports" section="..." ... }%.
  • If you add a section to this topic, or add a parameter to a section, make sure to keep the parameterized variables settings in TWikiPreferences#ParameterizedVariables in sync.

Related topics: TWikiGroups, TWikiUsers, UserList, UserListByDateJoined, UserListByLocation, VarUSERREPORT, TWikiUserMappingContrib

-- TWiki:Main.PeterThoeny - 2013-02-06

META FILEATTACHMENT attachment="business-card-example.png" attr="h" comment="" date="1338678337" name="business-card-example.png" path="business-card-example.png" size="42890" user="TWikiContributor" version="1"
META FILEATTACHMENT attachment="faded-bubble.png" attr="h" comment="Faded bubble for BUBBLESIG comments" date="1360196652" name="faded-bubble.png" path="faded-bubble.png" size="12985" user="TWikiContributor" version="1"
META FILEATTACHMENT attachment="small-box-example.png" attr="h" comment="" date="1343433327" name="small-box-example.png" path="small-box-example.png" size="28290" user="TWikiContributor" version="2"
META FILEATTACHMENT attachment="slim-box-example.png" attr="h" comment="" date="1343432567" name="slim-box-example.png" path="slim-box-example.png" size="16868" user="TWikiContributor" version="1"
META FILEATTACHMENT attachment="select-users-example.png" attr="h" comment="" date="1343446655" name="select-users-example.png" path="select-users-example.png" size="30862" user="TWikiContributor" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.UserReports.