Deprecated: Use of MediaWiki\Parser\ParserOutput::getText was deprecated in MediaWiki 1.42. [Called from SMW\MediaWiki\Hooks\OutputPageParserOutput::getParserOutput in /home/jltryoen/www/MediaWiki/extensions/SemanticMediaWiki/src/MediaWiki/Hooks/OutputPageParserOutput.php at line 161] in /home/jltryoen/www/MediaWiki/includes/debug/MWDebug.php on line 386
Testhighlight — La FAQ de JLT

Testhighlight

 /**
  * Custom ResourceLoader module that loads a Geshi.css per-wiki.
  */
 class HighlightGeSHilocal extends ResourceLoaderWikiModule {
 	/**
 	 * @param $context ResourceLoaderContext
 	 * @return array
 	 */
	protected function getPages( ResourceLoaderContext $context ) {
		return array(
			'MediaWiki:Geshi.css'      => array( 'type' => 'style' ),
		);
	}
 }