Reference:SubPageList: Difference between revisions

(Created page with "{{BSExtensionInfobox |desc=Syntax highlighting in the wikitext editor. |status=stable |developer=Pavel Astakhov |type=MediaWiki |edition=BlueSpice free, BlueSpice pro, BlueSpi...")
 
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
{{BSExtensionInfobox
{{BSExtensionInfobox
|desc=Syntax highlighting in the wikitext editor.
|desc=Allows to list and count subpages
|status=stable
|status=stable
|developer=Pavel Astakhov
|developer=Jeroen De Dauw
|type=MediaWiki
|type=MediaWiki
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
Line 9: Line 9:
|category=Editor
|category=Editor
|license=GPL v2+  
|license=GPL v2+  
|docu=https://www.mediawiki.org/wiki/Extension:CodeMirror
|docu=https://www.mediawiki.org/wiki/Extension:SubPageList
}}
}}{{BSVersion|bsvFrom=4.2|bsvTo=|bsvFeature=}}
{{BSVersion|bsvFrom=4.2|bsvTo=|bsvFeature=}}
 
The extension '''CodeMirror''' provides syntax highlighting in MediaWiki's wikitext editor. It adds an icon to the options menu of VisualEditor where it can be deactivated on a per-page basis.
=== <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
 


[[File:deactivate CodeMirror.png|alt=deactivate CodeMirror|thumb|650x650px|center|deactivate CodeMirror]]
{{translation}}
{{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

Discussions