]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FMostPopularPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FMostPopularPlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FMostPopularPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~MostPopular** [[Help:WikiPlugin|plugin]] will display the pages of wiki that
10 have the most (or least) number of hits.
11
12 == Usage ==
13 {{{
14 <<MostPopular arguments>>
15 }}}
16
17 == Arguments ==
18
19 All [[Help:PageList|PageList]] arguments, plus the following ones:
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **limit**
28 | The number of pages to display. If the limit is negative, the least popular pages will be displayed. If the limit is 0, all visited pages will be displayed.
29 | 20
30 |-
31 | **sortby**
32 | Page sorting order
33 | ~-hits
34 |-
35 | **noheader**
36 | Do not display header
37 | false
38 |-
39 | **info**
40 | List of columns to display
41 | hits
42 |}
43
44 == Example ==
45
46 {{{
47 <<MostPopular limit=10>>
48 }}}
49
50 <<MostPopular limit=10>>
51
52 == Author ==
53 * [[Help:Reini Urban|Reini Urban]]
54
55 == See Also ==
56
57 <noinclude>
58 ----
59 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
60 </noinclude>