namespace, $row->title ); $text = $row->title; if ($title instanceof Title) $text = $wgContLang->convert( $title->getPrefixedText() ); return $skin->link( $title, htmlspecialchars($text), array(), array(), array('known', 'noclasses') ); } }