Extension:WikiSearchFront
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | Parser function , Search |
Description | A front-end for WikiSearch |
Author(s) | User:Robis Koopmans talk (Wikibase Solutions) |
MediaWiki | 1.31+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The WikiSearchFront extension is a front-end for WikiSearch written in Vue.js
UsageEdit
See the help page for using the WikiSearchFront extension for further information.
InstallationEdit
It is required to use this extension in combination with WikiSearch.
- Download and place the file(s) in a directory called
WikiSearchFront
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'WikiSearchFront' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.