Extension:VoteNY/zh

Category:GPL licensed extensions/zh
VoteNY
Category:Stable extensions/zh
Category:Parser extensions/zh, Category:Hook extensions/zh, Category:Tag extensions/zh
描述 JavaScript-based voting with the <vote> tag
作者
最新版本 3.2 (2021-11-24)
MediaWiki 1.43+Category:Extensions with manual MediaWiki version/zh
Vote
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
  • voteny
前往translatewiki.net翻譯VoteNY
問題 开启的任务 ·
Category:All extensions/zh

The VoteNY a.k.a Vote extension adds the <vote> parser hook tag to allow voting on articles where the tag is present.


Installation

  • 下载,并将解压后的VoteNY移动到extensions/目录中。
    开发者和代码贡献人员应从Git安装扩展,输入:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/VoteNY
    
  • 将下列放置在您的LocalSettings.php 的底部:
    wfLoadExtension( 'VoteNY' );
    
  • 更新脚本,它将自动必须的数据库表。
  • Yes 完成 – 在您的wiki上Special:Version,以验证已成功安装


Configuration

This extension adds one new user right, voteny, which is required in order to vote. By default, anonymous users do not have this right and thus they cannot vote but registered users can. To allow anonymous users to vote, add the following to your LocalSettings.php:

$wgGroupPermissions['*']['voteny'] = true;


Usage

Tags

<vote /> outputs a green square voting box.

<vote type=1 /> outputs five voting stars.

Magic words

  • {{NUMBEROFVOTES}}: Returns the entire number of votes on the wiki.
  • {{NUMBEROFVOTESPAGE}}: Returns the number of votes on the current page.
  • {{NUMBEROFVOTESPAGE:<page>}}: Returns the number of votes on the given page.

The magic word {{NUMBEROFVOTES}} can be used to display the number of votes in the database; this number is cached (in memcached) for 24 hours, so it's not totally up-to-date.

Special page

The special page Special:TopRatings displays the highest rated pages on the wiki. It supports filtering by category and namespace and its output can be embedded on wiki pages, so {{Special:TopRatings/Adventure Games/0/10}} will show 10 ratings where the pages are in the "Adventure Games" category and the pages are in the main (0) namespace.

Internationalization

Message英语Description
voteny-linkVote
voteny-unvote-linkunvoteDisplayed to the user after their vote has been successfully added.
voteny-community-scorecommunity score: $1"community score" is the average score of the page in question
voteny-ratings{{PLURAL:$1|one rating|$1 ratings}}$1 is the number of ratings, if said number is greater than 1.
voteny-removeremove
voteny-gave-thisyou gave this a $1$1 is the score you gave to the page, for example 5 or 3.50.
voteny-votes{{PLURAL:$1|one vote|$1 votes}}$1 is the number of votes.
topratingsTop RatingsTitle of Special:TopRatings, will be shown on the listing of special pages at Special:SpecialPages and on Special:TopRating itself.
topratings-no-pagesNo top rated pages.Shown on Special:TopRatings if there are absolutely no pages that have been rated yet (as is the case usually right after installing the extension).
right-votenyVote pagesDisplayed on Special:ListGroupRights.

See also

  • RatePage - Allows for voting and voting contests
Category:Social tools/zh Category:Poll extensions/zh Category:Rating extensions/zh
Category:All extensions/zh Category:Extensions in Wikimedia version control/zh Category:Extensions included in Canasta/zh Category:Extensions included in Miraheze/zh Category:Extensions included in MyWikis/zh Category:Extensions included in WikiForge/zh Category:Extensions with manual MediaWiki version/zh Category:GPL licensed extensions/zh Category:Hook extensions/zh Category:LoadExtensionSchemaUpdates extensions/zh Category:MagicWordwgVariableIDs extensions/zh Category:ParserFirstCallInit extensions/zh Category:ParserGetVariableValueSwitch extensions/zh Category:Parser extensions/zh Category:Poll extensions/zh Category:Rating extensions/zh Category:RenameUserSQL extensions/zh Category:Social tools/zh Category:Stable extensions/zh Category:Tag extensions/zh