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