فروقات بين النسخ

عنصرنسخة من 18:48، 3 مايو 2014 بواسطة Antimeنسخة من 19:12، 3 مايو 2014 بواسطة Antime
شروط المرشح
الشروط:
(action=="move")
(action=="move")
& !("sysop" in user_groups)
& !("sysop" in user_groups)
& !('/' in moved_from_text)  
& !('/' in moved_from_text)  
& !(
& !(
  (user_name in moved_from_text &  "/" in moved_to_text ) | ("/" in moved_to_text & (moved_to_namespace==2 | moved_to_namespace==3))
  (user_name in moved_from_text &  "/" in moved_to_text ) | ("/" in moved_to_text & user_name in article_recent_contributors & (moved_to_namespace==2 | moved_to_namespace==3))
)
)