Skip to content

HydraWiki/Loops

Repository files navigation

Table of Contents

About

The 'Loops' extension Enhances the parser with parser functions to perform loops. It is not compatible with MediaWiki versions below 1.12.

Differences from mainline Loops

The Hydra team added the extension.json entry point and did code quality clean up passes over the hooks file.

Installation

Once you have downloaded the code, place the 'Loops' directory within your MediaWiki 'extensions' directory. Then add the following code to your 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, please add them to the 'Loops' Talk page http://www.mediawiki.org/w/index.php?title=Extension_talk:Loops

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages