blob: 1b8672eeec911703c2f15d9a9e4960480cd41954 (
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
|
{
"name": "Poem",
"author": [
"Nikola Smolenski",
"Brion Vibber",
"Steve Sanbeg"
],
"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"
]
}
|