Help:Extension:UploadsLink
Appearance
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:
- 個人用ツール内のリンクの場合
#pt-uploads {
display: none;
}
- ツール ボックス内のリンクの場合
#tb-uploads {
display: none;
}