]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWantedPagesPlugin
Wikicreole syntax
[SourceForge/phpwiki.git] / pgsrc / Help%2FWantedPagesPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FWantedPagesPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~WantedPages** [[Help:WikiPlugin|plugin]] returns a list of referenced pages which do not exist yet.
12
13 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.
14
15 == Usage ==
16
17 {{{
18 <<WantedPages arguments>>
19 }}}
20
21 == Arguments ==
22
23 All [[Help:PageList|PageList]] arguments, plus the following ones.
24
25 {| class="bordered"
26 |-
27 ! Argument
28 ! Description
29 ! Default value
30 |-
31 | **page**
32 | just for a single page
33 | pagename
34 |-
35 | **withlinks**
36 | display links
37 | 0
38 |-
39 | **noheader**
40 | do not display header
41 | false
42 |-
43 | **exclude_from**
44 | pages to exclude
45 | PgsrcTranslation, InterWikiMap
46 |-
47 | **limit**
48 | maximum number of wanted pages to display
49 | 100
50 |-
51 | **paging**
52 |
53 | auto
54 |}
55
56 == Example ==
57
58 {{{
59 <<WantedPages>>
60 }}}
61
62 <<WantedPages>>
63
64 == Author ==
65 * [[PhpWiki:ReiniUrban|Reini Urban]]
66
67 == See Also ==
68
69 <noinclude>
70 ----
71 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
72 </noinclude>