]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWantedPagesPlugin
Use UTF-8 so that display is correct on sf.net
[SourceForge/phpwiki.git] / pgsrc / Help%2FWantedPagesPlugin
1 Date: Thu, 26 Mar 2009 11:34:32 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FWantedPagesPlugin;
6   flags=PAGE_LOCKED;
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 <<WantedPages>>
18 }}}
19
20 == Arguments
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **page**
29 | just for a single page
30 | pagename
31 |-
32 | **withlinks**
33 | display links
34 | 0
35 |-
36 | **noheader**
37 | do not display header
38 | false
39 |-
40 | **exclude_from**
41 | pages to exclude
42 | PgsrcTranslation, InterWikiMap
43 |-
44 | **limit**
45 | maximum number of wanted pages to display
46 | 100
47 |-
48 | **paging**
49
50 | auto
51 |}
52
53 == Example
54
55 {{{
56 <<WantedPages>>
57 }}}
58
59 <<WantedPages>>
60
61 == Author
62 * [[PhpWiki:ReiniUrban|Reini Urban]]
63
64 == See Also
65
66 <noinclude>
67 ----
68 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
69 </noinclude>