mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-15 19:09:37 +00:00
2ad483d747
Bug: T188527 Change-Id: Ib5023c7656e7f27ba58a99da3c2659e18674ac5a
27 lines
426 B
JSON
27 lines
426 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",
|
|
"MessagesDirs": {
|
|
"Poem": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": [
|
|
"Poem::init"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"Poem": "includes/Poem.php"
|
|
},
|
|
"manifest_version": 1
|
|
}
|