]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FUserRatingsPlugin
Wikicreole syntax
[SourceForge/phpwiki.git] / pgsrc / Help%2FUserRatingsPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FUserRatingsPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~UserRatings** [[Help:WikiPlugin|plugin]] lists the user's ratings.
12
13 == Usage ==
14
15 {{{
16 <<UserRatings arguments>>
17 }}}
18
19 == Arguments ==
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **dimension**
28 |
29 | 0
30 |-
31 | **userids**
32 | Array of userids to display ratings for; null/empty for active user only
33 | null
34 |-
35 | **pageids**
36 | Array of pageids to display ratings for; null for all of current active user's ratings
37 | null
38 |-
39 | **category**
40 | a category to display ratings for; null for no category; has higher precedence than pageids
41 | null
42 |-
43 | **pagename**
44 |
45 |
46 |-
47 | **exclude**
48 | Pages to exclude (allows multiple pagenames exclude=HomePage,RecentChanges)
49 |
50 |-
51 | **limit**
52 | limit of <=0 is show-all
53 | 0
54 |-
55 | **noheader**
56 |
57 | 0
58 |-
59 | **userPage**
60 |
61 | false
62 |-
63 | **info**
64 | columns to display (hits, pagename, author, ratingwidget...)
65 | pagename
66 |}
67
68 == Example ==
69
70 {{{
71 <<UserRatings>>
72 }}}
73
74 == Author ==
75 * Dan Frankowski
76
77 == See Also ==
78 * [[Help:RateItPlugin]]
79
80 <noinclude>
81 ----
82 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
83 </noinclude>