]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FMostPopularPlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~MostPopular** [[Help:WikiPlugin|plugin]] will display the pages of wiki that
11 have the most (or least) number of hits.
12
13 == Usage ==
14 {{{
15 <<MostPopular arguments>>
16 }}}
17
18 == Arguments ==
19
20 All [[Help:PageList|PageList]] arguments, plus the following ones:
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **limit**
29 | 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.
30 | 20
31 |-
32 | **sortby**
33 | Page sorting order
34 | ~-hits
35 |-
36 | **noheader**
37 | Do not display header
38 | false
39 |-
40 | **info**
41 | List of columns to display
42 | hits
43 |}
44
45 == Example ==
46
47 {{{
48 <<MostPopular limit=10>>
49 }}}
50
51 <<MostPopular limit=10>>
52
53 == Author ==
54 * [[Help:Reini Urban|Reini Urban]]
55
56 == See Also ==
57
58 <noinclude>
59 ----
60 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
61 </noinclude>