|
|
| action=='move' | | action=='move' |
| & (moved_from_namespace==2 | moved_from_namespace==3) | | & (moved_from_namespace==2 | moved_from_namespace==3) |
| &! '/' in moved_from_text | | &! '/' in moved_from_text |
| &! user_name in moved_from_text | | &! user_name in moved_from_text |
| &! ('sysop' in user_groups | 'bureaucrat' in user_groups | 'bot' in user_groups | 'steward' in user_groups | 'steward' in global_user_groups ) | | &! ('sysop' in user_groups | 'bureaucrat' in user_groups | 'bot' in user_groups | 'steward' in user_groups | 'steward' in global_user_groups ) |
|
| |
|
| /* Тимчасовий костиль для виключення спрацювання на активних глобальних переіменовувачів */ | | /* Тимчасовий костиль для виключення спрацювання на активних глобальних переіменовувачів */ |
| &! 'renameuser' in global_user_groups | | &! 'Global renamer' in global_user_groups |