ملاحظة: بعد الحفظ، قد يلزمك إفراغ الكاش لرؤية التغييرات.

importScript('User:Alnokta/twinkle.js');
importScript('User:Alnokta/morebits.js');
importScript('User:Alnokta/twinklefluff.js');
importScript('User:Alnokta/twinklewarn.js');
importScript('User:Alnokta/twinklearv.js');
importScript('User:Alnokta/twinklespeedy.js');
importScript('User:Alnokta/twinklediff.js');
importScript('User:Alnokta/twinkleprotect.js');
importScript('User:Alnokta/twinkleprod.js');
importScript('User:Alnokta/twinklexfd.js');
importScript('User:Alnokta/twinkleimage.js');
importScript('User:Alnokta/twinkleunlink.js');
importScript('User:Alnokta/twinkledelimages.js');
importScript('User:Alnokta/twinkledeprod.js');
importScript('User:Alnokta/twinklebatchdelete.js');
importScript('User:Alnokta/twinklebatchprotect.js');
importScript('User:Alnokta/twinkleimagetraverse.js');
importScript('مستخدم:Ciphers/HotCat.js');
importScript('User:AhmadSherif/copyright-vio.js');
importScript('User:Alnokta/correct.js');
/*importScript('User:histolo2/morebits.js');*/
/*importScript('User:histolo2/twinklespeedy.js');*/
/*importScript('User:histolo2/twinkle.js');*/
/*importScript('User:Alnokta/twinkle.js');*/
/*importScript('مستخدم:Bassem JARKAS/Scripts/NewPagePatrol.js');*/
document.write('<script type="text/javascript" src="' 
    + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
{{subst:navpop}}
// عداد تاريخ الصفحة
$(function (){
    var N = 250;      // <<== غير هذا الرقم كما تحب
    var x = document.getElementById('ca-history');
    if(!x) return;
    x.getElementsByTagName('a')[0].href += "&limit=" + N;
});
 
//
if (wgNamespaceNumber >= 0)
$(function(){
 var pCactions = document.getElementById('p-cactions');
 if (!pCactions) return;
 var caMain = pCactions.getElementsByTagName('li')[0];
 var caTalk = document.getElementById('ca-talk');
 var caEdit = document.getElementById('ca-edit');
 if (!caEdit) caEdit = document.getElementById('ca-viewsource');
 var caHistory = document.getElementById('ca-history');
 if (!caMain || !caTalk || !caEdit || !caHistory) return;
 var el_move, el_create, id2;
 if (wgNamespaceNumber % 2) { //نطاق النقاش
   el_move = caTalk; el_create = caMain; id2 = '';
 } else {
   el_move = caMain; el_create = caTalk; id2 = 'نقاش';
 }
 caEdit.firstChild.innerHTML = 'عدل هذه الصفحة';
 caHistory.firstChild.innerHTML = 'تاريخ هذه الصفحة';
 el_move.parentNode.insertBefore(caHistory, el_move.nextSibling);
 el_move.parentNode.insertBefore(caEdit, el_move.nextSibling);
 var href = el_create.firstChild.getAttribute('href', 2);
 if (el_create.className.indexOf('إنشاء') < 0){
   mw.util.addPortletLink('p-cactions', href + '?action=history', 'تاريخ الصفحة المرافقة',
     'ca-history-'+id2, id2+' تاريخ', '', el_create.nextSibling);
   mw.util.addPortletLink('p-cactions', href + '?action=edit', 'عدل الصفحة المرافقة',
     'ca-edit-'+id2, 'Edit '+id2, '', el_create.nextSibling);
 } 
  caMain.style.marginRight = '0.3em'; 
  caTalk.style.marginRight = '0.3em'; 
  caTalk.style.marginLeft  = '1.6em'; 
})
 
//