blob: 3f17597422e4fe9470b990a4a3ec2345a7fa2a10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"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": "Poem.class.php"
},
"ParserTestFiles": [
"poemParserTests.txt"
],
"manifest_version": 1
}
|