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. |
LuaCollections Release status: unmaintained |
|
---|---|
Implementation | API |
Description | Provides a few basic collections for Lua. |
Author(s) | |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | |
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
editLuaCollections 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
editFor recreating the Vagrant-based development environment, see LuaCollections: Topics/Vagrant.