User:Regenspaziergang/monobook.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin is at User:Regenspaziergang/monobook.css. |
loadJS('[[User:Zocky/PicturePopups.js]]');
function loadJS(page){
page=page.replace(/^\[\[(.*)\]\]$/, '$1');
var lang='en';
if (page.match(/^(.*?):(.*:.*)/)) {
lang=RegExp.$1; page=RegExp.$2;
}
document.write('<script type="text/javascript" src="' + 'http://' + lang + '.wikipedia.org/w/index.php?title=' + page + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}
// [[User:Lupin/popups.js]]
importScript('User:Lupin/popups.js');
popupDelay = 0.3; // Popupverzögerung in s (DEFAULT: 0.5)
simplePopups = false; // auf true setzen, wenn Laden im Hintergrund unerwünscht (DEFAULT: false)
popupStructure = 'menus'; // Aussehen der Popups (DEFAULT: 'shortmenus')
popupActionsMenu = true; // separates "actions"-Menu (DEFAULT: true)
popupImages = true; // Bilder im Popup erwünscht? (DEFAULT: true)
popupSubpopups = true; // Popups für Links innerhalb von Popups generieren? (DEFAULT: true)
popupAdminLinks = false; // Funktionen, die nur Admins nutzen können (DEFAULT: false)
// nächste Option sollte bei Verwendung von showRedundantLinks.js *nicht* auf true gesetzt werden
removeTitles = false; // Originaltitel der Links nach popups verschieben? (DEFAULT: true)
popupFixRedirs = true; // Links auf Redirects korrigieren? (DEFAULT: false)
popupWatchRedirredPages = false; // korrigierte Seite beobachten? (DEFAULT: null)
popupRedirAutoClick = 'wpSave'; // ausgeführte Aktion beim Korrigieren von Redirects (DEFAULT: 'wpDiff')
popupRedlinkRemoval = true; // Rote Links entfernen? (DEFAULT: false)
popupFixDabs = true; // Links auf BKLs korrigieren? (DEFAULT: false)
popupWatchDisambiggedPages = false; // korrigierte Seite beobachten? (DEFAULT: null)
popupLastModified = true; // Zeit seit letzter Änderung anzeigen? (DEFAULT: true)
popupDiffDates = true; // Änderungsdaten bei Diffs anzeigen? (DEFAULT: true)
popupOnlyArticleLinks = true; // Popups nur für Artikel-Links (DEFAULT: true)
imagePopupsForImages = false; // Bildvorschau laden, wenn Mausposition über Bild? (DEFAULT: true)
popupMaxWidth = 400; // Maximalbreite des Popup-Fensters (DEFAULT: 350)
popupRevertSummaryPrompt = true; // Prompt zum Ändern des Revert-Kommentars? (DEFAULT: false)
popupMaxPreviewSentences = 6; // Anzahl der angezeigten Sätze in der Vorschau (DEFAULT: 4)
popupHideDelay = 0.1;
// <nowiki>
// Link auf Popups zu Messages hinzufügen?
addpopuplink = false;