{{Extension |name = JSKitRating |status = beta |author = [[user:jldupont|Jean-Lou Dupont]] |image = |version = 1.3.0 |update = |mediawiki = 1.11 (should work on other versions) |download = [http://mediawiki.googlecode.com/svn/trunk/extensions/JSKitRating/ SVN] |readme = |changelog = See SVN ($Id: JSKitRating.doc.wikitext 871 2008-01-07 17:43:39Z jeanlou.dupont $) |description = |parameters = |rights = |example = }} == Purpose == Provides integration with [http://js-kit.com/ratings/ JS-Kit Ratings], an AJAX based social rating tool. == Usage == Just use the following parser function {{#jskitrating: [optional parameters] }} on the desired wiki page. Use the ''noscript'' parameter to control when the JS script should be included. Useful when putting together ''aggregate ratings'' page with the ''path'' parameter. == Parameters == For a complete description, please see [http://js-kit.com/ratings/custom.html JS-Kit Ratings Customization]. {|border=1 class='sortable' ! Parameter !! Description |- | noscript || Set to ''true'' or ''1'' if the JS script should be omitted |- | imageurl || You can replace starlet images with your own art |- | imagesize || Complement to ''imageurl'' |- | path || You can rate multiple items on the same page |- | starColor || Affects the color of the community rating |- | userColor || Sets the color of the particular user's rating |- | view || Change the display mode between split and combo |} == Dependancy == * [[Extension:StubManager|StubManager extension version >= 1.1.0 ]] {{Pear|JSKitRating}} == History == {|border=1 ! Release !! Notes |- | 1.0.0 || Initial Release |- | 1.1.0 || Added support for optional parameters |- | 1.2.0 || Removed hardcoded parameters ''title'' and ''permalink'' |- | 1.3.0 || Added check for only including the script once per page, Added ''noscript'' parameter |}