zhtest / WikibaseClientLite /Scribunto_LuaWikibaseClientLiteLibrary.php
arolstar52's picture
Upload 6 files
82413ac verified
Raw
History Blame Contribute Delete
327 Bytes
<?php
if ( !defined( 'MEDIAWIKI' ) ) {
die( 'This file is part of MediaWiki and is not a valid entry point.' );
}
class Scribunto_LuaWikibaseClientLiteLibrary extends Scribunto_LuaLibraryBase {
public function register() {
$this->getEngine()->registerInterface( __DIR__ . '/mw.wikibase.lua', [], [] );
}
}