]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FTitleSearchPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FTitleSearchPlugin
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%2FTitleSearchPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~TitleSearch**  [[Help:WikiPlugin|plugin]] displays results of pagename search.
10
11 If only one page is found and auto_redirect is true, this page is displayed immediately,
12 otherwise the found page list is displayed.
13
14 == Usage ==
15 {{{
16 <?plugin-form TitleSearch 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 | **s**
30 | string to search
31 | //none//
32 |-
33 | **auto_redirect**
34 | if true and only one page is found, this page is displayed immediately
35 | false
36 |-
37 | **noheader**
38 |
39 | false
40 |-
41 | **exclude**
42 |
43 | false
44 |-
45 | **info**
46 |
47 | false
48 |-
49 | **case_exact**
50 |
51 | false
52 |-
53 | **regex**
54 |
55 | auto
56 |-
57 | **format**
58 |
59 | false
60 |}
61
62 == Example ==
63
64 {{{
65 <?plugin-form TitleSearch ?>
66 }}}
67
68 <?plugin-form TitleSearch ?>
69
70 == Author ==
71 * [[Help:Reini Urban|Reini Urban]]
72
73 == See Also ==
74 * [[Help:FullTextSearchPlugin]]
75 * [[Help:ExternalSearchPlugin]]
76 * [[Help:InterWikiSearchPlugin]]
77
78 <noinclude>
79 ----
80 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
81 </noinclude>