|
|
| (article_namespace == 0) & | | (article_namespace == 0) & |
| (action == 'edit') & | | (action == 'edit') & |
| (new_size > 10) & | | (length(added_lines) > 10) & |
| !(lcase(new_wikitext) contains "#ohjaus") & | | !(added_lines regex '[\.ABCDEFGHIJKLMNOPQRSTUVZXYÖÄÅ\ ]') & |
| !(lcase(new_wikitext) contains "#redirect") & | | ( |
| !(lcase(new_wikitext) contains "{{roskaa") &
| | !(contains_any(lcase(new_wikitext), "#ohjaus", "#redirect", "{{roskaa", "{{wi|", "{{wikisanakirja|")) |
| !(lcase(new_wikitext) contains "{{wi|") &
| | ) |
| !(lcase(new_wikitext) contains "{{wikisanakirja|") &
| |
| !(new_wikitext regex '[\.ABCDEFGHIJKLMNOPQRSTUVZXYÖÄÅ\ ]')
| |