2018-07-23 21:59:56 +00:00
|
|
|
{
|
|
|
|
"name": "Portable Infobox",
|
|
|
|
"author": [
|
2021-06-02 17:03:26 +00:00
|
|
|
"Fandom (Adam Robak, Diana Falkowska, Jacek Jursza, Mateusz Rybarski, Rafał Leszczyński, Sebastian Marzjan)",
|
|
|
|
"Universal Omega",
|
2018-08-09 09:49:10 +00:00
|
|
|
"Luqgreg (Łukasz K.)"
|
2018-07-23 21:59:56 +00:00
|
|
|
],
|
|
|
|
"url": "https://github.com/Luqgreg/mediawiki-PortableInfobox",
|
|
|
|
"descriptionmsg": "portable-infobox-desc",
|
2018-10-19 20:19:38 +00:00
|
|
|
"version": "0.3",
|
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-19 11:35:46 +00:00
|
|
|
"requires": {
|
2021-09-10 02:52:19 +00:00
|
|
|
"MediaWiki": ">= 1.36.0"
|
2018-08-19 11:35:46 +00:00
|
|
|
},
|
2018-08-05 11:06:26 +00:00
|
|
|
"config": {
|
2018-08-06 13:16:36 +00:00
|
|
|
"AllInfoboxesSubpagesBlacklist": [ "doc", "draft", "test" ],
|
2019-03-24 22:14:59 +00:00
|
|
|
"PortableInfoboxCacheRenderers": false,
|
2018-08-18 16:40:36 +00:00
|
|
|
"PortableInfoboxCustomImageWidth": 300,
|
2018-09-22 13:31:32 +00:00
|
|
|
"PortableInfoboxUseHeadings": true,
|
2018-08-18 16:40:36 +00:00
|
|
|
"PortableInfoboxUseTidy": true
|
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": {
|
2018-08-11 15:35:12 +00:00
|
|
|
"ext.PortableInfobox.scripts": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"scripts": "resources/PortableInfobox.js",
|
2018-08-15 15:10:55 +00:00
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"mobile"
|
|
|
|
]
|
2018-08-11 15:35:12 +00:00
|
|
|
},
|
2018-08-15 15:10:55 +00:00
|
|
|
"ext.PortableInfobox.styles": {
|
2018-08-09 09:49:10 +00:00
|
|
|
"styles": "resources/PortableInfobox.less",
|
2018-08-15 15:10:55 +00:00
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"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",
|
2018-08-16 09:25:53 +00:00
|
|
|
"PortableInfoboxDataService": "includes/services/PortableInfoboxDataService.php",
|
|
|
|
"PortableInfoboxRenderService": "includes/services/PortableInfoboxRenderService.php",
|
|
|
|
"PortableInfoboxErrorRenderService": "includes/services/PortableInfoboxErrorRenderService.php",
|
2021-09-11 23:07:07 +00:00
|
|
|
"PortableInfobox\\Parser\\BlockLevelPass": "includes/services/Parser/BlockLevelPass.php",
|
2018-08-09 09:49:10 +00:00
|
|
|
"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",
|
2018-08-16 09:25:53 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeFactory": "includes/services/Parser/Nodes/NodeFactory.php",
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\Node": "includes/services/Parser/Nodes/Node.php",
|
2018-08-12 10:00:05 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeAudio": "includes/services/Parser/Nodes/NodeAudio.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeData": "includes/services/Parser/Nodes/NodeData.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeInfobox": "includes/services/Parser/Nodes/NodeInfobox.php",
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeGroup": "includes/services/Parser/Nodes/NodeGroup.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeHeader": "includes/services/Parser/Nodes/NodeHeader.php",
|
2018-08-12 10:00:05 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeImage": "includes/services/Parser/Nodes/NodeImage.php",
|
2018-08-12 09:45:29 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeMedia": "includes/services/Parser/Nodes/NodeMedia.php",
|
2018-08-12 10:00:05 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeNavigation": "includes/services/Parser/Nodes/NodeNavigation.php",
|
2019-02-24 22:03:04 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodePanel": "includes/services/Parser/Nodes/NodePanel.php",
|
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeSection": "includes/services/Parser/Nodes/NodeSection.php",
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeTitle": "includes/services/Parser/Nodes/NodeTitle.php",
|
2018-08-12 10:00:05 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeVideo": "includes/services/Parser/Nodes/NodeVideo.php",
|
2018-08-09 09:49:10 +00:00
|
|
|
"PortableInfobox\\Parser\\Nodes\\NodeUnimplemented": "includes/services/Parser/Nodes/NodeUnimplemented.php",
|
|
|
|
"PortableInfobox\\Helpers\\FileNamespaceSanitizeHelper": "includes/services/Helpers/FileNamespaceSanitizeHelper.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",
|
2018-08-16 09:25:53 +00:00
|
|
|
"PortableInfoboxParserTagController": "includes/controllers/PortableInfoboxParserTagController.php",
|
|
|
|
"ApiPortableInfobox": "includes/controllers/ApiPortableInfobox.php",
|
|
|
|
"ApiQueryPortableInfobox": "includes/controllers/ApiQueryPortableInfobox.php",
|
|
|
|
"ApiQueryAllinfoboxes": "includes/controllers/ApiQueryAllinfoboxes.php",
|
2018-08-09 09:49:10 +00:00
|
|
|
"AllinfoboxesQueryPage": "includes/querypage/AllinfoboxesQueryPage.php"
|
2018-07-23 21:59:56 +00:00
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": "PortableInfoboxParserTagController::parserTagInit",
|
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-09-01 13:36:05 +00:00
|
|
|
"PageContentSave": "PortableInfoboxHooks::onPageContentSave",
|
|
|
|
"ResourceLoaderRegisterModules": "PortableInfoboxHooks::onResourceLoaderRegisterModules"
|
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
|
2021-06-02 17:03:26 +00:00
|
|
|
}
|