אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Ref2template.js"

פון המכלול
קפיצה לניווט קפיצה לחיפוש
ק (רעדאגירונגען דורך צמא לדעת (שמועס) צוריקגעשטעלט צו דער לעצטער ווערסיע פון תנא קמא)
צייכן: צוריקדריי
(log)
שורה 1: שורה 1:
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) + 1 ) {
if ($.inArray(mw.config.get('wgAction'), ['edit', 'submit']) + 1) {
$('#wpTextbox1').on('wikiEditor-dialogs-loaded-insert-reference', function(){
    console.log("Current action:", mw.config.get('wgAction'));
$( '#wikieditor-toolbar-reference-dialog' ).on( 'dialogopen', function() {
    $('#wpTextbox1').on('wikiEditor-dialogs-loaded-insert-reference', function () {
var
        console.log("WikiEditor dialog loaded");
dialog = $( this ).parent(),
        $('#wikieditor-toolbar-reference-dialog').on('dialogopen', function () {
addButton,
            console.log("Reference dialog opened");
clone,
            var
refnameId = 'wikieditor-toolbar-reference-name',
                dialog = $(this).parent(),
onAdd = function() {
                addButton,
var $this = $( '#wikieditor-toolbar-reference-dialog' ),
                clone,
refContent = $( '#wikieditor-toolbar-reference-text' ).val(),
                refnameId = 'wikieditor-toolbar-reference-name',
refName = $( '#' + refnameId ).val(),
                onAdd = function () {
whitespace = $this.data( 'whitespace' ),
                    var $this = $('#wikieditor-toolbar-reference-dialog'),
attributes = $this.data( 'attributes' ),
                        refContent = $('#wikieditor-toolbar-reference-text').val(),
refPrefix = whitespace[0]
                        refName = $('#' + refnameId).val(),
+ '{{' + 'הערה|'
                        whitespace = $this.data('whitespace'),
+ ( $.trim( refName ) ? 'שם=' + refName + '|' : '' )
                        attributes = $this.data('attributes'),
+ (/=/.test( refContent ) ? '1=' : '');
                        refPrefix = whitespace[0]
// Close the dialog
                            + '{{' + 'הערה|'
$this.dialog( 'close' );
                            + ($.trim(refName) ? 'שם=' + refName + '|' : '')
$.wikiEditor.modules.toolbar.fn.doAction(
                            + (/=/.test(refContent) ? '1=' : '');
$this.data( 'context' ),
                    console.log("Reference content:", refContent);
{
                    console.log("Reference name:", refName);
type: 'replace',
                    console.log("Whitespace:", whitespace);
options: {
                    console.log("Attributes:", attributes);
pre: refPrefix,
                    console.log("Reference prefix:", refPrefix);
peri: refContent,
                    // Close the dialog
post: '}}' + whitespace[1]
                    $this.dialog('close');
}
                    console.log("Dialog closed");
},
                    $.wikiEditor.modules.toolbar.fn.doAction(
$this
                        $this.data('context'),
);
                        {
// Restore form state
                            type: 'replace',
$( '#wikieditor-toolbar-reference-text' ).val( '' );
                            options: {
$( '#' + refnameId ).val( '' );
                                pre: refPrefix,
};
                                peri: refContent,
if ( !window.refDialogbeenThere ) {
                                post: '}}' + whitespace[1]
$( 'label[for=wikieditor-toolbar-reference-text]' ).before( $( '<input>', { id: refnameId } ) ).before( $( '<p>' ) );
                            }
$( '#' + refnameId ).before( $( '<label>', { 'for': refnameId, rel: refnameId, text: 'שם ההערה (אופציונלי) :' } ) );
                        },
$(this).dialog( 'option', { height: 'auto' } );
                        $this
window.refDialogbeenThere = true;
                    );
addButton = dialog.find( 'button:contains(הוספה)' ),
                    console.log("Action performed");
clone = addButton.clone().click( onAdd ).insertAfter( addButton );
                    // Restore form state
addButton.toggle( false );
                    $('#wikieditor-toolbar-reference-text').val('');
}
                    console.log("Form state restored");
} );
                    $('#' + refnameId).val('');
});
                };
$(function() {
            if (!window.refDialogbeenThere) {
var action = $('[rel=reference]').data('action'),
                $('label[for=wikieditor-toolbar-reference-text]').before($('<input>', { id: refnameId })).before($('<p>'));
options = (action || {}).options;
                $('#' + refnameId).before($('<label>', { 'for': refnameId, rel: refnameId, text: 'שם ההערה (אופציונלי) :' }));
if (options) {
                $(this).dialog('option', { height: 'auto' });
options.pre = '{{הערה|1=';
                window.refDialogbeenThere = true;
options.post = '}}';
                addButton = dialog.find('button:contains(הוספה)'),
}
                    clone = addButton.clone().click(onAdd).insertAfter(addButton);
action = $('[rel=newline]').data('action');
                addButton.toggle(false);
options = (action || {}).options;
            }
if (options)  
        });
options.pre = '{{ש}}\n';
    });
else
    $(function () {
$('#wpTextbox1').on('wikiEditor-toolbar-buildSection-advanced', function( e, d ){
        var action = $('[rel=reference]').data('action'),
d.groups.format.tools.newline.action.options.pre = '{{ש}}\n';  
            options = (action || {}).options;
});
        console.log("Reference action:", action);
})
        console.log("Reference options:", options);
        if (options) {
            options.pre = '{{הערה|1=';
            options.post = '}}';
        }
        action = $('[rel=newline]').data('action');
        console.log("Newline action:", action);
        options = (action || {}).options;
        console.log("Newline options:", options);
        if (options)
            options.pre = '{{ש}}\n';
        else
            $('#wpTextbox1').on('wikiEditor-toolbar-buildSection-advanced', function (e, d) {
                d.groups.format.tools.newline.action.options.pre = '{{ש}}\n';
            });
    })
}
}

רעוויזיע פון 15:05, 18 סעפטעמבער 2023

if ($.inArray(mw.config.get('wgAction'), ['edit', 'submit']) + 1) {
    console.log("Current action:", mw.config.get('wgAction'));
    $('#wpTextbox1').on('wikiEditor-dialogs-loaded-insert-reference', function () {
        console.log("WikiEditor dialog loaded");
        $('#wikieditor-toolbar-reference-dialog').on('dialogopen', function () {
            console.log("Reference dialog opened");
            var
                dialog = $(this).parent(),
                addButton,
                clone,
                refnameId = 'wikieditor-toolbar-reference-name',
                onAdd = function () {
                    var $this = $('#wikieditor-toolbar-reference-dialog'),
                        refContent = $('#wikieditor-toolbar-reference-text').val(),
                        refName = $('#' + refnameId).val(),
                        whitespace = $this.data('whitespace'),
                        attributes = $this.data('attributes'),
                        refPrefix = whitespace[0]
                            + '{{' + 'הערה|'
                            + ($.trim(refName) ? 'שם=' + refName + '|' : '')
                            + (/=/.test(refContent) ? '1=' : '');
                    console.log("Reference content:", refContent);
                    console.log("Reference name:", refName);
                    console.log("Whitespace:", whitespace);
                    console.log("Attributes:", attributes);
                    console.log("Reference prefix:", refPrefix);
                    // Close the dialog
                    $this.dialog('close');
                    console.log("Dialog closed");
                    $.wikiEditor.modules.toolbar.fn.doAction(
                        $this.data('context'),
                        {
                            type: 'replace',
                            options: {
                                pre: refPrefix,
                                peri: refContent,
                                post: '}}' + whitespace[1]
                            }
                        },
                        $this
                    );
                    console.log("Action performed");
                    // Restore form state
                    $('#wikieditor-toolbar-reference-text').val('');
                    console.log("Form state restored");
                    $('#' + refnameId).val('');
                };
            if (!window.refDialogbeenThere) {
                $('label[for=wikieditor-toolbar-reference-text]').before($('<input>', { id: refnameId })).before($('<p>'));
                $('#' + refnameId).before($('<label>', { 'for': refnameId, rel: refnameId, text: 'שם ההערה (אופציונלי) :' }));
                $(this).dialog('option', { height: 'auto' });
                window.refDialogbeenThere = true;
                addButton = dialog.find('button:contains(הוספה)'),
                    clone = addButton.clone().click(onAdd).insertAfter(addButton);
                addButton.toggle(false);
            }
        });
    });
    $(function () {
        var action = $('[rel=reference]').data('action'),
            options = (action || {}).options;
        console.log("Reference action:", action);
        console.log("Reference options:", options);
        if (options) {
            options.pre = '{{הערה|1=';
            options.post = '}}';
        }
        action = $('[rel=newline]').data('action');
        console.log("Newline action:", action);
        options = (action || {}).options;
        console.log("Newline options:", options);
        if (options)
            options.pre = '{{ש}}\n';
        else
            $('#wpTextbox1').on('wikiEditor-toolbar-buildSection-advanced', function (e, d) {
                d.groups.format.tools.newline.action.options.pre = '{{ש}}\n';
            });
    })
}