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