Extension:WikiSearchFront
(Redirected from Extension:WSSearchFront)
WikiSearchFront Release status: stable |
|
---|---|
Implementation | Parser function , Search |
Description | A front-end for WikiSearch |
Author(s) | User:Robis Koopmans talk (Wikibase Solutions) |
Latest version | 2.0.5 (Continuous updates) |
MediaWiki | 1.31+ |
Database changes | No |
Composer | wikibase-solutions/wiki-search-front |
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
Usage
editSee Help:WikiSearchFront for further information.
Installation
editIt 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 file:
wfLoadExtension( 'WikiSearchFront' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.