/// <summary> /// Opens the specified articles edit page /// </summary> public static void EditArticleInBrowser(string title) { OpenURLInBrowser(Variables.GetEditURL(title)); }