2 // This extension does not depend on an other winterrodeln extension
3 // (especially not on wrcommon)
5 $wgExtensionCredits['parserhook'][] = array(
6 'name' => 'Winterrodeln Geo',
8 'author' =>'Philipp Spitzer',
9 'url' => 'http://www.winterrodeln.org',
10 'description' => 'This extension replaces the geo tag with a link.'
14 $wgHooks['ParserFirstCallInit'][] = 'wrGeoParserFirstCallInit';
17 require_once dirname(__FILE__) . '/wrgeo.body.php';