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