SocialEntity:411 and Reference:SubPageList: Difference between pages

(Difference between pages)
No edit summary
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
{
{{BSExtensionInfobox
    "wikipageid": 673,
|desc=Allows to list and count subpages
    "namespace": 0,
|status=stable
    "titletext": "Reference:PluggableAuth",
|developer=Jeroen De Dauw
    "description": "",
|type=MediaWiki
    "parentid": 0,
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
    "id": 411,
|active=Yes
    "ownerid": 6,
|compatible=MediaWiki
    "type": "wikipage",
|category=Editor
    "archived": false,
|license=GPL v2+
    "tags": [
|docu=https://www.mediawiki.org/wiki/Extension:SubPageList
        "Reference:PluggableAuth"
}}{{BSVersion|bsvFrom=4.2|bsvTo=|bsvFeature=}}
    ],
 
    "resolved": false
=== <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}}

Revision as of 17:26, 25 July 2022

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: Editor
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