", $watchlist) . "."; return $watchers; } function Notify($word) { global $NotifyGroup; return "<<|$NotifyGroup/$word|>>"; } function WikifyList($words) { global $FreeLinkPattern; return preg_replace("/($FreeLinkPattern)/e",'Wikify("$1")',$words); } /* function Wikify($word) { global $PageNameSpace; $linktext = preg_replace("/{{(.*)}}.*/","$1",str_replace("|","",$word)); return preg_replace("/\s+/",$PageNameSpace,ucwords($linktext)); } */ ?>