These is the install file for the Did You Know extension. Extension page on mediawiki.org: https://www.mediawiki.org/wiki/Extension:Did_You_Know Latest version of the install file: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/DidYouKnow.git;a=blob;f=INSTALL == Requirements == Education Program requires: * MediaWiki 1.18 or above * PHP 5.2 or above == Installation == Once you have downloaded the code, place the ''DidYouKnow'' directory within your MediaWiki 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file: # Did You Know require_once( "$IP/extensions/DidYouKnow/DidYouKnow.php" ); == Configuration == Configuration of Reviews is done by assigning to $egDYKSettings in your [[Manual:LocalSettings.php|LocalSettings.php]] file, AFTER the inclusion of the extension. The options are listed below and their default is set in the Education Program settings file: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/DidYouKnow.git;a=blob;f=DidYouKnow.settings.php You should NOT modify the settings file, but can have a look at it to get an idea of how to use the settings, in case the below descriptions do not suffice.