2015-04-30 18:45:20 +00:00
|
|
|
{
|
|
|
|
"name": "Cite",
|
|
|
|
"author": [
|
|
|
|
"Ævar Arnfjörð Bjarmason",
|
|
|
|
"Andrew Garrett",
|
|
|
|
"Brion Vibber",
|
|
|
|
"Marius Hoch",
|
|
|
|
"Steve Sanbeg"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Cite",
|
|
|
|
"descriptionmsg": "cite-desc",
|
|
|
|
"license-name": "GPL-2.0+",
|
|
|
|
"type": "parserhook",
|
|
|
|
"MessagesDirs": {
|
|
|
|
"Cite": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": [
|
|
|
|
"Cite::setHooks"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
2015-06-05 20:56:58 +00:00
|
|
|
"ext.cite.styles": {
|
2015-05-19 16:23:43 +00:00
|
|
|
"styles": {
|
2015-06-05 20:56:58 +00:00
|
|
|
"ext.cite.styles.css": {},
|
2015-05-19 16:23:43 +00:00
|
|
|
"ext.cite.print.css": {
|
|
|
|
"media": "print"
|
|
|
|
}
|
|
|
|
},
|
2015-06-05 20:56:58 +00:00
|
|
|
"position": "bottom"
|
|
|
|
},
|
|
|
|
"ext.cite.a11y": {
|
|
|
|
"scripts": "ext.cite.a11y.js",
|
|
|
|
"styles": "ext.cite.a11y.css",
|
2015-04-30 18:45:20 +00:00
|
|
|
"messages": [
|
|
|
|
"cite_references_link_accessibility_label",
|
|
|
|
"cite_references_link_many_accessibility_label"
|
2015-06-05 20:56:58 +00:00
|
|
|
],
|
|
|
|
"position": "bottom"
|
2015-04-29 16:07:09 +00:00
|
|
|
},
|
|
|
|
"ext.cite.style": {
|
|
|
|
"class": "CiteCSSFileModule",
|
2015-06-10 20:33:35 +00:00
|
|
|
"styles": "ext.cite.style.css",
|
2015-07-13 12:57:07 +00:00
|
|
|
"position": "top",
|
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"mobile"
|
|
|
|
]
|
2015-04-30 18:45:20 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "modules",
|
|
|
|
"remoteExtPath": "Cite/modules"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"AllowCiteGroups": true,
|
|
|
|
"CiteCacheReferences": false
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
2015-04-29 16:07:09 +00:00
|
|
|
"Cite": "Cite_body.php",
|
|
|
|
"CiteCSSFileModule": "CiteCSSFileModule.php"
|
2015-04-30 18:45:20 +00:00
|
|
|
},
|
|
|
|
"ParserTestFiles": [
|
|
|
|
"citeParserTests.txt"
|
2015-05-29 03:45:57 +00:00
|
|
|
],
|
2015-07-05 12:32:44 +00:00
|
|
|
"TrackingCategories": [
|
|
|
|
"cite-tracking-category-cite-error"
|
|
|
|
],
|
2015-05-29 03:45:57 +00:00
|
|
|
"manifest_version": 1
|
2015-04-30 18:45:20 +00:00
|
|
|
}
|