מייבאים כמותיים, בדוקי עריכות אוטומטית, ביוראקראטן, אינטערפעיס רעדאקטארן, emailconfirmed, אינטערפעיס אדמיניסטראַטאָרן, מנטרים, סיסאפן, צוות טכני, מייבאים, מעדכנים, אספקלריה רעדאקטארן
102,362
רעדאגירונגען
אין תקציר עריכה |
ק (הגהה, נאר פון וויקי) |
||
| (29 מיטלסטע ווערסיעס פון 2 באַניצער נישט געוויזן.) | |||
| שורה 1: | שורה 1: | ||
/* אלע סקריפטן פון JavaScript דא געשריבן וועלן געלאדן ווערן פאר אלע באניצער ווען זיי לאדירן דעם בלאט */ | /* אלע סקריפטן פון JavaScript דא געשריבן וועלן געלאדן ווערן פאר אלע באניצער ווען זיי לאדירן דעם בלאט */ | ||
// פונקציה לסקריפטים דו-לשוניים | // פונקציה לסקריפטים דו-לשוניים | ||
| שורה 16: | שורה 7: | ||
return lang === 'he' ? he || yi : yi; | return lang === 'he' ? he || yi : yi; | ||
} | } | ||
var element = document.getElementById('pt-anontalk'); | |||
if(element){ | |||
element.style.display = "none"; | |||
} | |||
element = document.getElementById('pt-mysandbox'); | |||
if(element){ | |||
element.style.display = "none"; | |||
} | |||
element = document.getElementById('pt-anoncontribs'); | |||
if(element){ | |||
element.style.display = "none"; | |||
} | |||
// אין פנים, שריי נישט הויך ווען א הערה פירט צו א "דארט" | |||
$('.mw-parser-output sup a').each(function() { | |||
var text = $(this).text(); | |||
// Check if the text follows the format '[1.2]' | |||
if (/^\[\d+\.\d+\]$/.test(text)) { | |||
// לאז עס נאר אין דרוקבארע ווערסיע | |||
var modifiedText = text.replace(/(\.\d+)/, '<span id="printOnly">$1</span>'); | |||
$(this).html(modifiedText); | |||
} | |||
}); | |||
var ns = mw.config.get('wgNamespaceNumber'); | |||
$(function(){ | |||
if (ns === 8000) { | |||
// דאס טוישט בעקגראונד קאליר פון דרעפטס אין רוי | |||
var txt = document.getElementById("wpTextbox1"); | |||
if (document.getElementById("mbox-draft") || (txt && txt.value.includes("{" + "{דרעפט"))) { | |||
var contentElement = document.querySelector("#content"); | |||
contentElement.style.backgroundColor = "#F9F7F8"; | |||
} else if (document.getElementById("yiwiki")) { | |||
// לייג צו דעם ווארענונג | |||
addEditIntro( 'מוסטער:וויקי editintro' ); | |||
} | |||
} | |||
}); | |||
/*if (mw.config.get("wgAction") === "history") { | |||
importScript("MediaWiki:FixHistPage.js"); // הסתרת קישורים ותיבות checkbox בדף ההיסטוריה והוספת אפשרות להפעלתם באמצעות כפתור מתאים. | |||
}*/ | |||
function importScript(script) { | |||
mw.loader.load( | |||
"/w/index.php?title=" + | |||
encodeURI(script) + | |||
"&action=raw&ctype=text/javascript" | |||
); | |||
} | |||
function importStylesheet(styleSheet) { | |||
mw.loader.load( | |||
"/w/index.php?title=" + | |||
encodeURI(styleSheet) + | |||
"&action=raw&ctype=text/css", | |||
"text/css" | |||
); | |||
} | |||
function importStylesheetURI(uri) { | |||
mw.loader.load(uri, "text/css"); | |||
} | |||
/* | |||
function importHebScript(script) { | |||
mw.loader.load( | |||
"https://www.hamichlol.org.il/w/index.php?title=" + | |||
encodeURI(script) + | |||
"&action=raw&ctype=text/javascript" | |||
); | |||
} | |||
*/ | |||
/* ייבוא סקריפטים */ | /* ייבוא סקריפטים */ | ||
/* פונקציה לייבוא סקריפט מ[[המכלול:סקריפטס]] */ | /* פונקציה לייבוא סקריפט מ[[המכלול:סקריפטס]] */ | ||
| שורה 36: | שורה 101: | ||
} | } | ||
}); | }); | ||
} | |||
if (ns == 2 || ns == 3) { | |||
importUserScript(13); | |||
} | } | ||
mw.loader.using("mediawiki.util", function () { | mw.loader.using("mediawiki.util", function () { | ||
"use strict"; | "use strict"; | ||
// סקריפטים לעמודים ספציפיים | // סקריפטים לעמודים ספציפיים | ||
/* if ( mw.config.get( 'wgIsMainPage' ) && mw.config.get( 'wgAction' ) === "view" ) { | |||
importScript( 'MediaWiki:Portals.js' ); // פורטלים מתחלפים בעמוד הראשי | importScript( 'MediaWiki:Portals.js' ); // פורטלים מתחלפים בעמוד הראשי | ||
} | } | ||
if (mw.config.get("wgCanonicalSpecialPageName") === "Upload") { | if (mw.config.get("wgCanonicalSpecialPageName") === "Upload") { | ||
importScript("MediaWiki:Licenses.js"); // שיפורים ברשיונות ושינויים בדף ההעלאה | importScript("MediaWiki:Licenses.js"); // שיפורים ברשיונות ושינויים בדף ההעלאה | ||
} | } | ||
*/ | |||
// link to sub pages | // link to sub pages | ||
if ( | if ( | ||
ns > 0 && | |||
ns != 6 && | |||
ns != 14 | |||
) { | ) { | ||
$(function () { | $(function () { | ||
var linkText = | var linkText = language("סוב-בלעטער", "דפי משנה"), | ||
linkTitle = language("ליסטע פון די סוב-בלעטער פון דעם בלאט", "רשימת דפי המשנה של דף זה"); | |||
linkTitle = | |||
$("#t-recentchangeslinked").after( | $("#t-recentchangeslinked").after( | ||
| שורה 91: | שורה 143: | ||
}); | }); | ||
} | } | ||
/** WikiMiniAtlas ******************************************************* | |||
* | |||
* Description: WikiMiniAtlas is a popup click and drag world map. | |||
* This script causes all of our coordinate links to display the WikiMiniAtlas popup button. | |||
* The script itself is located on meta because it is used by many projects. | |||
* See [[Meta:WikiMiniAtlas]] for more information. | |||
* Maintainers: [[User:Dschwen]] | |||
( function () { | |||
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' ); | |||
} | |||
} )(); */ | |||
/* | |||
* Description: Redirects from /User:UserName/skin.js or .css to the user's actual skin page. Used (also) in {{תב|דף אישי}}. | |||
* Originally created by [[:en:User:Cacycle]] | |||
*/ | |||
$( function () { | |||
if ( mw.config.get( 'wgArticleId' ) === 0 && mw.config.get( 'wgUserName' ) ) { | |||
var pageName = mw.config.get( 'wgPageName' ); | |||
var slash = pageName.indexOf( '/' ); | |||
var norm = pageName.substr( 0, slash ) + mw.config.get( 'wgPageName' ).substr( slash ).toLowerCase(); | |||
var test = 'באַניצער:' + mw.config.get( 'wgUserName' ).replace( / /g, '_' ) + '/skin.'; | |||
var ext = null; | |||
if ( norm === test + 'js' ) { | |||
ext = 'js'; | |||
} else if (norm === test + 'css') { | |||
ext = 'css'; | |||
} | |||
if ( ext !== null ) { | |||
window.location.href = window.location.href.replace( | |||
/\/skin.(css|js)/i, | |||
'/' + mw.config.get( 'skin' ) + '.' + ext | |||
); | |||
} | |||
} | |||
// create an event when util.addPortletLink() is called, so scripts that manipulate menus ca readjust. | |||
var oldFunc = mw.util.addPortletLink; | |||
if ( typeof oldFunc === 'function' ) { | |||
mw.util.addPortletLink = function () { | |||
var res = oldFunc.apply( this, arguments ); | |||
$( document ).trigger( 'new-portlet-link' ); | |||
return res; | |||
}; | |||
} | |||
} ); | |||
if ( | if ( | ||
$.inArray(mw.config.get("wgPageName"), [ | $.inArray(mw.config.get("wgPageName"), [ | ||
"המכלול:בוקמרקלטים", | "המכלול:בוקמרקלטים", | ||
" | "המכלול_שמועס:בוקמרקלטים", | ||
]) + 1 | ]) + 1 | ||
) { | ) { | ||
| שורה 101: | שורה 205: | ||
} | } | ||
/* if (mw.config.get("wgCanonicalSpecialPageName") === "Search") { | |||
//importScript( 'MediaWiki:SearchEngines.js' ); // בחירה במנועי חיפוש שונים | //importScript( 'MediaWiki:SearchEngines.js' ); // בחירה במנועי חיפוש שונים | ||
importScript("Mediawiki:Gadget-advanceSearch.js"); | //importScript("Mediawiki:Gadget-advanceSearch.js"); // שוין פארהאן Gadget-GSearch | ||
} | }*/ | ||
/* | /* | ||
| שורה 187: | שורה 291: | ||
// Detects uses of template "טען סקריפט" and loads specifically-named gadgets. | // Detects uses of template "טען סקריפט" and loads specifically-named gadgets. | ||
// gadget name as defined in gadgets-definition must begin with "ondemand-" | // gadget name as defined in gadgets-definition must begin with "ondemand-" | ||
if (mw.config.get( | if ( mw.config.get('wgCanonicalNamespace') !== 'Special' ) | ||
mw.hook( 'wikipage.content' ).add( function( content ) { | |||
$( '.executeJS', content ).each( function () { | |||
var gadget = $( this ).data( 'gadgetname' ); | |||
if ( gadget && $.trim( gadget ) ) | |||
mw.loader.load( 'ext.gadget.ondemand-' + $.trim( gadget ) ); | |||
} ); | |||
} ); | |||
/* נישט דא. וועט דארפן גיין אלס הרחבה בעפאר שאפן דעם HTML | |||
// Add structured website data | |||
if (mw.config.get('wgArticleId') === 1) { // הויפט בלאט | |||
const structuredDataText = JSON.stringify({ | |||
"@context": "https://schema.org", | |||
"@type": "WebSite", | |||
"name": "אידיש המכלול", | |||
"alternateName": ["המכלול אידיש", "המכלול"], | |||
"url": "https://yi.hamichlol.org.il/" | |||
}); | |||
const script = document.createElement('script'); | |||
script.setAttribute('type', 'application/ld+json'); | |||
script.textContent = structuredDataText; | |||
document.head.appendChild(script); | |||
} | } | ||
*/ | */ | ||
רעדאגירונגען