mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-25 00:26:44 +00:00
8 lines
168 B
PHP
8 lines
168 B
PHP
|
<?php
|
||
|
|
||
|
class Scribunto_LuaHtmlLibrary extends Scribunto_LuaLibraryBase {
|
||
|
function register() {
|
||
|
$this->getEngine()->registerInterface( 'mw.html.lua', array() );
|
||
|
}
|
||
|
}
|