MediaWiki talk:ImageLinks.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Usage[edit]

This script is used by MediaWiki:Gadget-GalleryDetails.js. Lupo 14:58, 12 February 2009 (UTC)[reply]

Dependencies on other scripts[edit]

This script makes use of the following other Javascripts:

Script Type of
dependency
Purpose
MediaWiki:Utilities.js
MediaWiki:LAPI.js

image_links_desc.google is undefined[edit]

Opening Special:NewFiles (or manually calling it on a category) yields this error in the console:

Fehler: image_links_desc.google is undefined
Quelldatei: https://commons.wikimedia.org/w/index.php?title=MediaWiki:ImageLinks.js&action=raw&ctype=text/javascript
Zeile: 288

Thanks for looking at. --Saibo (Δ) 12:55, 27 February 2012 (UTC)[reply]

Please use HTTPS for TinEye search link[edit]

{{Editprotected}} TinEye supports HTTPS, and using HTTPS for the TinEye link should provide increased privacy and security for users. Please change
'http://tineye.com/search?url=' + encodeURIComponent (img_url)
to
'https://tineye.com/search?url=' + encodeURIComponent (img_url)
instead. Thanks. --Gazebo (talk) 06:53, 14 August 2016 (UTC)[reply]

✓ Done --Hedwig in Washington (mail?) 00:57, 24 August 2016 (UTC)[reply]
@Gazebo: I get a ton of error messages delivered: User_talk:Hedwig_in_Washington#Code_issues_in_MediaWiki:ImageLinks.js. I reverted the edit for now. --Hedwig in Washington (mail?) 01:03, 24 August 2016 (UTC)[reply]
The edit is actually harmless in terms of code, but, as the messages have shown, the code is... terrible --Zhuyifei1999 (talk) 11:53, 22 September 2016 (UTC)[reply]
This was edit request was performed by Zhuyifei1999. I'm just marking it as fulfilled. Storkk (talk) 16:22, 29 September 2016 (UTC)[reply]