https://bugzilla.wikimedia.org/show_bug.cgi?id=73439

            Bug ID: 73439
           Summary: Sidebar upload image link to commons
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Configuration
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: andyro...@hotmail.com
                CC: legoktm.wikipe...@gmail.com
       Web browser: ---
   Mobile Platform: ---

Please set $wgUploadNavigationUrl =
'//commons.wikimedia.org/wiki/Special:UploadWizard';


in order to eliminate the following code:
$(function(){
    mw.util.addPortletLink('p-tb',
'//commons.wikimedia.org/wiki/Special:UploadWizard',
              'Carica su Commons', 't-uploadcommons', 'Carica file multimediali
su Commons', 'm', '#t-specialpages');
});
$(document).ready(function () {
    $("#t-upload").css("display","none");
    $("#t-uploadcommons a").text("Carica un file");
});

from https://it.wikivoyage.org/wiki/MediaWiki:Common.js.

Possibly keeping the same label ("Carica un file") and tooltip ('Carica file
multimediali su Commons') as currently shown in https://it.wikivoyage.org
pages.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to