'ImageMap', 'svn-date' => '$LastChangedDate$', 'svn-revision' => '$LastChangedRevision$', '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' ) ); return true; }