כל היומנים הציבוריים
קפיצה לניווט
קפיצה לחיפוש
זוהי תצוגה משולבת של כל סוגי היומנים הזמינים בגאולהפדיה. ניתן לצמצם את התצוגה על־ידי בחירת סוג היומן, שם המשתמש (תלוי־רישיות) או הדף המושפע (גם כן תלוי־רישיות).
- 16:58, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-DeleteRequest.js (יצירת דף עם התוכן "הסקריפט מוסיף לשוניות "מחיקה", "הגנה" ו"חסימה" על מנת שאפשר יהיה לבקש מחיקת דפים, הגנת דפים וחסימת משתמשים באמצעות דף בקשות ממפעילים.: if(mw.config.get('wgNamespaceNumber') + 1) // not a special page $(function(){ function openDialog(code1, code2, code3, reasons, req) { var dialog = $("<div>").html("סיבה: ").dialog({title: "בקשה ל" + req});...")
- 16:57, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-rollBackSummary.js (יצירת דף עם התוכן "* Adds option to add summary to rollback revets. * Written by he:User:Yonidebest based on en:User:Ilmari Karonen's script. * Translated to Hebrew by User:ברק שושני * Rewritten by User:קיפודנחש and User:Guycn2 *: (function() { "use strict"; function i18n(key) { switch (mw.config.get("wgUserLanguage")) { case "he": switch (key) { case "summaryLinkTooltip": return "שחזור מהיר...")
- 16:57, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-UserMessages.js (יצירת דף עם התוכן "adds to the toolbox a list of templates to add in talkpages.: $(function() { var user = findUser(), userAnon = mw.util.isIPAddress( user ), tlist = userAnon ? [ {title: 'אזהרות', templates: ['אזהרה', 'לך', 'הבל', 'העתקה', 'נחסמת', 'תלונה', 'שגיאה']}, {title: 'הודעות', templates: ['ניסויים', 'נמחק ניסויים', 'נמחק', 'בוטל', 'חזרה על עריכה', 'קישור מבוט...")
- 16:57, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-RTRC.js (יצירת דף עם התוכן "// File:Krinkle_RTRC.js // File:Krinkle_RTRCdev.js mw.loader.getState('ext.gadget.rtrc') ? mw.loader.load('ext.gadget.rtrc') : mw.loader.load('https://www.mediawiki.org/w/load.php?debug=false&modules=ext.gadget.rtrc&lang=' + mw.config.get('wgUserLanguage', 'en'));")
- 16:56, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-rcPatrol.js (יצירת דף עם התוכן "Allows to mark pages as patrolled from the Recentchanges or Watchlist page. * * Written by User:Yonidebest: if ($.inArray(mw.config.get('wgCanonicalSpecialPageName'), ["Recentchanges", "Watchlist", "Recentchangeslinked", "Newpages"]) + 1) { mw.loader.load('mediawiki.api'); mw.hook( 'wikipage.content' ).add(function() { function patrol(revid, checkbox) { var api = new mw.Api(); api.postWithToken('patrol', {action: 'patrol', revid: revid })....")
- 16:56, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-toggleRCOptions.js (יצירת דף עם התוכן "var $match = $('.rcoptions, #mw-watchlist-form, #Recentchangestext'); // Important: many pages do not load this module by default so make sure it's loaded. if ($match.length) { mw.loader.using('jquery.makeCollapsible').then( function () { // Hides the RC options by default (incl. toggle button) $match.makeCollapsible({collapsed:true}); } ); }")
- 16:56, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-patrolAlarm.js (יצירת דף עם התוכן "// Patrollers alarm clock (function() { var cookiename = 'patrollers_alarmclock', distressLimit = window.wgPatrolDistressLimit || 75, frequency = window.wgPatrolDistressRestSeconds || 120, keys = {distress: 'inDistress', lastTest: 'lastTestedPatrols', lastVisitRC: 'lastVisitRC'}; function tsToDate(rc) { // timestamp looks like so: "2011-05-05T18:56:27Z" var dar = rc.timestamp.split(/[^\d]/) .map(function(s) { return parseInt(s, 10); });...")
- 16:51, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-QuickRCDiff.js (יצירת דף עם התוכן "if ($.inArray(mw.config.get('wgCanonicalSpecialPageName'),['Watchlist','Recentchanges'])!=-1) (function(){ var lastRequset, $diffDialog, $diffContent, patrolBtn, thanksBtn, diffId, diffTitle; function qRcDiffHandler(content){ mw.loader.load(['jquery.spinner', 'mediawiki.diff.styles']); $('.mw-changeslist-edit', content).not('qRcDiff').addClass('qRcDiff').click(function(e) { if (e.target !== this || ! $(this).find('a:contains(היסטוריה)').length)...")
- 16:50, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-QuickRCDiff.css (יצירת דף עם התוכן ".mw-special-Recentchanges .mw-changeslist-edit:hover, .mw-special-Watchlist .mw-changeslist-edit:hover { cursor:pointer; background:#CCF !important; } .changeslist-entry-visited { background: #EEEEEE !important; } .changeslist-entry-active { background: #d4ff80 !important; }")
- 16:50, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-RCDesign.css (יצירת דף עם התוכן ".mw-line-even, .mw-line-odd { border-top: 1px outset #000; } .mw-line-even:hover .mw-rollback-link, .mw-line-odd:hover .mw-rollback-link { opacity:1; } .mw-line-even .mw-rollback-link, .mw-line-odd .mw-rollback-link { opacity:0.2; margin-left: 10px; float:left; } .mw-line-even .mw-usertoollinks, .mw-line-odd .mw-usertoollinks { display:none; } .mw-line-even:hover .mw-usertoollinks, .mw-line-odd:hover .mw-usertoollinks { display:inline; } .mw-line-...")
- 16:49, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-IsBlock.js (יצירת דף עם התוכן "$( function() { if ($( '.blockRequestUserName ').length === 0) return; var list = {}; // collect all {{לחסום}} requests. note that it's an object, keyed by user name. // so, if there are multiple requests for same users, we only ask for one, and remember for each // all the spans we want to update for this user. $( '.blockRequestUserName ').each( function() { var span = $( this ), username = span.data( 'username' ); (list[username] = (lis...")
- 16:49, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-validate-template-params.css (יצירת דף עם התוכן ".paramvalidator-wrapper { direction: rtl; max-width: 32em; background-color: white; border: 2px solid darkblue; border-radius: 10px; padding: 0 0.5em 2px; } .paramvalidator-wrapper.pvem-wrapper.pvem-visible { display: block; } errlist is under vectorTabs li , which distorts a styles, so recover: .pvem-errorlist p a { display: inline; float: none; font-size: 100%; padding: 0; } .pvem-errorlist .paramvalidator-error { margin-lef...")
- 16:49, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-validate-template-params.js (יצירת דף עם התוכן "// window.pvem_first = true; window.mw.hook( 'wikipage.content' ).add( function( content ) { $('.pvem-main-button').remove(); if ( $( '.paramvalidator-wrapper', content ).length ) // page contains errors - let's get to work. mw.loader.using( ['mediawiki.util', 'mediawiki.storage', 'oojs-ui', 'site', 'user'] ).done( function() { const docuPage = 'ויקיפדיה:מערכת בדיקת פרמטרים/תיקון שגיאות', exposeVal = 'expos...")
- 16:48, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-rollbackConfirm.js (יצירת דף עם התוכן "$(function() { function convert() { mw.loader .using(['jquery.confirmable'], function() { $('.mw-rollback-link > a') .confirmable(); }); } if (typeof window.orientation !== 'undefined' || window.rollbackConfirm) { convert(); mw.hook('wikipage.content').add(convert); } });")
- 16:28, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-feedback.css (יצירת דף עם התוכן "עיצוב לתיבת משוב: #feedbackTextArea { height: 36px; width: 100%; overflow: auto; color: #999999; margin:auto; } .feedbackWrapper { text-align: center; margin-top: 1em; } .feedbackDiv { display: inline-block; background-color: #F9F9F9; border: 1px solid #CCCCCC; font-weight: bold; width: 49em; } .skin-minerva .feedbackDiv { width: inherit; } #feedbackTitle { width: 250px; color: #9...")
- 16:28, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-feedback.js (יצירת דף עם התוכן "//הוספת תיבת משוב בסוף ערכים $(function(){ function defaultFeedbackTitle(){ var x = new Date(); var months = ["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]; return 'משוב מ-'+x.getUTCDate() + ' ב'+months[x.getUTCMonth()]+' '+x.getUTCFullYear(); } if (mw.config.get('wgNamespaceNumber') || mw.config.get('wgAction')...")
- 16:27, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ExternalLinkNewTab.js (יצירת דף עם התוכן "** SOURCE: mediawiki.org/wiki/Snippets/Open_external_links_in_new_window **: mw.hook( 'wikipage.content' ).add( function( $content ) { $content.find( 'a.external, a[rel="mw:ExtLink"], a[rel="nofollow"]' ).each( function () { if ( this.href.indexOf( location.protocol + '//' + location.hostname ) !== 0 ) { this.target = '_blank'; if ( this.rel.indexOf( 'noopener' ) < 0 ) { this.rel += ' noopener'; // the leading space matters, rel attributes h...")
- 16:27, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-microblog.js (יצירת דף עם התוכן "* Adds option to share link to the current page in social networks and email * Written by he:User:ערן *: $( document ).ready( function () { var shareLabel, emailLabel, socialShares; shareLabel = 'שיתוף'; emailLabel = 'דוא\"ל'; socialShares = [ { 'title': emailLabel, 'url': 'mailto:?subject=' + encodeURIComponent( mw.config.get('wgPageName') ) + '&body=' + mw.config.get('wgServer') + '/wiki/' + encodeURIComponent( m...")
- 16:27, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-Revinfo.js (יצירת דף עם התוכן "החלפת הטולטיפ של גרסאות קודמות. נכתב על ידי משתמש:קיפודנחש: if (~mw.config.get('wgNamespaceNumber')) $.getJSON(mw.util.wikiScript('api'), {action: 'query', prop: 'revisions', titles: mw.config.get('wgPageName'), rvlimit: 1, rvprop: 'size|timestamp|user|comment', format: 'json'}, function(data) { if (data && data.query && data.query.pages) for (var pageid in data.query.pages) { var page = data.qu...")
- 16:27, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-checkVoteRights.css (יצירת דף עם התוכן "#t-checkvoterights a, .cvr-usersign a{ cursor: pointer; } .cvr-row { margin: 5px 20px 5px 5px; height: 25px; } .cvr-row label{ color: #2779AA; } .cvr-row input{ width: 64%; direction: ltr; text-align: left; } .cvr-row select{ margin-right: 5%; width: 30.7%; padding: 2px; } .cvr-row input, .cvr-row select{ outline: none; float: left; } #cvr-exec{ text-align: center; } #cvr-result{ text-align: center; font-size: 14px; line-height: 1.8; height...")
- 16:26, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-checkVoteRights.js (יצירת דף עם התוכן "* * סקריפט לבדיקת זכות הצבעה בדפי משתמש ובדפי הצבעה * נכתב על ידי קובי כרמל * version: 1.4 *: 'use strict'; function checkVoteRight(){ var self = this, namespaceNumber = mw.config.get('wgNamespaceNumber'); * VARIABLES *: this.datetime = new Date(); // Date datetime details this.heMonths = ['ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'א...")
- 16:26, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ExtendedFileOptions.js (יצירת דף עם התוכן "if ( mw.config.get('wgNamespaceNumber') === 6 ) $( function() { function deleteCommonsDuplicate(newName) { var api = new mw.Api(); mw.notify('כל השימושים בקובץ הוסרו'); if ( mw.config.get('wgUserGroups').indexOf('sysop') > -1) { api.postWithToken('edit', { action: 'delete', title: mw.config.get('wgPageName'), reason: 'הקובץ נמצא בוויקישיתוף: File:' + newName + '' }); } else { a...")
- 16:26, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-wikibugs.css (יצירת דף עם התוכן ".reportBugDialog label, .reportBugDialog input, .reportBugDialog textarea { display:block; } .reportBugDialog input.text, .reportBugDialog textarea { margin-bottom:12px; width:95%; padding: .4em; } .reportBugDialog fieldset { padding:0; border:0; } .reportBugDialog .ui-widget-content { border: 1px solid #DDD; } .reportBugDialog a { color: #0645AD; } #wbBadReports { float:left; width:200px; padding:4px 10px 18px; margin:2px 10px 0px 0px; font-size:95%; borde...")
- 16:25, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-wikibugs.js (יצירת דף עם התוכן "From pl:MediaWiki:Gadget-wikibugs.js: * @author: pl:User:Dodek (idea and text) * @author: pl:User:Adziura (idea and text) * @author: pl:User:Nux (implementation) * @author: pl:User:Saper (implementation) * @author: pl:User:Beau (implementation) * @author: pt:User:Helder.wiki (implementation) Adaptation for hewiki: * @author: User:ערן: mw.messages.set( { 'wikibugs-dialog-title': 'דיווח על טע...")
- 16:25, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-CommonsUpload.js (יצירת דף עם התוכן "שינוי קישורי ההעלאה: קישור אחד לדף הסבר (שממנו יש קישורים לדפים הרלוונטיים), וקישור ישיר לוויקישיתוף: $(function(){ var commonsLink = "//commons.wikimedia.org/w/index.php?title=Special:UploadWizard&uselang=he"; if (typeof(customCommonsLink) != 'undefined') commonsLink = customCommonsLink; try { if ( $('#t-upload').length ) $('#t-upload').html('<a href="'...")
- 16:25, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-VeDirectionMarkTool.css (יצירת דף עם התוכן "@noflip: .oo-ui-tool-name-DirectionTool .oo-ui-iconElement-icon { background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/4e/VisualEditor_-_Icon_-_Move-rtl.svg/24px-VisualEditor_-_Icon_-_Move-rtl.svg.png'); }")
- 16:24, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-VeDirectionMarkTool.js (יצירת דף עם התוכן "* * Adds direction mark tool to VE (for adding RLM): (function () { // localization for button name if(!mw.messages.exists('DirectionTool-toolname')){ mw.messages.set('DirectionTool-toolname', 'תו כיווניות'); } // localization for rlm template name if(!mw.config.exists('rlmTemplateName')){ mw.config.set('rlmTemplateName', 'כ'); } //end of localization function DirectionTool( toolGroup, config ) { OO.ui.Tool.call( this, toolGroup, confi...")
- 16:24, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-tasks.js (יצירת דף עם התוכן "$( function() { var page = 'משתמש:' + mw.config.get('wgUserName') + '/משימות'; function showPage(e) { e.preventDefault(); mw.loader.using( ['mediawiki.api'] ).then( function() { new mw.Api({ ajax: { cache: false } }).get( { action: 'parse', page: page, smaxage: 0, disableeditsection: true } ).done( function( data ) { if ( data && data.parse && data.parse.text && data.parse.text['*'] ) showContent( page, data.parse.text['*']...")
- 16:24, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-WdHeader.js (יצירת דף עם התוכן "mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript");")
- 16:23, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-tocMobile.css (יצירת דף עם התוכן "חשיפת תוכן העניינים בתצוגת ניידים: .toc-mobile { display: inherit !important; }")
- 16:23, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-linkscount.js (יצירת דף עם התוכן "if ( mw.config.get( 'wgNamespaceNumber' ) === -1 && [ 'Whatlinkshere', 'GlobalUsage' ].indexOf( mw.config.get( 'wgCanonicalSpecialPageName' ) ) !== -1 ) { mw.loader.load( '//www.wikidata.org/w/index.php?title=MediaWiki:Linkscount.js&action=raw&ctype=text/javascript' ); }")
- 16:21, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-paramerror-warn-on save.js (יצירת דף עם התוכן "if ( mw.config.get( 'wgPostEdit' ) ) mw.loader.load('ext.gadget.validate-template-params');")
- 16:21, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-tracking-category.css (יצירת דף עם התוכן ".catlinks a[title="קטגוריה:אי תאימות במספר הנציגים בפרלמנט"], .catlinks a[title="קטגוריה:גיליונות סגנון של תבניות המכילים שגיאות"], .catlinks a[title="קטגוריה:דפים החשודים בתאריך חיים חסר"], .catlinks a[title="קטגוריה:דפים עם יותר מדי קריאות למשתנים הגוזלים משאבים"], .catlinks a[title="קטגוריה:דפי...")
- 16:21, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-WLM.css (יצירת דף עם התוכן ".WLM-desktop .script78, .WLM-mobile .script78 { display: none; } .yellowedit { background-color: yellow; } .blueedit { background-color: #B0E2FF; } .WLM-icon { margin-left: 0.3em; margin-right: 0.3em; } .WLM-desktop .WLM-icon { font-size: 80%; } .WLM-mobile .WLM-icon { font-size: 120%; } a.close-edit { color: black; } a.mark-edits { color: #990066; } a.mark-all-flow-edits, a.mark-cat-edits { color: pink; } a.unmark-edits { color: green; } a.gold-button { co...")
- 16:21, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-WLM-draft.js (יצירת דף עם התוכן "$(function() { var timestamp, langmark; var api = new mw.Api(); api.get({ action: 'query', format: 'json', curtimestamp: 1 }) .done(function(data) { timestamp = data.curtimestamp; }); function i18n(name) { var msg = { mark: ['סימון כעריכה שנקראה', 'Mark as read'], unmark: ['סימון כעריכה שלא נקראה', 'Mark as unread'], close: ['הסתרת העריכה', 'Hide revision'], markFlow: ['סי...")
- 16:20, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-mobile-sidebar.js (יצירת דף עם התוכן "// mobile sidebar is a script written by Brion VIBBER and reside on his page in meta // slightly modified by קיפודנחש to accomodate non-vector skins, and for rtl. further, some css is added locally. for css mw.util.addCSS('#mobile-sidebar { right: auto !important ; left: 20px; } '); $(function() { mw.loader.load("//en.wikipedia.org/w/index.php?title=User:קיפודנחש/mobile-sidebarcopy.js&action=raw&ctype=text/javascript"); });")
- 16:20, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-wikibugs-patrol-clone.js (יצירת דף עם התוכן "var p_n = mw.config.get('wgPageName'); var pn = p_n.replace(/_/, ' '); if ( p_n.match(/^ויקיפדיה:תיקון_תקלדות_בקליק$/) || p_n.match(/^ויקיפדיה:תיקון_תקלדות_בקליק\/[0-9]+$/) ) { $(function(){ function reloadNotify(msg) { mw.notify(msg).done(function(){ window.location.reload(); }); } function removeSection(section, basetimestamp, starttimestamp, summ) { var api = new mw.Api(), pagename = this.curPage;...")
- 16:20, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-GlobalWatchlist.js (יצירת דף עם התוכן "if (mw.config.get('wgNamespaceNumber') == -1 && mw.config.get('wgCanonicalSpecialPageName') == 'Watchlist') $(function() { var target = '//meta.wikimedia.org/wiki/Special:GlobalWatchlist?uselang=he'; var text = 'רשימת מעקב גלובלית'; if (mw.config.get('skin') == 'minerva') { var elem = $('<a>', { id: 'gwl', text: text, title: text, href: target, target: '_blank' }); if ($('.mw-watchlist-toollinks a').length...")
- 16:19, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ime.js (יצירת דף עם התוכן "/* modified by user:קיפודנחש original script by Peter Schlömer, can be found on https://tools.wmflabs.org/imagemapedit/ime.js, and contains the following copyright notice: =========== original license ================ Copyright (c) 2007-2013 Peter Schlömer Released under the following licenses (to make reuse in other Wikis easier): GNU General Public License (GPL), version 2 GNU Free Documentatin Licence (GFDL), versio...")
- 16:18, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-pgnviewer.js (יצירת דף עם התוכן "/* this work is placed by its authors in the public domain. it was created from scratch, and no part of it was copied from elsewhere. it can be used, copied, modified, redistributed, as-is or modified, whole or in part, without restrictions. it can be embedded in a copyright protected work, as long as it's clear that the copyright does not apply to the embedded parts themselves. please do not claim for yourself copyrights for this work or parts of it. the...")
- 16:18, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ondemand-Tabs.js (יצירת דף עם התוכן "תמיכה בלשוניות, נכתב על ידי Yonidebest: $(function(){ var arrTabContent = []; var arrTabStyle = []; where: arrTabStyle['sX0'] = unselected background color arrTabStyle['sX1'] = border color where: X = id: function getTabContent(selectedID) { var td; // clear styling of all tabs var id = (selectedID.indexOf('0') == 7) ? selectedID.slice(6, 8) : selectedID.slice(6, 7);...")
- 16:18, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ImgToggle.js (יצירת דף עם התוכן "* * based on fr:MediaWiki:Common.js * expanded by he:user:Mikimik: (function () { var ImgToggleResizeSmallScreensFlag = true; mw.hook( 'wikipage.content' ).add( function ( $content ) { function toggleTitles(div, title1, title2) { div=div.firstChild; title1=title1.find('.imgtoggleboxTitle').text(); title2=title2.find('.imgtoggleboxTitle').text(); div.innerHTML = title1; div.nextSibling.innerHTML...")
- 16:17, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ondemand-Imagemap-Highlight.js (יצירת דף עם התוכן "$(document).ready(function() { var //add this class to all elements created by the script. the reason is that we call the script again on //window resize, and use the class to remove all the "artefacts" we created in the previous run. myClassName = 'imageMapHighlighterArtefacts' , liHighlightClass = 'liHighlighting' , specialAreaMark = 'area_mark' , specialLiClassesMark = 'list_classes' // "2d context" attributes used for highlighting. , area...")
- 16:17, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-LoadingContent.js (יצירת דף עם התוכן "// used by תבנית:תוכן נטען and תבנית:קישור לתוכן נטען // written by user:yonidebest and user:ערן $(document).ready(function(){ var lastLoadedId; // The content element is not actually available on every page, // so just don't anything if it's not there. if (mw.util.$content === null) { return; } function showLoadingContect(target, id) { if(lastLoadedId==id) { return; } lastLoadedId=id;...")
- 16:17, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-Collapsetables.js (יצירת דף עם התוכן "* Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed - using $.makeCollapsible: var autoCollapse = 2; mw.hook( 'wikipage.content' ).add( function ( $content ) { var $tables = $content .find( 'table.collapsible:not(.mw-collapsible)' ) .addClass( 'mw-collapsible' ); $.each( $tables, function( index, table ) { if( $( table ).hasClass( 'collapsed') ) { $( table )...")
- 16:16, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-purple.js (יצירת דף עם התוכן "טיוטה: if (['ar', 'en', 'he'].includes(mw.config.get('wgUserLanguage'))) { $.get(mw.util.wikiScript(), { title: 'module:ערך לא קיים/רשימה.json', action: 'raw' }) .done(function(data) { jsonlist = JSON.parse(data); $('a') .filter(function() { return Object.keys(jsonlist) .includes($(this) .text()); }...")
- 16:16, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-bottom.js (יצירת דף עם התוכן "if ( mw.config.get( 'wgNamespaceNumber' ) === 3 ) mw.hook('wikipage.content').add(function() { $(($('#bodyContent .mw-parser-output') .not('#bodyContent .mw-parser-output .mw-parser-output'))[0]) .append($('.bottom')); });")
- 16:15, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-uls.css (יצירת דף עם התוכן ".ulshere { user-select: none; } .ulshere a::after { content: url('/w/skins/Vector/resources/common/images/arrow-down-progressive.svg?f0b59'); padding-right: 7px; } .uls-no-results-view { background-color: #ffcccb; font-weight: bold; }")
- 16:15, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-uls.js (יצירת דף עם התוכן "$(function() { function getrec() { return (rec = rec || mw.uls.getFrequentLanguageList() || ['en', 'fr', 'es', 'de']); } var rec, api = new mw.Api(), lang = mw.config.get('wgContentLanguage'), type = mw.config.get('wgDBname').substr(lang.length), userlang = mw.config.get('wgUserLanguage'); $('.ulshere').each(function() { var id, cur = $(this); $.getJSON('//www.wikidata.org/w/api.php?callback=?', { action: 'wbgetentities', format: 'js...")
- 16:15, 18 ביולי 2023 גילגמש שיחה תרומות יצר את הדף מדיה ויקי:Gadget-ime (יצירת דף עם התוכן "גאדג'ט נסתר לטובת עורך מפת תמונה")