mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-15 02:54:06 +00:00
529e8ef5f4
Bug: T271024 Change-Id: Ic847034204c47fa07f7b8ad39413c4087d3962b9
33 lines
562 B
JSON
33 lines
562 B
JSON
{
|
|
"name": "Poem",
|
|
"author": [
|
|
"Nikola Smolenski",
|
|
"Brion Vibber",
|
|
"Steve Sanbeg"
|
|
],
|
|
"license-name": "CC0-1.0",
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Poem",
|
|
"descriptionmsg": "poem-desc",
|
|
"type": "parserhook",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.37.0"
|
|
},
|
|
"MessagesDirs": {
|
|
"Poem": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"HookHandlers": {
|
|
"main": {
|
|
"class": "MediaWiki\\Extension\\Poem\\Poem"
|
|
}
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": "main"
|
|
},
|
|
"AutoloadNamespaces": {
|
|
"MediaWiki\\Extension\\Poem\\": "includes/"
|
|
},
|
|
"manifest_version": 2
|
|
}
|