|
|
| (article_namespace == 0) & | | (page_namespace == 0) & |
| (action == 'edit') & | | (action == 'edit') & |
| !(added_lines regex '[\.ABCDEFGHIJKLMNOPQRSTUVZXYÖÄÅ\ ]') & | | !(added_lines regex '[\.ABCDEFGHIJKLMNOPQRSTUVZXYÖÄÅ\ ]') & |
| ( | | ( |
| (length(rmwhitespace(added_lines)) > 10) & | | (length(rmwhitespace(added_lines)) > 10) & |
| !(contains_any(lcase(new_wikitext), "#ohjaus", "#uudelleenohjaus", "#redirect", "__noeditsection__", "__toc__", "__notoc__", "__forcetoc__", "[[", "{{", "|")) | | !(contains_any(lcase(new_wikitext), "#ohjaus", "#uudelleenohjaus", "#redirect", "__noeditsection__", "__toc__", "__notoc__", "__forcetoc__", "[[", "{{", "|")) |
| ) | | ) |