]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLikePagesPlugin
Add Help:WikiPlugin link
[SourceForge/phpwiki.git] / pgsrc / Help%2FLikePagesPlugin
1 Date: Sat, 2 Aug 2008 14:15:24 +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;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~LikePages* [plugin|Help:WikiPlugin] lists page names which share an initial or final title word with a given page.
12
13 !!! Usage
14 <verbatim>
15   <?plugin LikePages ?>
16 </verbatim>
17
18 !!! Arguments
19
20 page _(default: current pagename)_:
21   The page to execute upon.
22
23 prefix _(default: false)_:
24   List only pages that share the same prefix
25
26 suffix _(default: false)_:
27   List only pages that share the same suffix
28
29 !!! Example
30
31 <verbatim>
32 <?plugin LikePages page=HomePage ?>
33 </verbatim>
34
35 <?plugin LikePages page=HomePage ?>
36
37 !!! Author
38 [Reini Urban|PhpWiki:ReiniUrban]
39
40 !!! See Also
41
42 ----
43 [PhpWikiDocumentation] [CategoryWikiPlugin]