]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLikePagesPlugin
Add InterWikiMap to SpecialPages
[SourceForge/phpwiki.git] / pgsrc / Help%2FLikePagesPlugin
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%2FLikePagesPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~LikePages** [[Help:WikiPlugin|plugin]] lists page names which share an initial or final title word with a given page.
12
13 == Usage ==
14
15 {{{
16 <<LikePages 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 | **page**
30 | The page to execute upon
31 | current pagename
32 |-
33 | **prefix**
34 | List only pages that share the same prefix
35 | false
36 |-
37 | **suffix**
38 | List only pages that share the same suffix
39 | false
40 |}
41
42 == Examples ==
43
44 {{{
45 <<LikePages page=HomePage>>
46 }}}
47
48 <<LikePages page=HomePage>>
49
50 {{{
51 <<LikePages suffix=Page>>
52 }}}
53
54 <<LikePages suffix=Page>>
55
56 == Author ==
57 * [[PhpWiki:ReiniUrban|Reini Urban]]
58
59 == See Also ==
60
61 <noinclude>
62 ----
63 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
64 </noinclude>