You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
226 lines
4.9 KiB
JSON
226 lines
4.9 KiB
JSON
{
|
|
"name": "IsekaiMisc",
|
|
"namemsg": "isekaiwiki-misc-name",
|
|
"author": "Hyperzlib",
|
|
"version": "1.0.1",
|
|
"url": "https://www.isekai.cn",
|
|
"descriptionmsg": "isekaiwiki-misc-desc",
|
|
"license-name": "MIT",
|
|
"type": "other",
|
|
"requires": {},
|
|
"MessagesDirs": {
|
|
"IsekaiMisc": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"Isekai\\": "includes/"
|
|
},
|
|
"ExtensionMessagesFiles": {
|
|
"IsekaiMagic": "Isekai.i18n.php"
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": [
|
|
"Isekai\\InfoBox::onParserSetup",
|
|
"Isekai\\IsekaiChart::onParserSetup"
|
|
],
|
|
"BeforePageDisplay": [
|
|
"Isekai\\Isekai::onLoad"
|
|
],
|
|
"ParserBeforeInternalParse": [
|
|
"Isekai\\Isekai::onParserBeforeInternalParse"
|
|
],
|
|
"HtmlPageLinkRendererBegin": [
|
|
"Isekai\\Isekai::onHtmlPageLinkRendererBegin"
|
|
],
|
|
"ResourceLoaderGetConfigVars": [
|
|
"Isekai\\Isekai::onResourceLoaderGetConfigVars"
|
|
],
|
|
"GetPreferences": [
|
|
"Isekai\\Isekai::onGetPreferences"
|
|
],
|
|
"EditPage::attemptSave": [
|
|
"Isekai\\Isekai::onAttemptSave"
|
|
],
|
|
"CirrusSearchAnalysisConfig": [
|
|
"Isekai\\Isekai::onCirrusSearchAnalysisConfig"
|
|
],
|
|
"MugenAppGetAvatar": [
|
|
"Isekai\\Isekai::onMugenAppGetAvatar"
|
|
],
|
|
"PageSaveComplete": [
|
|
"Isekai\\Isekai::onPageSaveComplete"
|
|
]
|
|
},
|
|
"JobClasses": {
|
|
"isekaiCheckActivatedEditor": "Isekai\\Job\\CheckActivatedEditorJob"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.isekai": {
|
|
"scripts": [
|
|
"ext.isekai.js"
|
|
],
|
|
"dependencies": [
|
|
"oojs-ui-core",
|
|
"oojs-ui-windows",
|
|
"mediawiki.user"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
],
|
|
"messages": [
|
|
"isekai-collapse-show",
|
|
"isekai-collapse-hide",
|
|
"isekai-editor-prompt-content",
|
|
"isekai-editor-prompt-btn-cancel",
|
|
"isekai-editor-prompt-btn-use-mobile",
|
|
"isekai-editor-prompt-btn-use-desktop",
|
|
"isekai-login-prompt-content",
|
|
"isekai-login-prompt-btn-login",
|
|
"isekai-login-prompt-btn-createaccount",
|
|
"isekai-login-prompt-btn-cancel",
|
|
"isekai-ads-prompt-title",
|
|
"isekai-ads-prompt-content",
|
|
"isekai-ads-prompt-btn-cancel",
|
|
"nav-login-createaccount",
|
|
"visualeditor-savedialog-label-set-categories"
|
|
]
|
|
},
|
|
"ext.isekai.styles": {
|
|
"styles": [
|
|
"ext.isekai.less"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
]
|
|
},
|
|
"lib.isekai.echarts": {
|
|
"scripts": [
|
|
"lib/echarts.custom.min.js"
|
|
]
|
|
},
|
|
"ext.isekai.chart": {
|
|
"scripts": [
|
|
"ext.isekai.chart.js"
|
|
],
|
|
"styles": [
|
|
"ext.isekai.chart.less"
|
|
]
|
|
},
|
|
"ext.treeview": {
|
|
"scripts": [
|
|
"ext.treeview.js"
|
|
],
|
|
"styles": [
|
|
"ext.treeview.css"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
]
|
|
},
|
|
"ve.ext.isekai.misc": {
|
|
"scripts": [
|
|
"ve.ext.isekai.misc.js"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
],
|
|
"dependencies": [
|
|
"ext.visualEditor.mwcore",
|
|
"ext.visualEditor.mwextensions"
|
|
],
|
|
"messages": [
|
|
"isekai-ve-formatdropdown-format-mw-heading1",
|
|
"isekai-ve-formatdropdown-format-mw-heading2",
|
|
"isekai-ve-formatdropdown-format-mw-heading3",
|
|
"isekai-ve-formatdropdown-format-mw-heading4",
|
|
"isekai-ve-formatdropdown-format-mw-heading5",
|
|
"isekai-ve-formatdropdown-format-mw-heading6"
|
|
]
|
|
},
|
|
"ve.ext.isekai.paste": {
|
|
"scripts": [
|
|
"ve.ext.isekai.paste.js"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
],
|
|
"dependencies": [
|
|
"ext.visualEditor.mwcore",
|
|
"ext.visualEditor.mwextensions"
|
|
]
|
|
},
|
|
"ve.ext.isekai.mainCategory": {
|
|
"scripts": [
|
|
"ve.ext.isekai.mainCategory.js"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
],
|
|
"dependencies": [
|
|
"ext.visualEditor.mwcore",
|
|
"ext.visualEditor.mwextensions"
|
|
],
|
|
"messages": [
|
|
"isekai-ve-dialog-meta-categories-input-maincategorieslabel"
|
|
]
|
|
},
|
|
"ext.isekai.function-btn": {
|
|
"scripts": [
|
|
"ext.isekai.function-btn.js"
|
|
],
|
|
"dependencies": [
|
|
"ext.isekai.baseWidgets",
|
|
"oojs-ui.styles.icons-media"
|
|
],
|
|
"targets": [
|
|
"desktop",
|
|
"mobile"
|
|
],
|
|
"messages": [
|
|
"isekai-function-btn-fullscreen",
|
|
"isekai-function-btn-exit-fullscreen"
|
|
]
|
|
}
|
|
},
|
|
"attributes": {
|
|
"VisualEditor": {
|
|
"PluginModules": [
|
|
"ve.ext.isekai.misc",
|
|
"ve.ext.isekai.mainCategory"
|
|
]
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "modules",
|
|
"remoteExtPath": "IsekaiMisc/modules"
|
|
},
|
|
"DefaultUserOptions": {
|
|
"isekai-show-ads-bottom": true,
|
|
"isekai-show-ads-sidebar": true
|
|
},
|
|
"GroupPermissions": {
|
|
"activated-editor": {}
|
|
},
|
|
"config": {
|
|
"IsekaiShowAds": {
|
|
"value": false
|
|
},
|
|
"IsekaiActivateEditorRequiredWords": {
|
|
"value": 300
|
|
},
|
|
"IsekaiMainCategoriesIndexUrl": {
|
|
"value": "/index.php?title=Project:MainCategories.json&action=raw"
|
|
},
|
|
"IsekaiMiscIsIsekaiWiki": {
|
|
"value": true
|
|
}
|
|
},
|
|
"manifest_version": 2
|
|
} |