mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-14 19:25:08 +00:00
b9bdc3fc19
* Remove usage of BaseTemplateToolbox in favor of SidebarBeforeOutput hook * Also remove SkinTemplateBuildNavUrlsNav_urlsAfterPermalink hook, since SidebarBeforeOutput can provide functionalities of both. Bug: T253687 Depens-On: Ie10a59048cdf882bad811d3c8fae386d90e93867 Change-Id: Ibe989364b9e500497759e79b789667d0a3430828
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "CiteThisPage",
|
|
"author": [
|
|
"Ævar Arnfjörð Bjarmason",
|
|
"James D. Forrester"
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:CiteThisPage",
|
|
"descriptionmsg": "citethispage-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "specialpage",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.30.0"
|
|
},
|
|
"ExtensionMessagesFiles": {
|
|
"CiteThisPageAliases": "CiteThisPage.alias.php"
|
|
},
|
|
"MessagesDirs": {
|
|
"CiteThisPage": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"SidebarBeforeOutput": [
|
|
"CiteThisPageHooks::onSidebarBeforeOutput"
|
|
]
|
|
},
|
|
"ResourceModules": {
|
|
"ext.citeThisPage": {
|
|
"styles": "ext.citeThisPage.css"
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "modules",
|
|
"remoteExtPath": "CiteThisPage/modules"
|
|
},
|
|
"SpecialPages": {
|
|
"CiteThisPage": "SpecialCiteThisPage"
|
|
},
|
|
"AutoloadClasses": {
|
|
"SpecialCiteThisPage": "includes/SpecialCiteThisPage.php",
|
|
"CiteThisPageHooks": "includes/CiteThisPageHooks.php"
|
|
},
|
|
"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
|
|
}
|