Extension:WikiRating

MediaWiki extensions manual
WikiRating
Release status: beta
MediaWiki
License MIT License
Download

The WikiRating extension for WikiToLearn that can display Page Ratings and gather user votes. It works in conjunction with WikiRating Engine that determines the quality of Pages on WikiToLearn platform.

Features edit

This extension works along side with WikiRating engine to :

  • Gather new user votes for a particular page.
  • Display the Page Rating and suitable badge for assessing the page quality.
  • Display additional information about various parameter involved in rating a certain page.

Installation edit

  • Download and place the file(s) in a directory called WikiRating in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikiRating' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.