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