Extension:ImageRating/de

Category:GPL licensed extensions/de
MediaWiki-Erweiterungen
ImageRating
Freigabestatus: stabilCategory:Stable extensions/de
Einbindung Spezialseite Category:Special page extensions/de
Beschreibung Adds a special page to categorize and rate images.
Autor(en)
Letzte Version 2.5.0 (2020-01-14)
MediaWiki 1.43+Category:Extensions with manual MediaWiki version
Datenbankänderungen Ja
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen Category:Extensions in Wikimedia version control/de
  • rateimage
Vierteljährliche Downloads 0
Übersetze die ImageRating-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden
Category:All extensions/de

The ImageRating extension adds a new special page, Special:ImageRating, where privileged users can categorize and rate images. By default all registered users are given the rateimage user right, which is required for users to be able to access this special page.

The rating functionality uses VoteNY extension, and thus VoteNY is a hard dependency for this extension, i.e. you cannot install and/or use ImageRating without installing VoteNY, too.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens ImageRating im Ordner extensions/ ablegen.
    Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageRating
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'ImageRating' );
    
  • Yes Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.

Anmerkungen

  • ImageRating only works on locally uploaded files

API-Dokumentation

imagerating

This API module allows adding categories to an image page. To call the API, use action=imagerating along with 2 parameters, pageId and categories.

  • pageId - The page ID of the image.
  • categories - The categories to add to the image. The categories should be separated by commas without spaces.
Category:Social tools/de Category:Extensions by Fandom/de Category:Extensions by ShoutWiki/de
Category:All extensions/de Category:Extensions by Fandom/de Category:Extensions by ShoutWiki/de Category:Extensions in Wikimedia version control/de Category:Extensions included in Miraheze/de Category:Extensions included in WikiForge/de Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/de Category:ParserFirstCallInit extensions/de Category:Social tools/de Category:Special page extensions/de Category:Stable extensions/de