مستخدم:Mohammed Qays/AfDList.js
![]() | يمكن توفير توثيق لسكربت المستخدم هذا في الصفحة : مستخدم:Mohammed Qays/AfDList. |
ملاحظة: بعد الحفظ، قد يلزمك محو الاختزان لرؤية التغييرات ( ).
/* This script adds an "AfDs All" link to the top toolbar that gives the list of AfDs of past 7 days and more.
It is primarily designed for AfD regulars who prefer to directly review the full list of AfDs
To use the script, add the following line to Special:MyPage/common.js:
importScript('User:Mohammed Qays/AfDList.js'); // Linkback: [[User:Mohammed Qays/AfDList.js]]
*/
$.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).done( function() {
mw.util.addPortletLink(
'p-personal',
mw.util.getUrl('ويكيبيديا:قائمة المقالات الحالية والقديمة المرشحة للحذف'),
'AfDs All',
'pt-specialnew',
'عرض قوائم المقالات المرشحة للحذف في الأيام السبعة الماضية وأكثر...',
null,
'#pt-preferences'
);
});