]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPreferenceAppPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FPreferenceAppPlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FPreferenceAppPlugin;
5   flags=PAGE_LOCKED;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~PreferenceApp** [[Help:WikiPlugin|plugin]] is used to analyze a category of items
11 that a group of people have rated.  A user is grouped to be analyzed in the group by
12 # having rated at least one item in the database and
13 # matching the optional criteria for declaring a budget on their homepage.
14
15 An example of a budget declaration would be "~TotalSoda: 50" on my homepage.
16
17 ~PreferenceApp will output a matrix style table shows "how much" fractionally a group of people prefer an item over other items.  For example, if my soda
18 budget is 100 then ~PreferenceApp might assign 20 units of my budget to Moutain Dew.
19
20 == Usage ==
21 {{{
22 <<PreferenceApp arguments>>
23 }}}
24
25 == Arguments ==
26
27 {| class="bordered"
28 |-
29 ! Argument
30 ! Description
31 ! Default value
32 |-
33 | **category**
34 |
35 | null
36 |-
37 | **lockedBudget**
38 |
39 | null
40 |-
41 | **pageTextLabel**
42 |
43 | null
44 |-
45 | **group**
46 |
47 | null
48 |-
49 | **roundCalc**
50 |
51 | true
52 |-
53 | **neutralRating**
54 |
55 | 3
56 |-
57 | **declareBudget**
58 |
59 | true
60 |}
61
62 == Example ==
63
64 {{{
65 <<PreferenceApp category="Soda" pageTextLabel="TotalSoda" roundCalc="true" >>
66 }}}
67
68 == Author ==
69 * mcassano circa April 2004
70
71 == See Also ==
72
73 <noinclude>
74 ----
75 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
76 </noinclude>