]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWantedPagesOldPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FWantedPagesOldPlugin
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%2FWantedPagesOldPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~WantedPagesOld** [[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 <<WantedPagesOld arguments>>
17 }}}
18
19 == Arguments ==
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **page**
28 | just for a single page
29 | pagename
30 |-
31 | **noheader**
32 | do not display header
33 | false
34 |-
35 | **exclude**
36 | pages to exclude
37 | PgsrcTranslation
38 |-
39 | **limit**
40 | maximum number of wanted pages to display
41 | 50
42 |-
43 | **paging**
44 |
45 | auto
46 |-
47 | **sortby**
48 |
49 |
50 |}
51
52 == Example ==
53
54 {{{
55 <<WantedPagesOld>>
56 }}}
57
58 <<WantedPagesOld>>
59
60 == Author ==
61 * [[Help:Reini Urban|Reini Urban]]
62
63 == See Also ==
64
65 <noinclude>
66 ----
67 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
68 </noinclude>