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",
|
2018-01-04 10:54:53 +00:00
|
|
|
"license-name": "GPL-2.0-or-later",
|
2015-01-27 05:35:00 +00:00
|
|
|
"type": "specialpage",
|
2017-10-13 21:17:40 +00:00
|
|
|
"requires": {
|
|
|
|
"MediaWiki": ">= 1.30.0"
|
|
|
|
},
|
2015-01-27 05:35:00 +00:00
|
|
|
"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": {
|
2020-05-28 07:41:05 +00:00
|
|
|
"SidebarBeforeOutput": [
|
|
|
|
"CiteThisPageHooks::onSidebarBeforeOutput"
|
|
|
|
]
|
2015-01-27 05:35:00 +00:00
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.citeThisPage": {
|
|
|
|
"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": {
|
2018-02-09 07:44:48 +00:00
|
|
|
"SpecialCiteThisPage": "includes/SpecialCiteThisPage.php",
|
|
|
|
"CiteThisPageHooks": "includes/CiteThisPageHooks.php"
|
2015-06-12 04:22:30 +00:00
|
|
|
},
|
2016-11-04 20:08:12 +00:00
|
|
|
"config": {
|
|
|
|
"CiteThisPageAdditionalNamespaces": {
|
|
|
|
"value": {},
|
|
|
|
"description": "An array of namespaces where the 'Cite this page' link is also visible, additionally to the content pages.",
|
|
|
|
"merge_strategy": "array_plus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"manifest_version": 2
|
2015-01-27 05:35:00 +00:00
|
|
|
}
|