אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-wikibugs-patrol-clone.js"

צוריקדריי צו ווערסיע 311509 פון 15:34, יאנואר 21, 2024 דורך צמא לדעת: בעסער לאזן פארן דעזיין עקספערט...
(מער ווי קנעפלעך)
צייכן: צוריקגעשטעלט
(צוריקדריי צו ווערסיע 311509 פון 15:34, יאנואר 21, 2024 דורך צמא לדעת: בעסער לאזן פארן דעזיין עקספערט...)
צייכן: מאנועל צוריקשטעל
שורה 311: שורה 311:


         $('h2').each(function () {
         $('h2').each(function () {
             var archive = $('<a>לבדיקה</a>').attr({ href: '#' }).css({
             var archive = $('<a>לבדיקה</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(archiveReport),
                "font-weight": "bold",
                 removeReportBtn = $('<a>אראפנעמען-</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(removeReport),
                "font-size": "11px",
                 removeReportBtn2 = $('<a>אראפנעמען</a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(removeReport2),
                "text-decoration": "none",
                 saveChangeBtn = $('<a>באהאנדלט<a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(saveChange),
                "background-color": "#EEEEEE",
                 saveChangeBtn2 = $('<a>טוישט<a>').attr({ href: '#' }).css({ 'font-size': 'large' }).click(saveChange2),
                "color": "#333333",
                 saveChangeBtn3 = $('<a>טוישט-<a>').attr({ href: '#' }).css({ 'font-size': 'large', 'margin-right': '20px' }).click(saveChange3);
                "padding": "2px 6px",
             $(this).find('.mw-editsection').append(['<br><br>', removeReportBtn, saveChangeBtn, saveChangeBtn3, saveChangeBtn2, removeReportBtn2, archive]);
                "border-top": "1px solid #CCCCCC",
                "border-right": "1px solid #333333",
                "border-bottom": "1px solid #333333",
                "border-left": "1px solid #CCCCCC"
            }).click(archiveReport),
                 removeReportBtn = $('<a>אראפנעמען-</a>').attr({ href: '#' }).css({
                    "font-weight": "bold",
                    "font-size": "11px",
                    "text-decoration": "none",
                    "background-color": "#EEEEEE",
                    "color": "#333333",
                    "padding": "2px 6px",
                    "border-top": "1px solid #CCCCCC",
                    "border-right": "1px solid #333333",
                    "border-bottom": "1px solid #333333",
                    "border-left": "1px solid #CCCCCC"
                }).click(removeReport),
                 removeReportBtn2 = $('<a>אראפנעמען</a>').attr({ href: '#' }).css({
                    "font-weight": "bold",
                    "font-size": "11px",
                    "text-decoration": "none",
                    "background-color": "#EEEEEE",
                    "color": "#333333",
                    "padding": "2px 6px",
                    "border-top": "1px solid #CCCCCC",
                    "border-right": "1px solid #333333",
                    "border-bottom": "1px solid #333333",
                    "border-left": "1px solid #CCCCCC"
                }).click(removeReport2),
                 saveChangeBtn = $('<a>באהאנדלט<a>').attr({ href: '#' }).css({
                    "font-weight": "bold",
                    "font-size": "11px",
                    "text-decoration": "none",
                    "background-color": "#EEEEEE",
                    "color": "#333333",
                    "padding": "2px 6px",
                    "border-top": "1px solid #CCCCCC",
                    "border-right": "1px solid #333333",
                    "border-bottom": "1px solid #333333",
                    "border-left": "1px solid #CCCCCC"
                }).click(saveChange),
                 saveChangeBtn2 = $('<a>טוישט<a>').attr({ href: '#' }).css({
                    "font-weight": "bold",
                    "font-size": "11px",
                    "text-decoration": "none",
                    "background-color": "#EEEEEE",
                    "color": "#333333",
                    "padding": "2px 6px",
                    "border-top": "1px solid #CCCCCC",
                    "border-right": "1px solid #333333",
                    "border-bottom": "1px solid #333333",
                    "border-left": "1px solid #CCCCCC"
                }).click(saveChange2),
                 saveChangeBtn3 = $('<a>טוישט-<a>').attr({ href: '#' }).css({
                    "font-weight": "bold",
                    "font-size": "11px",
                    "text-decoration": "none",
                    "background-color": "#EEEEEE",
                    "color": "#333333",
                    "padding": "2px 6px",
                    "border-top": "1px solid #CCCCCC",
                    "border-right": "1px solid #333333",
                    "border-bottom": "1px solid #333333",
                    "border-left": "1px solid #CCCCCC"
                }).click(saveChange3);
             $(this).find('.mw-editsection').append([removeReportBtn, saveChangeBtn, saveChangeBtn3, saveChangeBtn2, removeReportBtn2, archive]);
         });
         });
     });
     });
}
}