See Structured Data Across Wikimedia/Image Suggestions for background information.

MediaWiki extensions manual
ImageSuggestions
Release status: experimental
Implementation Notify
Description Image recommendation features for experienced users
Author(s) Structured Data team
Latest version continuous updates
MediaWiki master
Composer mediawiki/imagesuggestions
License GNU General Public License 2.0 or later
Download
README
Parameters
  • $wgImageSuggestionsHelpLink
  • $wgImageSuggestionsInstanceOfApi
  • $wgImageSuggestionsSuggestionsApi
Hooks used
  • BeforeCreateEchoEvent
  • BeforePageDisplay
  • EchoGetBundleRules
Quarterly downloads 1 (Ranked 169th)
Translate the ImageSuggestions extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

Installation

  • Download and place the file(s) in a directory called ImageSuggestions in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/ImageSuggestions/ImageSuggestions.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.