Diff: Help/ListSubpagesPlugin

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

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,27 +1,54 @@
-_short description_  
+The **~ListSubpages** [[Help:WikiPlugin|plugin]] lists the names of all sub-pages  
+of a given page (by default the current page).  
  
-! Usage  
-<verbatim>  
- <?plugin ListSubpages ?>  
-</verbatim>  
+== Usage ==  
  
-! Arguments  
+{{{  
+<<ListSubpages arguments>>  
+}}}  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+== Arguments ==  
  
-! Example  
+All [[Help:PageList|PageList]] arguments, plus the following ones:  
  
-<verbatim>  
-<?plugin ListSubpages ?>  
-</verbatim>  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **basepage**  
+| The page to execute upon  
+| Current pagename  
+|-  
+| **maxpages**  
+| Maximum number of pages to include  
+| none  
+|-  
+| **noheader**  
+| Boolean. If true, do not display header.  
+| false  
+|-  
+| **info**  
+| List of columns to display  
+| none  
+|}  
  
-<?plugin ListSubpages ?>  
+== Example ==  
  
-! Author  
-PhpWiki:ReiniUrban  
+{{{  
+<<ListSubpages basepage=Help maxpages=20 cols=3>>  
+}}}  
  
-! See Also  
+<<ListSubpages basepage=Help maxpages=20 cols=3>>  
  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
+  
+== See Also ==  
+* [[Help:UnfoldSubpagesPlugin]]  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The ListSubpages plugin lists the names of all sub-pages of a given page (by default the current page).

Usage

<<ListSubpages arguments>>

Arguments

All PageList arguments, plus the following ones:

Argument

Description

Default value

basepage

The page to execute upon

Current pagename

maxpages

Maximum number of pages to include

none

noheader

Boolean. If true, do not display header.

false

info

List of columns to display

none

Example

<<ListSubpages basepage=Help maxpages=20 cols=3>>

SubPages of Help/ListSubpagesPlugin:

Author

See Also