/* Filter 18 from English Wikipedia (test type edits from clicking on edit bar) */ user_groups_test := ["*"]; article_namespace_test := 0; added_lines_test := ["Hello world! '''Bold text''' [http://www.example.com link title]"]; (article_namespace_test == 0) & !("autoconfirmed" in user_groups_test) & (contains_any(string(added_lines_test), "'''Bold text'''", "''Italic text''", "[[Link title]]", "[http://www.example.com link title]", "== Headline text ==", "[[File:Example.jpg]]", "[[Media:Example.ogg]]", "Insert formula here", "Insert non-formatted text here", "#REDIRECT [[Target page name]]", "Strike-through text", "Superscript text", "Subscript text", "Small Text", "", "Image:Example.jpg|Caption", "Insert footnote text here", "Ǣ ǣ ǖ ǘ ǚ ǜ Ă" ))