To make it possible to style documents in the app on wiki.
Version: Android (alpha)
Severity: enhancement
To make it possible to style documents in the app on wiki.
Version: Android (alpha)
Severity: enhancement
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Declined | None | T67005 Wikimedia Hackathon Zürich 2014 | |||
Resolved | None | T67037 Introduce MediaWiki:App.css or something in Extension:MobileApp |
class Foobar extends ResourceLoaderWikiModule {
/**
*/
protected function getPages( ResourceLoaderContext $context ) {
return array( 'MediaWiki:MobileApp.css' => array( 'type' => 'style' ), );
}
}
$wgAutoloadClasses['Foobar'] = $dir . 'SyntaxHighlight_GeSHi.local.php';
$wgResourceModules['ext.foo.bar'] = array( 'class' => 'Foobar ' );