בדוקי עריכות אוטומטית, אינטערפעיס רעדאקטארן, אינטערפעיס אדמיניסטראַטאָרן, סיסאפן, מייבאים, מעדכנים, מייבא, אספקלריה רעדאקטארן
46,708
רעדאגירונגען
אין תקציר עריכה |
אין תקציר עריכה |
||
| (13 מיטלסטע ווערסיעס פון 2 באַניצער נישט געוויזן.) | |||
| שורה 1: | שורה 1: | ||
/* אלע סקריפטן פון JavaScript דא געשריבן וועלן געלאדן ווערן פאר אלע באניצער ווען זיי לאדירן דעם בלאט */ | /* אלע סקריפטן פון JavaScript דא געשריבן וועלן געלאדן ווערן פאר אלע באניצער ווען זיי לאדירן דעם בלאט */ | ||
// adds backlink to copied text | |||
document.addEventListener('copy', function(event) { | |||
const selection = window.getSelection(); | |||
if (!selection || selection.rangeCount === 0) return; | |||
const selectedText = selection.toString(); | |||
if (selectedText.length > 150) { | |||
if (event.clipboardData) { | |||
const attribution = "\n\nפון המכלול: " + decodeURI(document.location.href); | |||
const combinedText = selectedText + attribution; | |||
event.clipboardData.setData('text/plain', combinedText); | |||
event.preventDefault(); | |||
} | |||
} | |||
}); | |||
// פונקציה לסקריפטים דו-לשוניים | // פונקציה לסקריפטים דו-לשוניים | ||
| שורה 32: | שורה 47: | ||
} | } | ||
}); | }); | ||
var ns = mw.config.get('wgNamespaceNumber'); | var ns = mw.config.get('wgNamespaceNumber'); | ||
$(function(){ | $(function(){ | ||
if (ns === 8000) { | if (ns === 8000) { | ||
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי | // דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי | ||
var txt = document.getElementById("wpTextbox1"); | |||
if (document.getElementById("mbox-draft") || (txt && txt.value.includes("{" + "{דרעפט"))) { | |||
var contentElement = document.querySelector("#content"); | var contentElement = document.querySelector("#content"); | ||
contentElement.style.backgroundColor = "#F9F7F8"; | contentElement.style.backgroundColor = "#F9F7F8"; | ||
} else if (document.getElementById("yiwiki")) { | |||
// לייג צו דעם ווארענונג | |||
addEditIntro( 'מוסטער:וויקי editintro' ); | |||
} | } | ||
} | } | ||
| שורה 116: | שורה 65: | ||
/* | /*if (mw.config.get("wgAction") === "history") { | ||
importScript("MediaWiki:FixHistPage.js"); // הסתרת קישורים ותיבות checkbox בדף ההיסטוריה והוספת אפשרות להפעלתם באמצעות כפתור מתאים. | importScript("MediaWiki:FixHistPage.js"); // הסתרת קישורים ותיבות checkbox בדף ההיסטוריה והוספת אפשרות להפעלתם באמצעות כפתור מתאים. | ||
}*/ | }*/ | ||
| שורה 217: | שורה 166: | ||
* See [[Meta:WikiMiniAtlas]] for more information. | * See [[Meta:WikiMiniAtlas]] for more information. | ||
* Maintainers: [[User:Dschwen]] | * Maintainers: [[User:Dschwen]] | ||
( function () { | ( function () { | ||
if ( $( 'a.external.text[href*=geohack], div.kmldata' ).length ) { | if ( $( 'a.external.text[href*=geohack], div.kmldata' ).length ) { | ||
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=MediaWiki:Wikiminiatlas.js&action=raw&ctype=text/javascript' ); | mw.loader.load( '//meta.wikimedia.org/w/index.php?title=MediaWiki:Wikiminiatlas.js&action=raw&ctype=text/javascript' ); | ||
} | } | ||
} )(); | } )(); */ | ||
/* | /* | ||
| שורה 233: | שורה 182: | ||
var slash = pageName.indexOf( '/' ); | var slash = pageName.indexOf( '/' ); | ||
var norm = pageName.substr( 0, slash ) + mw.config.get( 'wgPageName' ).substr( slash ).toLowerCase(); | var norm = pageName.substr( 0, slash ) + mw.config.get( 'wgPageName' ).substr( slash ).toLowerCase(); | ||
var test = ' | var test = 'באַניצער:' + mw.config.get( 'wgUserName' ).replace( / /g, '_' ) + '/skin.'; | ||
var ext = null; | var ext = null; | ||
רעדאגירונגען