The following instructions are only tested in MediaWiki 1.41.
- Add the following code to
LocalSettings.php
to enable the Scribunto extension
wfLoadExtension( 'Scribunto' );
$wgScribuntoDefaultEngine = 'luastandalone';
-
Make sure
path-to-extensions/Scribunto/includes/engines/LuaStandalone/binaries/yourOS/lua
has execute permission bit set -
Download and install the TemplateStyles extension