getDBKey(); return true; } $wgExtensionCredits['parserhook'][] = array( 'name' => 'Winterrodeln Report', 'version' => '1.1.0', 'author' =>'Philipp Spitzer', 'url' => 'http://www.winterrodeln.org', 'description' => 'This extension interprets the tag in sledding pages and creates report summaries' ); /// Conditions $wrConditions = array(1 => 'Sehr gut', 2 => 'Gut', 3 => utf8_encode('Mittelmäßig'), 4 => 'Schlecht', 5 => 'Geht nicht'); $wrNewReportSection = utf8_encode('Eintragen'); $wrShowReportsSection = utf8_encode('Einträge'); require_once dirname(__FILE__) . '/wrreport.body.php'; ?>