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