From 087db1b99fb94e2d820441a7c77ce9acebe5470c Mon Sep 17 00:00:00 2001 From: Tobias Gritschacher Date: Thu, 21 Aug 2014 12:19:51 +0200 Subject: [PATCH] Added extension credits --- init.mw.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.mw.php b/init.mw.php index a1b9537..85fe590 100644 --- a/init.mw.php +++ b/init.mw.php @@ -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';