Skip to content

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

License

Notifications You must be signed in to change notification settings

imolainformatica/mediawiki-extensions-Arrays

 
 

Repository files navigation

== About ==

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

* Website: http://www.mediawiki.org/wiki/Extension:Arrays
* Authors: Li Ding, Jie Bao, Daniel Werner < [email protected] >
* License: MIT license


== 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
 require_once( "$IP/extensions/Arrays/Arrays.php" );

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] http://www.mediawiki.org/w/index.php?title=Extension_talk:Arrays

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.1%
  • JavaScript 0.9%