]> ToastFreeware Gitweb - philipp/winterrodeln/mediawiki_extensions/wrmap.git/blobdiff - wrmap.php
Added a comment mentioning www.basemap.at.
[philipp/winterrodeln/mediawiki_extensions/wrmap.git] / wrmap.php
index 94a6950a3f1ac03de356802952ca67f217a5de50..29da3e1dd57481d0822c1efa80ddb5792b7e8e19 100644 (file)
--- a/wrmap.php
+++ b/wrmap.php
@@ -121,6 +121,7 @@ Definition
                * <parkplatz>
                * <achtung>
                * <foto>
+               * <verleih>
                * <punkt>
                * <rodelbahn>
                * <alternative>
@@ -130,7 +131,7 @@ Definition
                * <linie>
        * The order may be used by the renderer to determine in which order the 
          elements should be drawn.
-* <gasthaus>, <haltestelle>, <parkplatz>, <achtung>, <foto> and <punkt> define points
+* <gasthaus>, <haltestelle>, <parkplatz>, <achtung>, <foto>, <verleih> and <punkt> define points
        * The elements may have the following attributes:
                * name (string): defines the name (not the label) of the element
                * wiki (string): name of a MediaWiki page the point refers to
@@ -161,7 +162,7 @@ the wrmap element.
 
 $wgExtensionCredits['parserhook'][] = array(
        'name' => 'Winterrodeln Map',
-       'version' => '3.2.0',
+       'version' => '3.3.0',
        'author' =>'Philipp Spitzer', 
        'url' => 'http://www.winterrodeln.org/trac/wiki/WrMap', 
        'description' => 'This extension creates a map using OpenLayers to show sledrun details and sledrun overviews.'
@@ -196,8 +197,7 @@ $wgResourceModules['ext.wrmap'] = array(
 
 $wgAutoloadClasses['WrMap'] = dirname(__FILE__) . '/wrmap.body.php';
 $wgAutoloadClasses['WrGMap'] = $wgAutoloadClasses['WrMap'];
-
-
+$wgMessagesDirs['wrmap'] = __DIR__ . '/i18n';
 $wgHooks['ParserFirstCallInit'][] = 'wrMapParserFirstCallInit';