|
|
| (!("autoconfirmed" in user_groups) | (user_editcount < 50)) & | | (!("autoconfirmed" in user_groups) | (user_editcount < 250)) & |
| (article_namespace == 0 | article_namespace == 14) & | | (article_namespace == 0 | article_namespace == 14) & |
| (action == 'edit') & | | (action == 'edit') & |
| ( | | ( |
| reCat := '\[\[\s*(Kategória|Category)\s*:[^\]]+\]\]'; | | reCat := '\[\[\s*(Kategória|Category)\s*:[^\]]+\]\]'; |
|
| |
|
| /* Článok pred úpravou končil kategóriou */ | | /* Článok pred úpravou končil kategóriou */ |
| (old_wikitext irlike (reCat + '\s*$')) & | | (old_wikitext irlike (reCat + '\s*$')) & |
|
| |
|
| /* Článok po úprave stále obsahuje kategorizáciu... */ | | /* Článok po úprave stále obsahuje kategorizáciu... */ |
| (new_wikitext irlike reCat) & | | (new_wikitext irlike reCat) & |
|
| |
|
| /* ...ale nekončí kategóriou */ | | /* ...ale nekončí kategóriou */ |
| !(new_wikitext irlike (reCat + '\s*$')) | | !(new_wikitext irlike (reCat + '\s*$')) |
| ) | | ) |