Extension:ImageRating/pl

Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
ImageRating
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Strona specjalna Category:Special page extensions/pl
Opis Adds a special page to categorize and rate images.
Autor(zy)
Ostatnia wersja 2.5.0 (2020-01-14)
MediaWiki 1.43+Category:Extensions with manual MediaWiki version
Zmiany w bazie danych Tak
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
  • rateimage
Quarterly downloads 0
Przetłumacz rozszerzenie ImageRating jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie ImageRating w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageRating
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'ImageRating' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Uwagi

  • ImageRating only works on locally uploaded files

API documentation

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/pl Category:Extensions by Fandom/pl Category:Extensions by ShoutWiki/pl
Category:All extensions/pl Category:Extensions by Fandom/pl Category:Extensions by ShoutWiki/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Miraheze/pl Category:Extensions included in WikiForge/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:ParserFirstCallInit extensions/pl Category:Social tools/pl Category:Special page extensions/pl Category:Stable extensions/pl