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