מייבאים כמותיים, בדוקי עריכות אוטומטית, ביוראקראטן, אינטערפעיס רעדאקטארן, emailconfirmed, אינטערפעיס אדמיניסטראַטאָרן, מנטרים, סיסאפן, צוות טכני, מייבאים, מעדכנים, אספקלריה רעדאקטארן
102,362
רעדאגירונגען
(perf) |
ק (הגהה, נאר פון וויקי) |
||
| (22 מיטלסטע ווערסיעס פון 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'); | var element = document.getElementById('pt-anontalk'); | ||
| שורה 32: | שורה 21: | ||
} | } | ||
// | // אין פנים, שריי נישט הויך ווען א הערה פירט צו א "דארט" | ||
$('.mw-parser-output sup a').each(function() { | |||
var | 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(){ | $(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"); | |||
contentElement.style.backgroundColor = "#F9F7F8"; | |||
} else if (document.getElementById("yiwiki")) { | |||
// לייג צו דעם ווארענונג | |||
addEditIntro( 'מוסטער:וויקי editintro' ); | |||
} | |||
} | } | ||
| שורה 98: | שורה 50: | ||
/*if (mw.config.get("wgAction") === "history") { | |||
/* | |||
importScript("MediaWiki:FixHistPage.js"); // הסתרת קישורים ותיבות checkbox בדף ההיסטוריה והוספת אפשרות להפעלתם באמצעות כפתור מתאים. | importScript("MediaWiki:FixHistPage.js"); // הסתרת קישורים ותיבות checkbox בדף ההיסטוריה והוספת אפשרות להפעלתם באמצעות כפתור מתאים. | ||
}*/ | }*/ | ||
| שורה 159: | שורה 109: | ||
mw.loader.using("mediawiki.util", function () { | mw.loader.using("mediawiki.util", function () { | ||
"use strict"; | "use strict"; | ||
// סקריפטים לעמודים ספציפיים | // סקריפטים לעמודים ספציפיים | ||
| שורה 206: | שורה 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 ( | ||
| שורה 310: | שורה 299: | ||
} ); | } ); | ||
} ); | } ); | ||
/* נישט דא. וועט דארפן גיין אלס הרחבה בעפאר שאפן דעם 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); | |||
} | |||
*/ | |||
רעדאגירונגען