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