mediawiki-extensions-Poem/extension.json
Jayprakash12345 2ad483d747 Move parser tests file to normal location and add a styled one
Bug: T188527
Change-Id: Ib5023c7656e7f27ba58a99da3c2659e18674ac5a
2018-03-05 18:29:56 +00:00

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
}