User:Frank C. Müller/vector.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
function global_get_sysop_status() { return true; }

// Kategorien-Gadgets
importScript('MediaWiki:Gadget-HotCat.js');
importScript('MediaWiki:Gadget-Cat-a-lot.js');

// ----------

// Eingabefeld in HotCat ist per default nur 40 Zeichen, jetzt wird es breiter
var hotcat_editbox_width = 60;

// In HotCat immer die eine Suchmaschine benutzen
var hotcat_suggestions = "combined"; // "pagelist", "searchindex", or "combined" (the default)

// Suppress the search engine selector
var hotcat_suggestions_fixed = true;

// ----------

// Anpassung des Upload-Formulars: Immer Basis-Formular benutzen.
var UploadForm_forcebasic = true;

// ----------

// Blendet  aus die Knöpfe mit
//  * Download full resolution
//  * Use this file on a website
//  * Use this file on a wiki
//  * Email a link to this file

stockphoto_prevent=true;

// ----------

// Schaltet Sprachauswahl ab und stellt immer alle Sprachen dar.
ls_enable = false;

// ----------
//<nowiki>

//catALot///////////////////////////////////////
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"disambig_category":"Disambiguation","redir_category":"Category redirects","watchlist":"preferences","minor":false,"editpages":true,"docleanup":false,"subcatcount":5,"uncat":true,"button":true};
////////////////////////////////////catALotEnd//
//</nowiki>