Help:Extension:UploadsLink/es

From Linux Web Expert

Revision as of 03:14, 5 May 2021 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The UploadsLink extension adds, depending on its configuration, a link to the personal uploads listing, within the personal tools menu and one to the Tools-box on user pages and pages that relate to a user.

The link target is Special:ListFiles/<user>?ilshowall, essentially the Special:AllMyUploads redirect resolved for the personal one.

The label of the link and the tool-tip are taken from system messages and can be translated at translatewiki.net.

To disable the feature for yourself, add one of the following snippets to your personal CSS page:

For the link within the personal tools
#pt-uploads {
  display: none;
}
For the link in the Tools box
#tb-uploads {
  display: none;
}