2 // This extension depends on
4 // - wrgeo (for wrGeoStringToGeo)
6 $wgExtensionCredits['parserhook'][] = array(
7 'name' => 'Winterrodeln Map',
9 'author' =>'Philipp Spitzer',
10 'url' => 'http://www.winterrodeln.org/trac/wiki/WrMap',
11 'description' => 'This extension creates a map with GoogleMaps to show sledding routes.'
15 $wgHooks['ParserFirstCallInit'][] = 'wrMapParserFirstCallInit';
16 $wgHooks['ParserAfterTidy'][] = 'wrCommonMarkerAfterTidy';
19 require_once dirname(__FILE__) . '/wrmap.body.php';