]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPopularNearbyPlugin
See Also
[SourceForge/phpwiki.git] / pgsrc / Help%2FPopularNearbyPlugin
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%2FPopularNearbyPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~PopularNearby** [[Help:WikiPlugin|plugin]] will list the most popular pages nearby.
12
13 == Usage ==
14 {{{
15 <<PopularNearby arguments>>
16 }}}
17
18 == Arguments ==
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **pagename**
27 | Pagename to look for
28 | empty
29 |-
30 | **mode**
31 | nearby or incoming or outgoing
32 | nearby
33 |-
34 | **limit**
35 | Maximum number of pages
36 | 5
37 |-
38 | **noheader**
39 | Display header or not
40 | false
41 |}
42
43 == Example ==
44
45 {{{
46 <<PopularNearby pagename=HomePage limit=3>>
47 }}}
48
49 <<PopularNearby pagename=HomePage limit=3>>
50
51 == Author ==
52 * [[PhpWiki:ReiniUrban|Reini Urban]]
53
54 == See Also ==
55
56 <noinclude>
57 ----
58 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
59 </noinclude>