SubPageList

Extension: SubPageList

all extensions

Overview
Description: Allows to list and count subpages
State: stable Dependency: MediaWiki
Developer: Jeroen De Dauw License: GPL v2+
Type: MediaWiki Category: Content Structuring
Edition: BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.


is available from BlueSpice 4.2.


Examples

Listing the subpages of the current page using default settings:

{{#subpages:}}

Listing subpages for page "MyAwesomePage":

{{#subpages:MyAwesomePage}}

Listing subpages using an ordered list:

{{#subpages:format=ol}}

Full page names that are not linked:

{{#subpages:pathstyle=full|links=no}}

The full user documentation can be found on gitub: https://github.com/JeroenDeDauw/SubPageList/blob/master/doc/USAGE.md

Discussions