Extension:FindRefs

From mediawiki.org
MediaWiki extensions manual
FindRefs
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

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 FindRefs in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FindRefs' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.