FormSpecialPage
- Make it easier to use as a GET form, and allowing always show the form.
- Better support of subpage syntax, subclasses should only need to provide the field name.
- ...
HTMLForm
- Integrate with FormOptions. Some pagers are using FormOptions to retrieve data, so the related special pages are dealing with user inputs manually.
- ...