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>
In fact, it would be even cooler if I could have not a page reference, but plaintext preloaded, like
<inputbox> type=create width=24 buttonlabel=Create me! preload_plaintext={{person]] </inputbox>