]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWantedPagesPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FWantedPagesPlugin
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%2FWantedPagesPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~WantedPages** [[Help:WikiPlugin|plugin]] returns a list of referenced pages which do not exist yet.
10
11 All empty pages which are linked from any page - with an ending question mark, or for just a single page, when the page argument is present.
12
13 == Usage ==
14
15 {{{
16 <<WantedPages 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 | **page**
30 | just for a single page
31 | pagename
32 |-
33 | **withlinks**
34 | display links
35 | 0
36 |-
37 | **noheader**
38 | do not display header
39 | false
40 |-
41 | **exclude_from**
42 | pages to exclude
43 | PgsrcTranslation, InterWikiMap
44 |-
45 | **limit**
46 | maximum number of wanted pages to display
47 | 100
48 |-
49 | **paging**
50 |
51 | auto
52 |}
53
54 == Example ==
55
56 {{{
57 <<WantedPages>>
58 }}}
59
60 <<WantedPages>>
61
62 == Author ==
63 * [[Help:Reini Urban|Reini Urban]]
64
65 == See Also ==
66
67 <noinclude>
68 ----
69 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
70 </noinclude>