'ImageMap', 'version' => preg_replace('/^.* (\d\d\d\d-\d\d-\d\d) .*$/', '\1', '$LastChangedDate$'), #just the date of the last change 'author' => 'Tim Starling', 'url' => 'http://www.mediawiki.org/wiki/Extension:ImageMap', 'description' => 'Allows client-side clickable image maps using tag.', 'descriptionmsg' => 'imagemap_desc', ); function wfSetupImageMap() { global $wgParser; $wgParser->setHook( 'imagemap', array( 'ImageMap', 'render' ) ); }