בדוקי עריכות אוטומטית, אינטערפעיס רעדאקטארן, אינטערפעיס אדמיניסטראַטאָרן, סיסאפן, מייבאים, מעדכנים, מייבא, אספקלריה רעדאקטארן
46,708
רעדאגירונגען
(אויך מיט פאראמעטער) |
אין תקציר עריכה |
||
| (3 מיטלסטע ווערסיעס פון 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(); | |||
} | |||
} | |||
}); | |||
// פונקציה לסקריפטים דו-לשוניים | // פונקציה לסקריפטים דו-לשוניים | ||
| שורה 41: | שורה 56: | ||
var contentElement = document.querySelector("#content"); | var contentElement = document.querySelector("#content"); | ||
contentElement.style.backgroundColor = "#F9F7F8"; | contentElement.style.backgroundColor = "#F9F7F8"; | ||
} else { | } else if (document.getElementById("yiwiki")) { | ||
// לייג צו דעם ווארענונג | // לייג צו דעם ווארענונג | ||
addEditIntro( 'מוסטער: | addEditIntro( 'מוסטער:וויקי editintro' ); | ||
} | } | ||
} | } | ||
רעדאגירונגען