Extension:MixedNamespaceSearchSuggestions/de-formal

From mediawiki.org
This page is a translated version of the page Extension:MixedNamespaceSearchSuggestions and the translation is 14% complete.
MediaWiki extensions manual
Mixed Namespace Search Suggestions
Release status: stable
px
Implementation Search
Description Includes suggestions from all content namespaces in the search box, showing from which namespace each suggestion is from.
Author(s) Niklas Laxström (NikerabbitDiskussion)
Latest version 2017-11-08
MediaWiki 1.29+
Composer mediawiki/mixed-namespace-search-suggestions
License MIT License
Download
Example http://tieteentermipankki.fi
Quarterly downloads 3 (Ranked 146th)
Translate the MixedNamespaceSearchSuggestions extension if it is available at translatewiki.net

MixedNamespaceSearchSuggestions makes the search box autocomplete terms matching page names from content namespaces in addition to full page names. The namespace name is stripped from each title and shown in a byline next to it.

The extension was originally thought for wikis having many similar namespaces, where the user can't be expected to be able to prefix the correct namespace when searching for a title. $wgNamespacesToBeSearchedDefault is ignored and namespaces in $wgContentNamespaces are searched instead.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens MixedNamespaceSearchSuggestions im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MixedNamespaceSearchSuggestions
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'MixedNamespaceSearchSuggestions' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.