+ set title correctly
+ create a new article on submit
+ required/optional fields
- add a bit of text to indicate required fields
- client-side validation of required fields
+ check for existing article before saving
+ add a default value if passed in using GET
+ test setting custom title in form description
+ test setting custom template in form description
+ parse instructions from wikitext to HTML
+ parse descriptions from wikitext to HTML
- automatic type-ahead fields
+ create more than one article from one form
- text field validation with regexes on client and server
- file upload fields (for uploading an associated image)
- add new page creations to a Special:Log page