Diff: Help/OrphanedPagesPlugin

Differences between version 6 and previous revision of Help/OrphanedPagesPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold Revert
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,61 @@
-_short description_  
+The **~OrphanedPages** [[Help:WikiPlugin|plugin]] returns a list of pages which are not linked to by any other page.  
  
-! Usage  
-<verbatim>  
- <?plugin OrphanedPages ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< OrphanedPages arguments> >  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default: current pagename)_:  
- The page to execute upon
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **noheader**  
+| Boolean. If true, header should be omitted.  
+| false  
+|-  
+| **include _empty**  
+| Boolean . If true, pages that are referenced but not yet created are included in the list.  
+| false  
+|-  
+| **exclude**  
+| Comma-separated list of pages to exclude  
+| empty  
+|-  
+| **info**  
+| List of columns to display  
+| empty  
+|-  
+| **sortby**  
+|  
+| false  
+|-  
+| **limit**  
+|  
+| 0  
+|-  
+| **paging**  
+|  
+| auto  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin OrphanedPages ? >  
-</verbatim>  
+{{{  
+<< OrphanedPages limit=10 paging=none> >  
+}}}  
  
-<?plugin OrphanedPages ?
+<< OrphanedPages limit=10 paging=none>
  
-! Author  
-PhpWiki :ReiniUrban  
+== Author ==  
+* [[Help :Reini Urban|Reini Urban]]  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 6

The OrphanedPages plugin returns a list of pages which are not linked to by any other page.

Usage

<<OrphanedPages arguments>>

Arguments

Argument

Description

Default value

noheader

Boolean. If true, header should be omitted.

false

include_empty

Boolean. If true, pages that are referenced but not yet created are included in the list.

false

exclude

Comma-separated list of pages to exclude

empty

info

List of columns to display

empty

sortby

false

limit

0

paging

auto

Example

<<OrphanedPages limit=10 paging=none>>

Orphaned Pages in this wiki (377 total):

Author

See Also