Extension:FindRefs
Appearance
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
Release status: unmaintained |
|
|---|---|
| Implementation | Special page |
| Description | A one page solution to find links to all popular reliable sources |
| Author(s) | Srikar Kashyap Pulipaka and team at KL University (Strike Eagletalk) |
| MediaWiki | 1.27+ |
| License | MIT License |
| Download | GitHub:
Note: |
The FindRefs extension creates a special page (Special:FindRefs) that can be used to find references easily. Displays the list of many popular reliable sources and the user can click any link they wish.
Installation
[edit]- Download and place the file(s) in a directory called
FindRefsin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'FindRefs' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
