]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLikePagesPlugin
EXTERNAL_PAGE
[SourceForge/phpwiki.git] / pgsrc / Help%2FLikePagesPlugin
1 Date: Mon,  1 Jun 2009 15:05:05 +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%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 <<LikePages arguments>>
16 }}}
17
18 == Arguments
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **page**
27 | The page to execute upon
28 | current pagename
29 |-
30 | **prefix**
31 | List only pages that share the same prefix
32 | false
33 |-
34 | **suffix**
35 | List only pages that share the same suffix
36 | false
37 |}
38
39 == Examples
40
41 {{{
42 <<LikePages page=HomePage>>
43 }}}
44
45 <<LikePages page=HomePage>>
46
47 {{{
48 <<LikePages suffix=Page>>
49 }}}
50
51 <<LikePages suffix=Page>>
52
53 == Author
54 * [[PhpWiki:ReiniUrban|Reini Urban]]
55
56 == See Also
57
58 <noinclude>
59 ----
60 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
61 </noinclude>