2 $wgExtensionCredits['parserhook'][] = array(
3 'name' => 'Winterrodeln Geo',
5 'author' =>'Philipp Spitzer',
6 'url' => 'http://www.winterrodeln.org',
7 'description' => 'This extension replaces the geo tag with a link.'
11 $wgHooks['ParserFirstCallInit'][] = 'wrGeoParserFirstCallInit';
14 require_once dirname(__FILE__) . '/wrgeo.body.php';