|
|
| action == "edit" & | | action == "edit" & |
| page_namespace == 0 & | | page_namespace == 0 & |
| !"Manfred oraz Felix, Net i Nika" in page_title & | | !"Manfred oraz Felix, Net i Nika" in page_title & |
| ( text := lcase(new_wikitext) ) & | | ( text := lcase(new_wikitext) ) & |
| !( | | !( |
| "{{tylko" in text | | | "{{tylko" in text | |
| "[[kategoria" in text | | | "[[kategoria" in text | |
| "#redirect" in text | | | "#redirect" in text | |
| "#patrz" in text | | | "#patrz" in text | |
| "{{ameliaikuba" in text | | | "{{ameliaikuba" in text | |
| "{{ujednoznacznienie" in text | | | "{{ujednoznacznienie" in text | |
| "{{książka" in text | | "{{książka" in text | |
| | "{{strona ujednoznacznienia}}" in text |
| ) | | ) |