1 baseURL=http://en.wikipedia.org
 
   2 actionPath=/w/index.php
 
   3 actionPath2=/w/wiki.phtml
 
   8 loginSuccess=(?s).*?You are now logged in to .*? as ".*?".*
 
   9 loginWrongPw=(?s).*?The password you entered is incorrect.*? Please try again.*
 
  10 loginNoUser=(?s).*?There is no user by the name ".*?".*?Check your spelling, or use the form below to create a new user account.*? If there is no form below, account creation is temporarily disabled.*? In this case, please accept our apologies and try again later.*
 
  11 logoutSuccess=(?s).*?You are now logged out.*?  This computer may be used to browse and edit Wikipedia without a user name, or for another user to log on.*? Note that some pages may continue to be displayed as if you were still logged in; this can be fixed by clearing your browser cache.*
 
  12 uploadSuccess=(?s).*?Successful upload.*
 
  13 uploadNoLogin=(?s).*?You must be .*?logged in.*?to upload files.*