With the inputbox extension, is there a way to directly create a page without having to submit the edit form that is displayed after clicking inputbox's create button?
This will create a new article in my mediawiki without doing anything elese. You can edit the article directly.
<inputbox> type=create width=24 buttonlabel=Create me! </inputbox>
Yes, you can edit it. I want to skip that step by providing a preload page that, in the following example, just contains {{person}}. Clicking on "Create new person!" should end up on the rendered new page, not its edit view.
<inputbox> type=create width=24 buttonlabel=Create new person! preload=Default person </inputbox>
Cheers, Ingmar