Jump to content
MediaWiki

Erweiterung:VoteNY

From mediawiki.org
This page is a translated version of the page Extension:VoteNY and the translation is 36% complete.
MediaWiki-Erweiterungen
VoteNY
Freigabestatus: stabil
Einbindung Parser-Erweiterung , Hook , Tag
Beschreibung JavaScript-based voting with the ‎<vote> tag
Autor(en)
Letzte Version 3.3 (2025年04月19日)
Kompatibilitätspolitik Der Master behält die Abwärtskompatibilität bei.
MediaWiki 1.43+
Datenbankänderungen Ja
  • voteny
Licence GNU General Public License 2.0 oder neuer
Herunterladen
Beispiel sandbox.semantic-mediawiki.net
Übersetze die VoteNY-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

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

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens VoteNY im Ordner extensions/ ablegen.
    Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:
    cdextensions/
    gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/VoteNY
    
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'VoteNY' );
    
  • Führe das Aktualisierungsskript aus, welches automatisch die notwendigen Datenbanktabellen erstellt, die diese Erweiterung braucht.
  • Yes Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.

Konfiguration

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;

Verwendung

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.

Spezialseite

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.

Internationalisierung

Nachricht Englisch Beschreibung
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.

Siehe auch

  • RatePage - Allows for voting and voting contests
Diese Erweiterung ist in den folgenden Softwarepaketen enthalten und/oder wird von den folgenden Wiki-Farmen, bzw. Wiki-Hostern verwendet:

AltStyle によって変換されたページ (->オリジナル) /