Reference:Loops: Difference between revisions

No edit summary
No edit summary
Tag: 2017 source edit
 
Line 8: Line 8:
|category=Infrastructure
|category=Infrastructure
|docu=https://www.mediawiki.org/wiki/Extension:Loops
|docu=https://www.mediawiki.org/wiki/Extension:Loops
|features=
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.
}}
}}
{{wcagCheck
{{wcagCheck
Line 19: Line 29:
|extensionFocus=editor
|extensionFocus=editor
}}
}}
You can find more info at [https://www.mediawiki.org/wiki/Extension:Loops mediawiki.org].
[[Category:Extension]]

Latest revision as of 17:07, 9 August 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 pro, BlueSpice free, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.

Features

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.

Accessibility

Test status: 2-testing complete
Checked for: Authoring tool
Last test date: 2022-08-09
WCAG level: AA
WCAG support: supports
Comments:

simple text-based parser functions used in source editing.

Extension type: core
Extension focus: editor

Discussions