2015-01-27 05:35:00 +00:00
|
|
|
{
|
|
|
|
"name": "CiteThisPage",
|
|
|
|
"author": [
|
|
|
|
"Ævar Arnfjörð Bjarmason",
|
|
|
|
"James D. Forrester"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:CiteThisPage",
|
|
|
|
"descriptionmsg": "citethispage-desc",
|
2015-04-20 15:47:46 +00:00
|
|
|
"license-name": "GPL-2.0+",
|
2015-01-27 05:35:00 +00:00
|
|
|
"type": "specialpage",
|
|
|
|
"ExtensionMessagesFiles": {
|
|
|
|
"CiteThisPageAliases": "CiteThisPage.alias.php"
|
|
|
|
},
|
2015-04-21 02:14:58 +00:00
|
|
|
"MessagesDirs": {
|
|
|
|
"CiteThisPage": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
2015-01-27 05:35:00 +00:00
|
|
|
"Hooks": {
|
|
|
|
"SkinTemplateBuildNavUrlsNav_urlsAfterPermalink": [
|
|
|
|
"CiteThisPageHooks::onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink"
|
|
|
|
],
|
|
|
|
"SkinTemplateToolboxEnd": [
|
|
|
|
"CiteThisPageHooks::onSkinTemplateToolboxEnd"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.citeThisPage": {
|
2015-04-28 13:36:24 +00:00
|
|
|
"position": "top",
|
2015-01-27 05:35:00 +00:00
|
|
|
"styles": "ext.citeThisPage.css"
|
|
|
|
}
|
|
|
|
},
|
2015-04-21 02:14:58 +00:00
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "modules",
|
|
|
|
"remoteExtPath": "CiteThisPage/modules"
|
|
|
|
},
|
2015-01-27 05:35:00 +00:00
|
|
|
"SpecialPages": {
|
|
|
|
"CiteThisPage": "SpecialCiteThisPage"
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"SpecialCiteThisPage": "SpecialCiteThisPage.php",
|
2015-04-21 02:14:58 +00:00
|
|
|
"CiteThisPageOutput": "SpecialCiteThisPage.php",
|
|
|
|
"CiteThisPageHooks": "CiteThisPage.hooks.php"
|
2015-06-12 04:22:30 +00:00
|
|
|
},
|
|
|
|
"manifest_version": 1
|
2015-01-27 05:35:00 +00:00
|
|
|
}
|