2018-07-23 21:59:56 +00:00
|
|
|
{
|
|
|
|
"name": "Portable Infobox",
|
|
|
|
"author": [
|
2018-08-09 09:49:10 +00:00
|
|
|
"Wikia, Inc (Adam Robak, Diana Falkowska, Jacek Jursza, Mateusz Rybarski, Rafał Leszczyński, Sebastian Marzjan)",
|
|
|
|
"Luqgreg (Łukasz K.)"
|
2018-07-23 21:59:56 +00:00
|
|
|
],
|
|
|
|
"url": "https://github.com/Luqgreg/mediawiki-PortableInfobox",
|
|
|
|
"descriptionmsg": "portable-infobox-desc",
|
2018-08-09 09:49:10 +00:00
|
|
|
"version": "0.2",
|
2018-07-23 21:59:56 +00:00
|
|
|
"type": "parserhook",
|
2018-08-01 10:28:46 +00:00
|
|
|
"license-name": "GPL-3.0-or-later",
|
2018-08-05 11:06:26 +00:00
|
|
|
"config": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"AllInfoboxesMiserMode": true,
|
2018-08-06 13:16:36 +00:00
|
|
|
"AllInfoboxesSubpagesBlacklist": [ "doc", "draft", "test" ],
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfoboxCustomImageWidth": 300
|
2018-08-05 11:06:26 +00:00
|
|
|
},
|
2018-07-23 22:19:28 +00:00
|
|
|
"MessagesDirs": {
|
|
|
|
"PortableInfobox": "i18n"
|
|
|
|
},
|
2018-08-03 09:54:47 +00:00
|
|
|
"ExtensionMessagesFiles": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfoboxAliases": "includes/PortableInfobox.alias.php"
|
2018-08-03 09:54:47 +00:00
|
|
|
},
|
2018-07-24 11:02:29 +00:00
|
|
|
"ResourceModules": {
|
|
|
|
"ext.PortableInfobox": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"scripts": "resources/PortableInfobox.js",
|
|
|
|
"styles": "resources/PortableInfobox.less"
|
2018-08-01 10:23:14 +00:00
|
|
|
},
|
|
|
|
"ext.PortableInfobox.mobile": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"scripts": "resources/PortableInfobox.js",
|
|
|
|
"styles": "resources/PortableInfobox.less",
|
2018-08-01 10:23:14 +00:00
|
|
|
"targets": "mobile"
|
2018-07-24 11:02:29 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "",
|
2018-08-02 13:33:13 +00:00
|
|
|
"remoteExtPath": "PortableInfobox"
|
2018-07-24 11:02:29 +00:00
|
|
|
},
|
2018-07-23 21:59:56 +00:00
|
|
|
"AutoloadClasses": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfoboxHooks": "includes/PortableInfobox.hooks.php",
|
|
|
|
"PortableInfoboxDataService": "includes/services/PortableInfoboxDataService.class.php",
|
|
|
|
"PortableInfoboxRenderService": "includes/services/PortableInfoboxRenderService.class.php",
|
|
|
|
"PortableInfoboxErrorRenderService": "includes/services/PortableInfoboxErrorRenderService.class.php",
|
|
|
|
"PortableInfobox\\Parser\\ExternalParser": "includes/services/Parser/ExternalParser.php",
|
|
|
|
"PortableInfobox\\Parser\\SimpleParser": "includes/services/Parser/SimpleParser.php",
|
|
|
|
"PortableInfobox\\Parser\\XmlParser": "includes/services/Parser/XmlParser.php",
|
|
|
|
"PortableInfobox\\Parser\\MediaWikiParserService": "includes/services/Parser/MediaWikiParserService.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeFactory": "includes/services/Parser/Nodes/NodeFactory.class.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\Node": "includes/services/Parser/Nodes/Node.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeNavigation": "includes/services/Parser/Nodes/NodeNavigation.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeGroup": "includes/services/Parser/Nodes/NodeGroup.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeHeader": "includes/services/Parser/Nodes/NodeHeader.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeImage": "includes/services/Parser/Nodes/NodeImage.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeInfobox": "includes/services/Parser/Nodes/NodeInfobox.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeData": "includes/services/Parser/Nodes/NodeData.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeTitle": "includes/services/Parser/Nodes/NodeTitle.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeUnimplemented": "includes/services/Parser/Nodes/NodeUnimplemented.php",
|
|
|
|
"PortableInfobox\\Helpers\\FileNamespaceSanitizeHelper": "includes/services/Helpers/FileNamespaceSanitizeHelper.php",
|
|
|
|
"PortableInfobox\\Helpers\\HtmlHelper": "includes/services/Helpers/HtmlHelper.class.php",
|
|
|
|
"PortableInfobox\\Helpers\\InfoboxParamsValidator": "includes/services/Helpers/InfoboxParamsValidator.php",
|
|
|
|
"PortableInfobox\\Helpers\\PortableInfoboxDataBag": "includes/services/Helpers/PortableInfoboxDataBag.php",
|
|
|
|
"PortableInfobox\\Helpers\\PortableInfoboxTemplateEngine": "includes/services/Helpers/PortableInfoboxTemplateEngine.php",
|
|
|
|
"PortableInfobox\\Helpers\\PortableInfoboxImagesHelper": "includes/services/Helpers/PortableInfoboxImagesHelper.php",
|
|
|
|
"PortableInfobox\\Helpers\\PortableInfoboxParsingHelper": "includes/services/Helpers/PortableInfoboxParsingHelper.php",
|
|
|
|
"PortableInfobox\\Helpers\\PagePropsProxy": "includes/services/Helpers/PagePropsProxy.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\SanitizerBuilder": "includes/services/Sanitizers/SanitizerBuilder.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\NodeSanitizer": "includes/services/Sanitizers/NodeSanitizer.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\PassThroughSanitizer": "includes/services/Sanitizers/PassThroughSanitizer.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\NodeTypeSanitizerInterface": "includes/services/Sanitizers/NodeTypeSanitizerInterface.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\NodeDataSanitizer": "includes/services/Sanitizers/NodeDataSanitizer.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\NodeHorizontalGroupSanitizer": "includes/services/Sanitizers/NodeHorizontalGroupSanitizer.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\NodeImageSanitizer": "includes/services/Sanitizers/NodeImageSanitizer.php",
|
|
|
|
"PortableInfobox\\Sanitizers\\NodeTitleSanitizer": "includes/services/Sanitizers/NodeTitleSanitizer.php",
|
|
|
|
"PortableInfoboxParserTagController": "includes/controllers/PortableInfoboxParserTagController.class.php",
|
|
|
|
"ApiPortableInfobox": "includes/controllers/ApiPortableInfobox.class.php",
|
|
|
|
"ApiQueryPortableInfobox": "includes/controllers/ApiQueryPortableInfobox.class.php",
|
|
|
|
"ApiQueryAllinfoboxes": "includes/controllers/ApiQueryAllinfoboxes.class.php",
|
|
|
|
"AllinfoboxesQueryPage": "includes/querypage/AllinfoboxesQueryPage.php"
|
2018-07-23 21:59:56 +00:00
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": "PortableInfoboxParserTagController::parserTagInit",
|
|
|
|
"BeforePageDisplay": "PortableInfoboxHooks::onBeforePageDisplay",
|
2018-08-01 10:23:14 +00:00
|
|
|
"BeforePageDisplayMobile": "PortableInfoboxHooks::onBeforePageDisplayMobile",
|
2018-08-07 14:02:51 +00:00
|
|
|
"BeforeParserrenderImageGallery": "PortableInfoboxHooks::onBeforeParserrenderImageGallery",
|
2018-07-23 21:59:56 +00:00
|
|
|
"wgQueryPages": "PortableInfoboxHooks::onWgQueryPages",
|
|
|
|
"AllInfoboxesQueryRecached": "PortableInfoboxHooks::onAllInfoboxesQueryRecached",
|
|
|
|
"ArticlePurge": "PortableInfoboxHooks::onArticlePurge",
|
2018-08-06 12:27:25 +00:00
|
|
|
"PageContentInsertComplete": "PortableInfoboxHooks::onPageContentInsertComplete",
|
|
|
|
"PageContentSave": "PortableInfoboxHooks::onPageContentSave"
|
2018-07-23 21:59:56 +00:00
|
|
|
},
|
|
|
|
"SpecialPages": {
|
|
|
|
"AllInfoboxes": "AllinfoboxesQueryPage"
|
|
|
|
},
|
|
|
|
"APIModules": {
|
|
|
|
"infobox": "ApiPortableInfobox"
|
|
|
|
},
|
|
|
|
"APIPropModules": {
|
|
|
|
"infobox": "ApiQueryPortableInfobox"
|
|
|
|
},
|
|
|
|
"APIListModules": {
|
|
|
|
"allinfoboxes": "ApiQueryAllinfoboxes"
|
2018-08-08 08:29:34 +00:00
|
|
|
},
|
|
|
|
"manifest_version": 1
|
2018-07-23 21:59:56 +00:00
|
|
|
}
|