Extension:WikiRating
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
WikiRating Release status: unmaintained |
|
---|---|
Author(s) |
|
MediaWiki | |
License | MIT License |
Download | GitHub: Note: |
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
editThis 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 yourextensions/
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.