mediawiki-extensions-Arrays

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

MIT License

Stars
2

== About ==

The 'Arrays' extension (former 'ArrayExtension') Enhances the parser with functions to handle arrays within wiki markup text.

== Installation ==

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

Arrays

wfLoadExtension( 'Arrays' );

Be aware of breaking behavioral changes introduced after version 1.3.2. There is a new configuration variable '$egArraysCompatibilityMode' for switching back to old behavior though. For further information see the 'RELEASE-NOTES' file.

You will want to install the Loops and Variables extensions to fully take advantage of this extension. Follow their installation procedures.

== Contributing ==

If you have bug reports or feature requests, please add them to the 'Arrays' Talk page [0]. You can also send them to Daniel Werner < [email protected] >

[0] https://www.mediawiki.org/w/index.php?title=Extension_talk:Arrays

Related Projects