No edit summary |
No edit summary Tag: 2017 source edit |
||
Line 9: | Line 9: | ||
|license=GPL v2+ | |license=GPL v2+ | ||
|docu=https://www.mediawiki.org/wiki/Extension:SubPageList | |docu=https://www.mediawiki.org/wiki/Extension:SubPageList | ||
| | |features= | ||
{{BSVersion|bsvFrom=4.2|bsvTo=|bsvFeature=}} | |||
=== <span class="mw-headline">Examples</span> === | |||
<span>Listing the subpages of the current page using default settings:</span><div> | |||
<nowiki>{{#subpages:}}</nowiki> | |||
</div><span>Listing subpages for page "MyAwesomePage":</span><div> | |||
<nowiki>{{#subpages:MyAwesomePage}}</nowiki> | |||
</div><span>Listing subpages using an ordered list:</span><div> | |||
<nowiki>{{#subpages:format=ol}}</nowiki> | |||
</div><span>Full page names that are not linked:</span><div> | |||
<nowiki>{{#subpages:pathstyle=full|links=no}}</nowiki> | |||
</div>The full user documentation can be found on gitub: https://github.com/JeroenDeDauw/SubPageList/blob/master/doc/USAGE.md | |||
{{translation}} | |||
}} | }} | ||
{{wcagCheck | {{wcagCheck |
Revision as of 15:34, 10 August 2022
Extension: SubPageList
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 pro, BlueSpice free, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
For more info, visit Mediawiki. |
Features
Examples
Listing the subpages of the current page using default settings:{{#subpages:}}
{{#subpages:MyAwesomePage}}
{{#subpages:format=ol}}
{{#subpages:pathstyle=full|links=no}}
Accessibility
Test status: | 2-testing complete |
---|---|
Checked for: | Web, Authoring tool |
Last test date: | 2022-08-10 |
WCAG level: | AA |
WCAG support: | supports |
Comments: |
Authoring tool: tag/parser function inserted in source edit mode. Web: Various output options, including standard html lists. |
Extension type: | core |
Extension focus: | reader |