MediaWiki talk:Gadget-GalleryDetails.js
Conversations older than 7 days will be archived automatically. |
Contents
Please use HTTPS for the "camera model page on the English Wikipedia" link[edit]
{{editprotected}}
Around line 191, the code for MediaWiki:Gadget-GalleryDetails.js has a line that generates a link to the English Wikipedia page for a specific camera model. The English Wikipedia supports HTTPS, and using HTTPS for the link should provide increased privacy and security for users. Please change
'http://en.wikipedia.org/wiki/' + encodeURI (exif['Model'])
to
'https://en.wikipedia.org/wiki/' + encodeURI (exif['Model'])
instead. Thanks. --Gazebo (talk) 07:07, 14 August 2016 (UTC)
Done Awesome! Thank you! Steinsplitter (talk) 07:38, 14 August 2016 (UTC)
Dependencies[edit]
Since the script loads MediaWiki:Utilities.js and MediaWiki:ImageLinks.js it would be nice to make them registered gadget modules and declare them properly as dependencies in MediaWiki:Gadgets-definition. Eran (talk) 19:17, 12 February 2017 (UTC)
- I want to import part of the gadget to he.wiki. only the option of showing list of a files in category in one side and the files detail near. Just the way it shows in Commons. but seems that there is some issue with it. Can someone can help her?
- @Jarekt:, @Steinsplitter:, @Rillke:, @Lupo:. -- Geagea (talk) 13:42, 16 February 2017 (UTC)