51 if ( !is_array( $resultSets ) ) {
52 $resultSets = [ $resultSets ];
58 foreach ( $resultSets as $resultSet ) {
59 $result = $resultSet->next();
61 if ( !$result->isBrokenTitle() ) {
62 $iwResults[$result->getTitle()->getInterwiki()][] =
$result;
64 $result = $resultSet->next();
69 foreach ( $iwResults as $iwPrefix => $results ) {
71 $out .=
"<ul class='mw-search-iwresults'>";
74 foreach ( $results as $result ) {
75 $out .= $this->resultWidget->render( $result,
$term, $position++ );
80 return "<div id='mw-search-interwiki'>" .
81 "<div id='mw-search-interwiki-caption'>" .
82 $this->specialSearch->msg(
'search-interwiki-caption' )->parse() .
96 if ( isset( $this->customCaptions[$iwPrefix] ) ) {
97 $caption = $this->customCaptions[$iwPrefix];
99 $interwiki = $this->iwLookup->fetch( $iwPrefix );
101 $caption = $this->specialSearch->msg(
'search-interwiki-default', $parsed[
'host'] )->escaped();
104 $href = Title::makeTitle(
NS_SPECIAL,
'Search',
null, $iwPrefix )->getLocalURL(
105 [
'search' =>
$term,
'fulltext' => 1 ]
107 $searchLink = Html::rawElement(
110 $this->specialSearch->msg(
'search-interwiki-more' )->escaped()
113 return "<div class='mw-search-interwiki-project'>" .
114 "<span class='mw-search-interwiki-more'>{$searchLink}</span>" .
120 if ( $this->customCaptions !==
null ) {
124 $this->customCaptions = [];
125 $customLines = explode(
"\n", $this->specialSearch->msg(
'search-interwiki-custom' )->escaped() );
126 foreach ( $customLines as
$line ) {
127 $parts = explode(
':',
$line, 2 );
128 if ( count( $parts ) === 2 ) {
129 $this->customCaptions[$parts[0]] = $parts[1];
wfParseUrl( $url)
parse_url() work-alike, but non-broken.
wfExpandUrl( $url, $defaultProto=PROTO_CURRENT)
Expand a potentially local URL to a fully-qualified URL.
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
This class is a collection of static functions that serve two purposes:
implements Special:Search - Run text & title search and display the output
Represents a title within MediaWiki.
namespace being checked & $result
For QUnit the mediawiki tests qunit testrunner dependency will be added to any module whereas SearchGetNearMatch runs after $term
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output $out