Share to: share facebook share twitter share wa share telegram print page

Szerkesztő:Tgr/jstest.js

/* TODO prompt helyett textarea */
function jstestChange() {
    var cookieText = getCookie('jstest');
    if (cookieText === null) cookieText = '';
    var r = prompt('Teszt kód:', cookieText);
    if(r!=null) setCookie('jstest', r);
    return false
}

function jstestInstall() {
    mw.util.addPortletLink('p-tb', '#', 'js teszt', 't-jstest', 'Javascript kód tesztelése', null, null).firstChild.onclick = jstestChange;
/* TODO több cookie: itt is, onload előtt is */
    if(getCookie('jstest')) {
       eval(getCookie('jstest'));
    }
}

$(jstestInstall);
Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya