Skip to content

Commit

Permalink
Added extension credits
Browse files Browse the repository at this point in the history
  • Loading branch information
tobijat committed Aug 21, 2014
1 parent aeeca30 commit 087db1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions init.mw.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
die( 'Not an entry point.' );
}

$GLOBALS['wgExtensionCredits']['wikibase'][] = array(
'path' => __FILE__,
'name' => 'Wikibase Serialization JavaScript',
'version' => '1.1.3',
'author' => array(
'[https://www.mediawiki.org/wiki/User:Danwe Daniel Werner]',
'[http://www.snater.com H. Snater]',
),
'url' => 'https://github.com/wmde/WikibaseSerializationJavaScript',
'description' => 'JavaScript library containing serializers and deserializers for the Wikibase DataModel.'
);

include 'resources.mw.php';
include 'resources.test.mw.php';

0 comments on commit 087db1b

Please sign in to comment.