namespace, $row->title ); $text = $row->title; if ( $title instanceof Title ) { $text = $wgContLang->convert( $title->getPrefixedText() ); } return Linker::linkKnown( $title, htmlspecialchars( $text ) ); } }