forked from ProfessionalWiki/SemanticBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SemanticBundle.php
40 lines (33 loc) · 933 Bytes
/
SemanticBundle.php
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
30
31
32
33
34
35
36
37
38
39
40
<?php
wfLoadExtensions( [
// Result formats
'SemanticResultFormats',
'Maps',
'ModernTimeline',
'Mermaid',
// General purpose
'SemanticExtraSpecialProperties',
'SemanticCompoundQueries',
// Domain specific
'SemanticCite',
'SemanticGlossary',
'SemanticMetaTags',
'SemanticBreadcrumbLinks',
'SemanticInterlanguageLinks',
// Other
'PageForms',
] );
$GLOBALS['wgExtensionCredits']['semantic'][] = [
'path' => __FILE__,
'namemsg' => 'semantic-bundle-name',
'name' => 'AA Semantic Bundle',
'version' => '3.1.2',
'author' => [
'[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]',
'[https://professional.wiki/ Professional.Wiki]'
],
'url' => 'https://github.com/SemanticMediaWiki/SemanticBundle',
'description' => 'Bundle that installs and loads Semantic MediaWiki and associated extensions',
'license-name' => 'GPL-2.0-or-later'
];
$GLOBALS['wgMessagesDirs']['SemanticBundle'] = __DIR__ . '/i18n';