Extension:LuaCollections

From mediawiki.org
MediaWiki extensions manual
LuaCollections
Release status: unmaintained
Implementation API
Description Provides a few basic collections for Lua.
Author(s)
  • John Erling Blad (Jebladtalk)
Compatibility policy Master maintains backward compatibility.
MediaWiki
Database changes No
License GNU General Public License 2.0 or later
Download
README, LDoc

LuaCollections provides a few basic collections and utility tools for Lua.

Installation[edit]

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[edit]

For recreating the Vagrant-based development environment, see LuaCollections: Topics/Vagrant.

See also[edit]