Difference between revisions of "Wiki/mediawiki/extensions/subPageList3"
< Wiki | mediawiki | extensions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
I use subPageList3 in 2 ways. | I use subPageList3 in 2 ways. | ||
+ | Note: The below assumes you've installed the plugin. | ||
:: 1) To list all of the children of a given top level page | :: 1) To list all of the children of a given top level page | ||
+ | |||
+ | :: <code> | ||
+ | <splist | ||
+ | parent=POSIX | ||
+ | showparent=no | ||
+ | sort=asc | ||
+ | sortby=title | ||
+ | liststyle=unordered | ||
+ | showpath=no | ||
+ | kidsonly=no | ||
+ | debug=0 | ||
+ | /> | ||
+ | </code> |
Revision as of 18:42, 30 August 2020
Full documentation from the author(s) available at: https://www.mediawiki.org/wiki/Extension:SubPageList3
I use subPageList3 in 2 ways.
Note: The below assumes you've installed the plugin.
- 1) To list all of the children of a given top level page