Template:TOClimit/styles.css and Reference:Loops: Difference between pages

(Difference between pages)
hw>Mlink-rodrigue
No edit summary
 
No edit summary
 
Line 1: Line 1:
/***Custom TOC levels - Template TOC ***/
{{BSExtensionInfobox
.toc .toclimit-1 li.toclevel-2, .toc .toclimit-1 li.toclevel-3,.toc .toclimit-1 li.toclevel-4,.toc .toclimit-1 li.toclevel5 {display:none;}  
|desc=Provides parser functions for performing loops.
#content #bodyContent .toclimit-2 .toclevel-3, #content #bodyContent .toclimit-2 .toclevel-4,#content #bodyContent .toclimit-2 .toclevel-5 {display:none;} 
|status=stable
#content #bodyContent .toclimit-3 .toclevel-4, #content #bodyContent .toclimit-3 .toclevel-5 {display:none;}
|developer=David M. Sledge, Daniel Werner
.toclevel-3 {background:green}
|type=MediaWiki
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=MediaWiki
|category=Infrastructure
|docu=https://www.mediawiki.org/wiki/Extension:Loops
}}
The extension provides the following loop parser functions:
* #while
* #dowhile
* #loop
* #forargs (experimental)
* #fornumargs  (experimental)
 
Some of the parser functions provided by this extension require the [[Reference:ParserFunctions|ParserFunctions]] as well as the [[Reference:Variables|Variables]] extension to be installed first. Both extensions are bundled with all BlueSpice editions.
 
You can find more info at [https://www.mediawiki.org/wiki/Extension:Loops mediawiki.org].
 
[[Category:Extension]]

Revision as of 16:57, 31 January 2022

Extension: Loops

all extensions

Overview
Description: Provides parser functions for performing loops.
State: stable Dependency: MediaWiki
Developer: David M. Sledge, Daniel Werner License: -
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.


The extension provides the following loop parser functions:

  • #while
  • #dowhile
  • #loop
  • #forargs (experimental)
  • #fornumargs (experimental)

Some of the parser functions provided by this extension require the ParserFunctions as well as the Variables extension to be installed first. Both extensions are bundled with all BlueSpice editions.

You can find more info at mediawiki.org.

Discussions