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

ק
אויסשטעל, פאראויסקוק אונטער אלעס
אין תקציר עריכה
ק (אויסשטעל, פאראויסקוק אונטער אלעס)
שורה 675: שורה 675:
                     )
                     )
                 )
                 )
                .append($('<label>').text(' רעפערענץ '))
                .append($('<input>', {type: 'checkbox', id: 'asRef'}).change(updateRawPreview))
                .append($('<label>').css({width: '12em'}).text( ' אייטעם אין א ליסטע '))
                .append($('<input>', {type: 'checkbox', id: 'asList'}).change(updateRawPreview))
                 .append($('<pre>', { id: 'tpw_preview' }).addClass('tpw-wikicode-preview'));
                 .append($('<pre>', { id: 'tpw_preview' }).addClass('tpw-wikicode-preview'));


             while (paramsOrder.length)
             while (paramsOrder.length)
                 addRow(paramsOrder.shift(), table);
                 addRow(paramsOrder.shift(), table);
            dialog.append($('<label>').text(' רעפערענץ '))
            .append($('<input>', {type: 'checkbox', id: 'asRef'}).change(updateRawPreview))
            .append($('<label>').css({width: '12em'}).text( ' אייטעם אין א ליסטע '))
            .append($('<input>', {type: 'checkbox', id: 'asList'}).change(updateRawPreview));


             var buttons = {}; // we need to do it this way, because with literal object, the keys must be literal.
             var buttons = {}; // we need to do it this way, because with literal object, the keys must be literal.