2015-04-25 23:56:22 +00:00
|
|
|
{
|
|
|
|
"name": "InputBox",
|
|
|
|
"version": "0.3.0",
|
|
|
|
"author": [
|
|
|
|
"Erik Moeller",
|
|
|
|
"Leonardo Pimenta",
|
|
|
|
"Rob Church",
|
|
|
|
"Trevor Parscal",
|
|
|
|
"DaSch"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:InputBox",
|
|
|
|
"descriptionmsg": "inputbox-desc",
|
2017-10-19 02:20:48 +00:00
|
|
|
"requires": {
|
2024-08-22 21:27:14 +00:00
|
|
|
"MediaWiki": ">= 1.43"
|
2017-10-19 02:20:48 +00:00
|
|
|
},
|
2015-07-23 04:44:47 +00:00
|
|
|
"license-name": "MIT",
|
2015-04-25 23:56:22 +00:00
|
|
|
"type": "parserhook",
|
|
|
|
"MessagesDirs": {
|
|
|
|
"InputBox": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
2021-12-10 18:03:35 +00:00
|
|
|
"AutoloadNamespaces": {
|
|
|
|
"MediaWiki\\Extension\\InputBox\\": "includes/"
|
2015-04-25 23:56:22 +00:00
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.inputBox.styles": {
|
2024-03-09 18:43:32 +00:00
|
|
|
"class": "MediaWiki\\ResourceLoader\\CodexModule",
|
|
|
|
"codexStyleOnly": true,
|
|
|
|
"codexComponents": [
|
|
|
|
"CdxButton",
|
|
|
|
"CdxCheckbox",
|
|
|
|
"CdxTextInput"
|
|
|
|
],
|
2021-12-05 22:07:14 +00:00
|
|
|
"styles": {
|
2023-08-19 05:24:35 +00:00
|
|
|
"ext.inputBox.styles.less": {
|
|
|
|
"media": "screen"
|
|
|
|
},
|
|
|
|
"ext.inputBox.print.less": {
|
|
|
|
"media": "print"
|
|
|
|
}
|
2024-01-12 13:49:14 +00:00
|
|
|
}
|
2015-04-25 23:56:22 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "resources",
|
|
|
|
"remoteExtPath": "InputBox/resources"
|
|
|
|
},
|
|
|
|
"Hooks": {
|
2021-10-31 17:54:45 +00:00
|
|
|
"ParserFirstCallInit": "main",
|
|
|
|
"MediaWikiPerformAction": "main",
|
|
|
|
"SpecialPageBeforeExecute": "main"
|
|
|
|
},
|
|
|
|
"HookHandlers": {
|
|
|
|
"main": {
|
2023-10-22 12:06:16 +00:00
|
|
|
"class": "MediaWiki\\Extension\\InputBox\\InputBoxHooks",
|
|
|
|
"services": [
|
|
|
|
"MainConfig"
|
|
|
|
]
|
2021-10-31 17:54:45 +00:00
|
|
|
}
|
2015-05-29 03:39:14 +00:00
|
|
|
},
|
2020-05-11 23:03:08 +00:00
|
|
|
"manifest_version": 2
|
2015-04-25 23:56:22 +00:00
|
|
|
}
|