2016-04-07 13:08:44 +00:00
|
|
|
{
|
|
|
|
"name": "TemplateStyles",
|
|
|
|
"version": "0.9",
|
|
|
|
"author": [
|
|
|
|
"Marc A. Pelletier"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:TemplateStyles",
|
2016-04-10 20:48:38 +00:00
|
|
|
"namemsg": "templatestyles",
|
|
|
|
"descriptionmsg": "templatestyles-desc",
|
2016-04-07 13:08:44 +00:00
|
|
|
"license-name": "LGPL-2.0+",
|
|
|
|
"type": "other",
|
|
|
|
"manifest_version": 1,
|
|
|
|
"MessageDirs": {
|
|
|
|
"TemplateStyles": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"TemplateStylesHooks": "TemplateStyles.hooks.php",
|
|
|
|
"CSSParser": "CSSParser.php",
|
|
|
|
"CSSRenderer": "CSSRenderer.php"
|
|
|
|
},
|
|
|
|
"ext.templateStyles": {
|
|
|
|
"scripts": [
|
|
|
|
],
|
|
|
|
"styles": [
|
|
|
|
],
|
|
|
|
"messages": [
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": [
|
|
|
|
"TemplateStylesHooks::onParserFirstCallInit"
|
|
|
|
],
|
|
|
|
"OutputPageParserOutput": [
|
|
|
|
"TemplateStylesHooks::onOutputPageParserOutput"
|
2016-04-16 16:15:15 +00:00
|
|
|
],
|
|
|
|
"UnitTestList": [
|
|
|
|
"TemplateStyleHooks::onUnitTestList"
|
2016-04-07 13:08:44 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|