You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
// Author: pcj
mw.loader.using(["site"]).then(function() {
if (mw.config.get("wgCanonicalSpecialPageName") !== "Upload")
return;
var l10nFactory = l10nFactory || function($lang, $data) {
return function ($key) {
// (null == undefined) is true, (null === undefined) is false
return ($data[$lang] && $data[$lang][$key] != null) ? $data[$lang][$key] : $data.en[$key];
};
};
const l10n = l10nFactory(mw.config.get("wgUserLanguage"), {
en: {
multiupload: "Upload multiple files:",
yes: "Yes",
no: "No",
sourcefiles: "Source files:",
categoryname: "Category name:",
030
1:0
Return to MediaWiki:Gadget-MultiUpload.js.