Diff: Help/AllPagesPlugin

Differences between current version and predecessor to the previous major change of Help/AllPagesPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,32 +1,53 @@
-List all pages in this wiki. 
+The **~AllPages** [[Help:WikiPlugin|plugin]] lists all pages in this wiki. 
  
-! Usage  
-<verbatim>  
- <?plugin AllPages [pagelist args] ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< AllPages arguments> >  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-All [PageList| Help:PageList] options.<br>  
-Plus :  
- 'noheader' => false,  
- 'include_empty' => false,  
- 'info' => '',  
- 'debug' => false  
+All [[ Help:PageList| PageList]] arguments, plus the following ones
  
-! Example  
+{| 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  
+|-  
+| **info**  
+| Allows multiple columns: info=mtime,hits,summary,version,author,locked,minor or all  
+| none  
+|-  
+| **userpages**  
+| Boolean. If true, display only pages created by users (not the ones created at initialisation of the wiki).  
+| false  
+|}  
  
-<verbatim>  
-<?plugin AllPages limit =20 cols =3 ?>  
-</verbatim>  
+== Example ==  
  
-<?plugin AllPages limit=20 cols=3 ?
+{{{  
+< <AllPages limit=20 cols=3>>  
+}}}  
  
-! Author  
-PhpWiki:ReiniUrban  
+<<AllPages limit=20 cols=3>>  
  
-! See Also  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
  
-AllPages, Help:ListPagesPlugin 
+== See Also ==  
+* [[ AllPages]]  
+* [[ Help:ListPagesPlugin]]  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The AllPages plugin lists all pages in this wiki.

Usage

<<AllPages arguments>>

Arguments

All PageList arguments, plus the following ones:

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

info

Allows multiple columns: info=mtime,hits,summary,version,author,locked,minor or all

none

userpages

Boolean. If true, display only pages created by users (not the ones created at initialisation of the wiki).

false

Example

<<AllPages limit=20 cols=3>>

All pages in this wiki (861 total):

|<<   << - 1 / 44 - Next >>   >>|

Author

See Also