Extension:VoteNY/ja
From Linux Web Expert
VoteNY リリースの状態: 安定 |
|
---|---|
File:VoteNY.png | |
実装 | パーサー拡張機能 , フック , タグ |
説明 | <vote> タグを使ったJavaScriptによる投票 |
作者 |
|
最新バージョン | 3.2 (2021-11-24) |
互換性の方針 | master は後方互換性を維持しています。 |
MediaWiki | 1.39+ |
テーブル | Vote |
ライセンス | ライセンス未指定 |
ダウンロード | |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
translatewiki.net で翻訳を利用できる場合は、VoteNY 拡張機能の翻訳にご協力ください | |
問題点 | 未解決のタスク · バグを報告 |
'VoteNY は Vote 拡張としても知られており、<vote>
パーサフックタグを追加し、このタグが存在する記事に対して投票できるようにします。
インストール
- <translate> [[<tvar name=2>Special:ExtensionDistributor/VoteNY/ja</tvar>|Download]] and move the extracted <tvar name=name>
VoteNY/ja
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/VoteNY%2Fja - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'VoteNY/ja' );
- <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
設定
この拡張機能により、投票するために必要なユーザー権(voteny
)が新たに追加されます。
デフォルトでは匿名利用者は投票権を持っていません。
匿名利用者の投票を許可するには、LocalSettings.php に以下を追加してください:
$wgGroupPermissions['*']['voteny'] = true;
使用法
タグ
<vote />
は、緑色の四角い投票箱を出力します。
<vote type=1 />
出力は5票の星。
マジックワード
{{NUMBEROFVOTES}}
: wikiの全投票数を返します。{{NUMBEROFVOTESPAGE}}
: 現在のページにおける投票数を返します。{{NUMBEROFVOTESPAGE:<page>}}
: 指定されたページにおける投票数を返します。
マジックワードの{{NUMBEROFVOTES}}
は、データベース内の投票数を表示することができます。この数は、24時間キャッシュ(memcached )されているので、完全に最新ではありません。
特別ページ
特別ページ Special:TopRatings は、ウィキで最も評価の高いページを表示します。
カテゴリと名前空間によるフィルタリングをサポートし、その出力はwikiページに埋め込むことができるので、{{Special:TopRatings/Adventure Games/0/10}}
はページが "Adventure Games "カテゴリにあり、ページがmain (0) 名前空間にある場合に10の評価を表示します。
国際化
メッセージ | English | 説明 |
---|---|---|
voteny-link | Vote | |
voteny-unvote-link | unvote | Displayed to the user after their vote has been successfully added. |
voteny-community-score | community 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-remove | remove | |
voteny-gave-this | you 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. |
topratings | Top Ratings | Title of Special:TopRatings, will be shown on the listing of special pages at Special:SpecialPages and on Special:TopRating itself. |
topratings-no-pages | No 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-voteny | Vote pages | Displayed on Special:ListGroupRights. |
関連項目
- RatePage - 投票および投票コンテストを許可する
File:OOjs UI icon information-progressive.svg | <translate> This extension is included in the following wiki farms/hosts and/or packages:</translate>
<translate> This is not an authoritative list.</translate> <translate> Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here.</translate> <translate> Always check with your wiki farms/hosts or bundle to confirm.</translate> |
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions/ja
- Parser extensions/ja
- Hook extensions/ja
- Tag extensions/ja
- Extensions with manual MediaWiki version
- Extensions with no license specified/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions not in ExtensionJson
- Social tools/ja
- Poll extensions/ja
- Rating extensions/ja