|
|
| (action=="edit") | | (action=="edit") & |
| & !(article_namespace rlike "^(8|10|274|828)$")
| | !(article_namespace rlike "^(8|10|274|828)$") & |
| & !(user_groups rlike "bot")
| | !(user_groups rlike "bot|flood|sysop") & |
| & !(article_text irlike "\.(css|js|json)$")
| | !(article_text rlike "\.(css|js|json)$") & |
| & (new_wikitext irlike "(^|\n)=+[^=\n\|]+= *(\n|$)|<\/?h1>")
| | ( |
| | new_wikitext rlike "(^|\\n)=+[^=\\n]+=+ *($|\\n)|</?h1\\b" | |
| | new_wikitext rlike "(^|\\n)=[^=\\n]*($|\\n)|<h1\\b[^>]*>" |
| | ) |