משתמש אלמוני
מדיה ויקי:Gadget-WLM-draft.js: הבדלים בין גרסאות בדף
אין תקציר עריכה
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 515: | שורה 515: | ||
wltype: 'edit|new', | wltype: 'edit|new', | ||
wlstart: timestamp, | wlstart: timestamp, | ||
wlallrev=1 | |||
errorformat: 'wikitext' | errorformat: 'wikitext' | ||
}) | }) | ||
שורה 522: | שורה 523: | ||
.after($('<div>', {id: 'newrevs', text: '['}) | .after($('<div>', {id: 'newrevs', text: '['}) | ||
.addClass('blueedit')); | .addClass('blueedit')); | ||
Object.keys(ans).map(function(key) { | |||
var uuu = ans[key].pageid; | |||
var vvv = $('.gold-' + uuu).length; | var vvv = $('.gold-' + uuu).length; | ||
if (vvv > 0) | if (vvv > 0) | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: | .append($('<span>', {text: ans[key].title + ', ', id: 'gold-little-' + uuu}) | ||
.prepend($('.gold-' + uuu).clone(true, true)[0])); | .prepend($('.gold-' + uuu).clone(true, true)[0])); | ||
else if (defected[uuu]) | else if (defected[uuu]) | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: | .append($('<span>', {text: ans[key].title + ', '})); | ||
else | else | ||
$('#newrevs') | $('#newrevs') | ||
.append($('<span>', {text: ', '}) | .append($('<span>', {text: ', '}) | ||
.prepend($('<a>', {text: | .prepend($('<a>', {text: ans[key].title, | ||
href: 'https://he.wikipedia.org/w/index.php?title=' | href: 'https://he.wikipedia.org/w/index.php?title=' | ||
+ | + ans[key].title + | ||
'&redirect=no&diff=cur&oldid=' + | '&redirect=no&diff=cur&oldid=' + ans[key].old_revid, | ||
target: '_blank' | target: '_blank' | ||
}) | }) |