Conditions: | !("sysop" in user_rights)
& !(article_namespace == 2 | article_namespace == 3)
& (action="edit")
& !(article_prefixedtext == "Test Wiki:Sandbox")
& contains_any(added_lines,
"'''Bold text'''",
"''Italic text''",
"[[Link title]]",
"[http://www.example.com link title]",
"== Headline text ==",
"== Heading text ==",
"[[File:Example.jpg]]",
"[[Media:Example.ogg]]",
"[[:File:]]",
"<math>Insert formula here</math>",
"<nowiki>Insert non-formatted text here</nowiki>",
"#REDIRECT [[Target page name]]",
"#REDIRECT [[]]",
"<s></s>",
"<sup></sup>",
"<sub></sub>",
"<small></small>",
"<small>Small text</small>",
"<big>Big text</big>",
"<!-- Comment -->",
"<ref></ref>",
"<gallery></gallery>",
"{{DEFAULTSORT:}}",
"<includeonly></includeonly>",
"<noinclude></noinclude>",
"[[Category:]]",
"<code></code>",
"<translate></translate>",
"<tvar|></>",
"<blockquote></blockquote>",
"{{}}",
"{{{}}}",
"[[]]",
"[[|]]"
)
|
Tools: | Export this filter to another wiki
|