2 $wgExtensionCredits['parserhook'][] = array(
3 'name' => 'Winterrodeln Map',
5 'author' =>'Philipp Spitzer',
6 'url' => 'http://www.winterrodeln.org',
7 'description' => 'This extension creates a map from coordinates and uses the GoogleMaps extension to do so.'
11 $wgHooks['ParserFirstCallInit'][] = 'wrMapParserFirstCallInit';
12 $wgHooks['ParserAfterTidy'][] = 'wrMapParserAfterTidy';
15 require_once dirname(__FILE__) . '/wrmap.body.php';