User:Begoon/addUploadsLink
Appearance
Documentation
Description | Adds a "User file uploads" link to the interface toolbox section |
---|---|
Author(s) | Begoon |
Status | Stable |
First released | March 16, 2019 |
Version | 0.1.13 |
Updated | April 26, 2019 |
Browsers | Firefox, Chrome |
Skins | Vector, Monobook, Modern |
Source | User:Begoon/addUploadsLink.js |
- Adds a "User file uploads" link to the interface toolbox section, below "User contributions", providing access to a thumbnailed listing of files uploaded by the user whose userspace, talkspace or contributions list you are viewing (as is available at Commons).
Installation
- ^ Copy the following code, edit your user JavaScript, then paste:
{{subst:lusc|1=User:Begoon/addUploadsLink.js}}
'Global' installation
- 02 April 2019 - Updated, per request, so that it should now also work from global.js at meta, making it operative across all wikis, excluding Commons, where it would be redundant. (No internationalisation of message text.)
- To install 'globally' in this way, just add the following to your global.js at meta (instead of adding the script to an en.wiki js file):
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Begoon/addUploadsLink.js&action=raw&ctype=text/javascript');
See also
- Extension:UploadsLink, for the Mediawiki extension that provides this functionality at Commons.