Zum Inhalt springen

„Benutzer:Perhelion/vector.js“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
Inhalt gelöscht Inhalt hinzugefügt
- Redundans
Redirect to the Commons + (Gadget funzt ni)
Zeile 71: Zeile 71:
$.holdReady(true);
$.holdReady(true);
mw.loader.load("//toolserver.org/~netaction/wikitrust.js","text/javascript");
mw.loader.load("//toolserver.org/~netaction/wikitrust.js","text/javascript");

/* Redirect to the Commons File description page. Idea from [[WP:TSW]] */
if (mw.config.get("wgNamespaceNumber") == 6)
$("head link").each(function () {
if($(this).attr("rel") === "canonical")
document.location.href = $(this).attr("href");
});

Version vom 2. Oktober 2012, 18:13 Uhr

oldEditsectionLinks = true; // Scheinbar ohne Funktion in den Helferlein
autosave = true;
$.fx.off = true; //Animationen aus!

// [[Benutzer:PerfektesChaos/js/WikiSyntaxTextMod]]
mw.loader.load("//de.wikipedia.org/w/index.php?title=Benutzer:Perhelion/Wikisyntax-config.js&action=raw&ctype=text/javascript","text/javascript");
mw.loader.load("//en.wikipedia.org/w/index.php?title=User:PerfektesChaos/js/WikiSyntaxTextMod/r.js&action=raw&ctype=text/javascript","text/javascript")

// [[Benutzer:Perhelion/signing]] automatische Unterschrift
mw.loader.load("//de.wikipedia.org/w/index.php?title=Benutzer:Perhelion/signing.js&action=raw&ctype=text/javascript","text/javascript");

// Vollständige Beschreibung: [[Benutzer:Schnark/js]]
$(document).bind('jsmodulesRun', function (e, jsmodules) {
 with (jsmodules) {
  load('[[Benutzer:Schnark/js/extratabs.js]]');
  load('[[Benutzer:Schnark/js/letzteredit.js]]');
 //load('[[Benutzer:Schnark/js/statistik.js]]');
  load('[[Benutzer:DerHexer/fixlinks.js]]'); // Bilderersetzen: Auf Dateiseiten ist (monobook) links im Menü Werkzeuge ein Eintrag "FixLinks". [[Benutzer:DerHexer/Monobookwünsche]]
  addDepend('[[Benutzer:Schnark/js/wikieditor.js]]', '[[Benutzer:Schnark/js/wikieditor.js/smileys.js]]');
  load('[[Benutzer:Schnark/js/wikieditor.js]]', {before: '[[Benutzer:Perhelion/Wikieditor-config.js]]'});
  // load('[[Benutzer:Revolus/vector.js/safe-rollback.js]]');
  load('[[Benutzer:Schnark/js/autoantraege.js]]');
  load('[[Benutzer:Schnark/js/fullscreen.js]]');
  load('[[Benutzer:Lustiger_seth/unsigned.js]]');
  load('[[Benutzer:Schnark/js/vectorsubmenu.js]]');
  load('[[:en:MediaWiki:Gadget-addsection-plus.js]]');
  load('[[:en:User:Pilaf/include/instaview.js]]');
  load('[[Benutzer:Schnark/js/popuprefs.js]]');
  load('[[Benutzer:Schnark/js/diff.js]]');
  load('[[Benutzer:Schnark/js/bkl-check.js]]');
//  load('[[Benutzer:Schnark/js/artikel-statistik.js]]');
  load('[[Benutzer:Schnark/js/dropdown.js]]', {after: function (dropdown) { return dropdown.dropdowns = { 
'---------Fragen--------': {
 'WP:SVG': 'Wikipedia:WikiProjekt SVG',
 'WP:GWS': 'Wikipedia:Grafikwerkstatt',
 'WP:WPW': 'Wikipedia:WikiProjekt Wappen',
 'WP:FzW': 'Wikipedia:Fragen_zur_Wikipedia',
 'WP:AU': 'Wikipedia:Auskunft',
 'WP:FvN': 'Wikipedia:Fragen_von_Neulingen'
}, 
'--------Sichten--------': {
 'Informatik': 'http://toolserver.org/~magnus/deep_out_of_sight.php?category=Informatik&depth=5',
 'Greek Myth': 'http://toolserver.org/~magnus/deep_out_of_sight.php?category=Griechische Mythologie&depth=9',
 'Kleinigkeiten': 'http://toolserver.org/~magnus/random_out_of_sight.php?limit=5&out=20&language=de&project=wikipedia#',
 'alle': 'Spezial:Seiten_mit_ungesichteten_Versionen',
 'Statistik': 'Spezial:Markierungsstatistik'
},
'-------Software--------': {
 'WP:NEU': 'Wikipedia:Projektneuheiten',
 'Bugzilla': 'https://bugzilla.wikimedia.org/',
 'SVN': 'http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/'
},
'-------Sonstiges-------': {
 'Kurier': 'Wikipedia:Kurier',
 'WP:VV': 'Wikipedia:Verbesserungsvorschläge',
 'WP:C': 'Wikipedia:Café'
}
}
}
});
  load('[[Benutzer:Schnark/js/topcontrib.js]]');
  load('[[Benutzer:Perhelion/Title_truncation.js]]');
  load('[[Benutzer:Perhelion/sectionSummary.js]]');  // automatische Zusammenfassung bei falschen Abschnitt
 }
});

mw.loader.load(mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=Benutzer:Schnark/js/jsmodules.js&action=raw&ctype=text/javascript'); //[[Benutzer:Schnark/js/jsmodules.js]]


/*   Beschreibung: [[Benutzer:NetAction/WikiTrust/de]] */
$.holdReady(true);
 mw.loader.load("//toolserver.org/~netaction/wikitrust.js","text/javascript");

/* Redirect to the Commons File description page. Idea from [[WP:TSW]] */
if (mw.config.get("wgNamespaceNumber") == 6)
  $("head link").each(function () {
	if($(this).attr("rel") === "canonical")
		document.location.href = $(this).attr("href");
});