Extension:LuaCollections

Category:Unmaintained extensions#LuaCollections Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
LuaCollections
Release status: unmaintainedCategory:Unmaintained extensions
Implementation API Category: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 Category:Extensions in GitHub version control
README, LDoc
Category:All extensionsCategory:Extensions not in ExtensionJson

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 your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'LuaCollections' );
    
  • Yes 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