Hello,
I've been experimenting this extension on my enterprise Wiki, but encountered problems while trying to use some of the parameters. I then tried on this very site and got the same problems :
1/ page=
The code included in the page Extension:InputBox is:
<inputbox>
type=comment
page=Project:Sandbox
</inputbox>
It gives out the message : "Creating AZERTY / You've followed a link to a page that doesn't exist yet. "
2/ minor=
The code included in the page Extension:InputBox is:
<inputbox>
type=comment
page=Project:Sandbox
minor=true
</inputbox>
It gives out the message : "Creating AZERTY / You've followed a link to a page that doesn't exist yet. "
3/ nosummary=
2 différent problems there :
3-a : The code displayed is :
<inputbox>
type=comment
page=Project:Sandbox
nosummary=true
</inputbox>
However, the code for testing in the next column is :
<inputbox>
type=create
page=Project:Sandbox
nosummary=true
</inputbox>
3-b : When testing the code with the correct "type=comment" paramater, it gives out the message : "Creating AZERTY / You've followed a link to a page that doesn't exist yet. "
4/ id=
The code included in the page Extension:InputBox is:
<inputbox>
type=comment
page=Project:Sandbox
summary=Foo
id=bar
</inputbox>
If I enter "AZERTY" in the "New section" box, it gives out the message : "Creating AZERTY / You've followed a link to a page that doesn't exist yet. "
5/ inline=
Though the parameter seems to work when used in the page Extension:InputBox, copying the code in another page does NOT remove the line break before the box (complete mistery and complete misery)
Hope I'm following a correct process for reporting this, if not, and if someone reads me who can help, please help. Thanks !
~~~~