]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPreferenceAppPlugin
Update PHP Doc
[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   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~PreferenceApp** [[Help:WikiPlugin|plugin]] is used to analyze a category of items
10 that a group of people have rated.  A user is grouped to be analyzed in the group by
11 # having rated at least one item in the database and
12 # matching the optional criteria for declaring a budget on their homepage.
13
14 An example of a budget declaration would be "~TotalSoda: 50" on my homepage.
15
16 ~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
17 budget is 100 then ~PreferenceApp might assign 20 units of my budget to Moutain Dew.
18
19 == Usage ==
20 {{{
21 <<PreferenceApp arguments>>
22 }}}
23
24 == Arguments ==
25
26 {| class="bordered"
27 |-
28 ! Argument
29 ! Description
30 ! Default value
31 |-
32 | **category**
33 |
34 | null
35 |-
36 | **lockedBudget**
37 |
38 | null
39 |-
40 | **pageTextLabel**
41 |
42 | null
43 |-
44 | **group**
45 |
46 | null
47 |-
48 | **roundCalc**
49 |
50 | true
51 |-
52 | **neutralRating**
53 |
54 | 3
55 |-
56 | **declareBudget**
57 |
58 | true
59 |}
60
61 == Example ==
62
63 {{{
64 <<PreferenceApp category="Soda" pageTextLabel="TotalSoda" roundCalc="true" >>
65 }}}
66
67 == Author ==
68 * mcassano circa April 2004
69
70 == See Also ==
71
72 <noinclude>
73 ----
74 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
75 </noinclude>