]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLikePagesPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FLikePagesPlugin
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%2FLikePagesPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~LikePages** [[Help:WikiPlugin|plugin]] lists page names which share an initial or final title word with a given page.
10
11 == Usage ==
12
13 {{{
14 <<LikePages arguments>>
15 }}}
16
17 == Arguments ==
18
19 All [[Help:PageList|PageList]] arguments, plus the following ones:
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **page**
28 | The page to execute upon
29 | current pagename
30 |-
31 | **prefix**
32 | List only pages that share the same prefix
33 | false
34 |-
35 | **suffix**
36 | List only pages that share the same suffix
37 | false
38 |}
39
40 == Examples ==
41
42 {{{
43 <<LikePages page=HomePage>>
44 }}}
45
46 <<LikePages page=HomePage>>
47
48 {{{
49 <<LikePages suffix=Page>>
50 }}}
51
52 <<LikePages suffix=Page>>
53
54 == Author ==
55 * [[Help:Reini Urban|Reini Urban]]
56
57 == See Also ==
58
59 <noinclude>
60 ----
61 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
62 </noinclude>