]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FOrphanedPagesPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FOrphanedPagesPlugin
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%2FOrphanedPagesPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~OrphanedPages** [[Help:WikiPlugin|plugin]] returns a list of pages which are not linked to by any other page.
10
11 == Usage ==
12 {{{
13 <<OrphanedPages arguments>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **noheader**
25 |
26 | false
27 |-
28 | **include_empty**
29 |
30 | false
31 |-
32 | **exclude**
33 |
34 |
35 |-
36 | **info**
37 |
38 |
39 |-
40 | **sortby**
41 |
42 | false
43 |-
44 | **limit**
45 |
46 | 0
47 |-
48 | **paging**
49 |
50 | auto
51 |}
52
53 == Example ==
54
55 {{{
56 <<OrphanedPages limit=10 paging=none>>
57 }}}
58
59 <<OrphanedPages limit=10 paging=none>>
60
61 == Author ==
62 * [[Help:Reini Urban|Reini Urban]]
63
64 == See Also ==
65
66 <noinclude>
67 ----
68 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
69 </noinclude>