|
|
| ( | | ( |
| (article_namespace == 1) | | (article_namespace == 1) |
| | (article_namespace == 3) | | | (article_namespace == 3) |
| | (article_namespace == 5) | | | (article_namespace == 5) |
| | (article_namespace == 7) | | | (article_namespace == 7) |
| | (article_namespace == 9) | | | (article_namespace == 9) |
| | (article_namespace == 11) | | | (article_namespace == 11) |
| | (article_namespace == 13) | | | (article_namespace == 13) |
| | (article_namespace == 15) | | | (article_namespace == 15) |
| | (article_namespace == 110) | | | (article_namespace == 110) |
| ) | | ) |
| & ( | | & ( |
| (article_prefixedtext != "Foorumi:Sisällysluettelo") | | (article_prefixedtext != "Foorumi:Sisällysluettelo") |
| & (article_prefixedtext != "Foorumi:Senaatin halli") | | & (article_prefixedtext != "Foorumi:Senaatin halli") |
| & (article_prefixedtext != "Foorumi:Yhteisöasiat") | | & (article_prefixedtext != "Foorumi:Yhteisöasiat") |
| & (article_prefixedtext != "Foorumi:Ylläpidolle suunnatut asiat") | | & (article_prefixedtext != "Foorumi:Ylläpidolle suunnatut asiat") |
| ) | | ) |
| & (edit_delta > 20) | | & (edit_delta > 20) |
| & (length(added_lines)) | | & (length(added_lines)) |
| & !("~~~" in added_lines) | | & !("~~~" in added_lines) |
| & !(user_name in added_lines) | | & !(user_name in added_lines) |
| & !(contains_any(lcase(added_lines), "{{subst:allekir", "{{ysaarchive", "{{sharchive", "{{ctarchive", "{{roskaa", "{{ahm", "{{keskustelu")) | | & !(contains_any(lcase(added_lines), "{{subst:allekir", "{{ysaarchive", "{{sharchive", "{{ctarchive", "{{roskaa", "{{ahm", "{{keskustelu")) |
| & !(contains_any(lcase(article_text), "/arkisto")) | | & !(contains_any(lcase(article_text), "/arkisto")) |
| & !(contains_any(lcase(summary), "kumottu", "arkisto", "palautet", "väliotsik", "siirret", "malline")) | | & !(contains_any(lcase(summary), "kumottu", "arkisto", "palautet", "väliotsik", "siirret", "malline")) |
| + | & !(contains_any(lcase(added_lines), "#ohjaus", "#redirect")) |
| & !("lisäys" in summary | "typo" in summary | "edit" in summary | "lis." in summary | "tark." in summary ) | | & !("lisäys" in summary | "typo" in summary | "edit" in summary | "lis." in summary | "tark." in summary ) |
| & !(user_name = "M1K1-bot") | | & !(user_name = "M1K1-bot") |
| & ("user" in user_groups) | | & ("user" in user_groups) |