]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FTitleSearchPlugin
Produced by PhpWiki 1.5.5
[SourceForge/phpwiki.git] / pgsrc / Help%2FTitleSearchPlugin
1 Date: Thu, 10 Dec 2015 18:48:03 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.5)
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 (except //paganame//),
22 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>