]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FMostPopularPlugin
Add Help:WikiPlugin link
[SourceForge/phpwiki.git] / pgsrc / Help%2FMostPopularPlugin
1 Date: Mon, 20 Oct 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FMostPopularPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~MostPopular* [plugin|Help:WikiPlugin] will display the pages of wiki that
12 have the most number of hits.
13
14 !!! Usage
15 <verbatim>
16 <?plugin MostPopular ?>
17 </verbatim>
18
19 !!! Arguments
20
21 limit:
22   The number of pages to display. Default 20. If the limit is negative, the least popular pages will be displayed.
23
24 !!! Example
25
26 <verbatim>
27 <?plugin MostPopular ?>
28 </verbatim>
29
30 <?plugin MostPopular ?>
31
32 !!! Author
33 [Reini Urban|PhpWiki:ReiniUrban]
34
35 !!! See Also
36
37 ----
38 [PhpWikiDocumentation] [CategoryWikiPlugin]