User:John of Reading/AWB settings/Common M
{{../Disclaimer}}
The big regular expression in the "INVESTIGATE" rule is suitable for the database scanner.
The rules are just a backup of the "M" rules from my ever-expanding rule set, so some do not relate to anything listed at Wikipedia:Lists of common misspellings/M.
public string ProcessArticle(string ArticleText, string ArticleTitle, int wikiNamespace, out string Summary, out bool Skip)
{
Skip = false;
Summary = "test";
ArticleText = "test \r\n\r\n" + ArticleText;
return ArticleText;
}