Extension:ImageSuggestions

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
  • $wgImageSuggestionsHelpLink
  • $wgImageSuggestionsInstanceOfApi
  • $wgImageSuggestionsSuggestionsApi
Quarterly downloads 0
Translate the ImageSuggestions extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

InstallationEdit

  • 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 :
    require_once "$IP/extensions/ImageSuggestions/ImageSuggestions.php";
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.