מדיה ויקי:Gadget-LastUserEdit.js: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
מ לא יותר יפה?
מ אופסי
שורה 63:
recent = timeSinceEdit < 1000 * 60 * 30,
hint = 'העריכה האחרונה של ' + user + ' \n' +
'הייתה ' + ago(timeSinceEdit)' \n' +
'הייתה בדף: ' + data.query.usercontribs[0].title + ' \n' ;
var img = $('<img>',{src: pic(recent), title: hint, alt:hint});
var a = $('<a>', {href: mw.util.wikiScript() + '?title=שיחת משתמש:' + user + '&action=edit&section=new', title: hint}).append(img);