Extension:LuaCollections
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | APICategory:API extensions |
Description | Provides a few basic collections for Lua. |
Author(s) | |
Compatibility policy | Master maintains backward compatibility.Category:Extensions with master compatibility policy |
MediaWiki | Category:Extensions without MediaWiki version |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: README, LDoc |
LuaCollections provides a few basic collections and utility tools for Lua.
Installation
LuaCollections are supposed to be used together with Scribunto extension, but does not depend upon specific features from the environment.
- Download and place the file(s) in a directory called
LuaCollections
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'LuaCollections' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Development
For recreating the Vagrant-based development environment, see LuaCollections: Topics/Vagrant.
See also
Category:API extensions
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with master compatibility policy
Category:Extensions without MediaWiki version
Category:Extensions without an image
Category:GPL licensed extensions
Category:ScribuntoExternalLibraryPaths extensions
Category:Unmaintained extensions