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 2 (Ranked 145th)
Translate the ImageSuggestions extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

Installation edit

  • Download and move the extracted ImageSuggestions folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageSuggestions
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ImageSuggestions' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.