mediawiki-extensions-Loops

Github mirror of MediaWiki extension Loops - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

GPL-2.0 License

Stars
3

== About ==

The 'Loops' extension Enhances the parser with parser functions to perform loops.

== Installation ==

Once you have downloaded the code, place the 'Loops' directory within your MediaWiki 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:

Loops

wfLoadExtension( 'Loops' );

You will also want to install the Variables extension to enable the functions 'loop', 'forargs' and 'fornumargs'.

== Contributing ==

If you have bug reports or feature requests, report it at phabricator. While you opening task, add project #Mediawiki-extensions-Loops.

Related Projects