Diff: Help/AllPagesPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 5 and previous revision of Help/AllPagesPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,49 +1,32 @@
-The **~AllPages** [[Help:WikiPlugin|plugin]] lists all pages in this wiki. 
+List all pages in this wiki. 
  
-== Usage ==  
-{{{  
-<< AllPages arguments> >  
-}}}  
+! Usage  
+<verbatim>  
+ <?plugin AllPages [pagelist args] ? >  
+</verbatim>  
  
-== Arguments ==  
+! Arguments 
  
-All [[ Help:PageList| PageList]] arguments, plus the following ones
+All [PageList| Help:PageList] options.<br>  
+Plus :  
+ 'noheader' => false,  
+ 'include_empty' => false,  
+ 'info' => '',  
+ 'debug' => false  
  
-{| 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**  
-|  
-| none  
-|}  
+! Example  
  
-== Example ==  
+<verbatim>  
+<?plugin AllPages limit =20 cols =3 ?>  
+</verbatim>  
  
-{{{  
-< <AllPages limit=20 cols=3>>  
-}}}  
+<?plugin AllPages limit=20 cols=3 ?
  
-<<AllPages limit=20 cols=3>>  
+! Author  
+PhpWiki:ReiniUrban  
  
-== Author ==  
-* [[Help:Reini Urban|Reini Urban]]  
+! See Also  
  
-== See Also ==  
-* [[ AllPages]]  
-* [[ Help:ListPagesPlugin]]  
-  
-<noinclude>  
+AllPages, Help:ListPagesPlugin 
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 5

List all pages in this wiki.

Usage

  <?plugin AllPages [pagelist args] ?>

Arguments

All PageList options.

Plus

'noheader' => false, 'include_empty' => false, 'info' => '', 'debug' => false

Example

<?plugin AllPages limit=20 cols=3 ?>

All pages in this wiki (861 total):

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

Author

PhpWiki:ReiniUrban

See Also

AllPages, Help:ListPagesPlugin


PhpWikiDocumentation Help:WikiPlugin