starrating
Star Rating is a simple module that provides star rating field and display formatter.
The D8+ version adds its own field type. If you just want to use existing core int fields you can consider the FA Formatter
Unlike Fivestar module and other voting/rating module, it supports neither end user voting nor nice AJAX interface. It is intended for the rating only by the author of the article (node). Of course, you may be able to do this with Fivestar module and other voting/rating modules, but unlike most of them, it does not require other modules such as voting API module. It's born to be simple but good enough for those who want star rating only by authors.
For example, if you are creating a restaurant review web site and you want to add three 5 star ratings (food, price and service) with different icon type for each rating within a node, then this module would be the best match.
Rating Info and Modules
This is no full rating module like the fivestar or rate module which use rating api. If you plan to let users vote in an advanced way you better use these modules. Starrating is a field Formatter that is able to output value selections as stars.
A simple example for the use of this module is if an author creates a node and want to give it some rating.
Sponsoring
marcoka from Hörbücher took over the maintenance. You can also see the module action here: http://www.hoerbuchcharts.com/hoerbuch-rezensionen/die-koenigsmoerder-ch.... The top display is using rate (if anyone asks). The rating display at the bottom with the multiple stars is made with this module.