(Created page with "The extension BlueSpiceRating allows users to rate a page with up to five stars or to recommend the page. == Rate or recommend a page == Before a user can rate or recommend...") |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
The extension BlueSpiceRating allows users to rate a page with up to five stars or to recommend the page. | The extension '''BlueSpiceRating''' allows users to rate a page with up to five stars or to recommend the page. | ||
== Rate or recommend a page == | == Rate or recommend a page == | ||
Before a user can rate or recommend a page, [[Manual:Extension/BlueSpiceRating#Enable ratings or recommendations in a namespace|each feature needs to be activated]] by an administrator. | |||
=== Rating === | |||
A user simply selects the amount of stars for a rating at the end of a wiki page. The number of stars are then highlighted in yellow during the selection process. A mouse-click confirms the rating. Only one rating per user is counted. New votes only change the average evaluation, but not the number of ratings. Users can change their rating at any time by choosing less or more stars. | |||
=== Recommendation === | |||
To recommend a page, a user clicks on the link "Recommend" at the end of the page. To retract the recommendation, the user clicks on the link again. | |||
[[File:BlueSpiceRating-footer.png|alt=Ratings and recommendations|center|thumb|650x650px|Ratings and recommendations]] | |||
== Enable ratings or recommendations in a namespace == | == Enable ratings or recommendations in a namespace == | ||
Administrators can activate both features for individual namespaces. To enable or disable them, go to ''Global actions > Namespace manager'' and edit the namespace settings: | |||
Administrators can activate both features for individual namespaces. | [[File:BlueSpiceRating-settings.png|alt=Namespace manager settings|center|thumb|450x450px]] | ||
To enable or disable them, go to Global actions > Namespace manager and edit the namespace settings: | |||
Namespace manager settings | |||
== Special pages == | == Special pages == | ||
Line 50: | Line 25: | ||
Both pages can be accessed from the Global actions menu. | Both pages can be accessed from the Global actions menu. | ||
[[File:BlueSpiceRating-global actions.png|alt=Global actions menu|center|thumb|650x650px|Global actions menu]] | |||
Global actions menu | |||
Global actions menu | |||
== Deactivate ratings on a page == | == Deactivate ratings on a page == | ||
Users can also exclude individual pages from the rating system. | Users can also exclude individual pages from the rating system. For this, insert the following behavior switch at the bottom of the page in source view: | ||
<code><nowiki>__NORATING__</nowiki></code> | <code><nowiki>__NORATING__</nowiki></code> | ||
{{Box Links-en|Topic1=[[ Reference:BlueSpiceRating]]}} | {{Box Links-en|Topic1=[[ Reference:BlueSpiceRating]]}} | ||
{{translation}} |
Revision as of 15:05, 28 July 2022
The extension BlueSpiceRating allows users to rate a page with up to five stars or to recommend the page.
Rate or recommend a page
Before a user can rate or recommend a page, each feature needs to be activated by an administrator.
Rating
A user simply selects the amount of stars for a rating at the end of a wiki page. The number of stars are then highlighted in yellow during the selection process. A mouse-click confirms the rating. Only one rating per user is counted. New votes only change the average evaluation, but not the number of ratings. Users can change their rating at any time by choosing less or more stars.
Recommendation
To recommend a page, a user clicks on the link "Recommend" at the end of the page. To retract the recommendation, the user clicks on the link again.
Enable ratings or recommendations in a namespace
Administrators can activate both features for individual namespaces. To enable or disable them, go to Global actions > Namespace manager and edit the namespace settings:
Special pages
The special page Special:Rating
lists all pages that have been rated.
The special page Special:Recommendations
lists all pages that have been recommended.
Both pages can be accessed from the Global actions menu.
Deactivate ratings on a page
Users can also exclude individual pages from the rating system. For this, insert the following behavior switch at the bottom of the page in source view:
__NORATING__