Extension:QuickSearchLookup
![]() Release status: experimental |
|
---|---|
![]() |
|
Implementation | Search |
Description | Adds an infobox to Special:Search with some information about the first hit. |
Author(s) | Florian Schmidt (Florianschmidtwelzowtalk) |
Latest version | 0.1.0 |
MediaWiki | 1.25+ |
License | MIT License |
Download | |
Example | https://en.droidwiki.org/Special:Search?search=Android&fulltext=Search |
Quarterly downloads | 1 (Ranked 163rd) |
Translate the QuickSearchLookup extension if it is available at translatewiki.net | |
QuickSearchLookup is an extension that adds a new information panel on every search result page with results containing information about the first search result (e.g. page image and a short snippet of the text).
Installation[edit]
- Download and place the file(s) in a directory called
QuickSearchLookup
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'QuickSearchLookup' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.