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