Diff: Help/ListSubpagesPlugin

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

Differences between version 2 and previous revision of Help/ListSubpagesPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -1,6 +1,5 @@
-The **~ListSubpages** [[Help:WikiPlugin|plugin]] lists the names of all sub-pages  
- of a given page (by default the current page). 
+The **~ListSubpages** [[Help:WikiPlugin|plugin]] lists the names of all sub-pages of a given page (by default the current page). 
  
 == Usage == 
  
 {{{ 
@@ -22,21 +21,17 @@
 | Current pagename 
 |- 
 | **maxpages** 
 | Maximum number of pages to include 
-| 0  
+| none  
 |- 
 | **noheader** 
-| Boolean. If true, header should be omitted.  
+| Do not display header 
 | false 
 |- 
 | **info** 
 | List of columns to display 
-| //empty//  
-|-  
-| **exclude**  
-| Comma-separated list of pages to exclude  
-| //empty//  
+| none  
 |} 
  
 == Example == 
  
@@ -49,10 +44,9 @@
 == Author == 
 * [[Help:Reini Urban|Reini Urban]] 
  
 == See Also == 
-* [[Help:UnfoldSubpagesPlugin]]  
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

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

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