]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FTitleSearchPlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~TitleSearch**  [[Help:WikiPlugin|plugin]] displays results of pagename search.
11
12 If only one page is found and auto_redirect is true, this page is displayed immediately,
13 otherwise the found page list is displayed.
14
15 == Usage ==
16 {{{
17 <?plugin-form TitleSearch arguments ?>
18 }}}
19
20 == Arguments ==
21
22 All [[Help:PageList|PageList]] arguments, plus the following ones:
23
24 {| class="bordered"
25 |-
26 ! Argument
27 ! Description
28 ! Default value
29 |-
30 | **s**
31 | string to search
32 | //none//
33 |-
34 | **auto_redirect**
35 | if true and only one page is found, this page is displayed immediately
36 | false
37 |-
38 | **noheader**
39 |
40 | false
41 |-
42 | **exclude**
43 |
44 | false
45 |-
46 | **info**
47 |
48 | false
49 |-
50 | **case_exact**
51 |
52 | false
53 |-
54 | **regex**
55 |
56 | auto
57 |-
58 | **format**
59 |
60 | false
61 |}
62
63 == Example ==
64
65 {{{
66 <?plugin-form TitleSearch ?>
67 }}}
68
69 <?plugin-form TitleSearch ?>
70
71 == Author ==
72 * [[Help:Reini Urban|Reini Urban]]
73
74 == See Also ==
75 * [[Help:FullTextSearchPlugin]]
76 * [[Help:ExternalSearchPlugin]]
77 * [[Help:InterWikiSearchPlugin]]
78
79 <noinclude>
80 ----
81 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
82 </noinclude>