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