Under "Installation", the page says:
- The instructions above describe the new way of installing this extension using
wfLoadExtension()
. If you need to install this extension on these earlier versions (MediaWiki 1.29 and earlier), instead ofwfLoadExtension( 'Scribunto' );
, you need to use:- require_once "$IP/extensions/Scribunto/Scribunto.php";
.. however the "current" version (aimed at 1.35) does not ship with a Scribunto.php, and the only previous version listed (aimed at 1.31) which does ship with one immediately fails with a "requires >= 1.31.0" error.
Unless there's some way to acquire an older version, I suspect this is no longer installable on Mediawikis earlier than 1.31, and this section should be replaced with a notice to that effect - I'm on 1.27.4, the dist version for Ubuntu Bionic Beaver. Hv (talk) 16:55, 19 May 2021 (UTC)