sectionTitle support for new section
Closed this issue · 1 comments
WolfgangFahl commented
http://en.wikipedia.org/w/api.php?action=help&modules=edit
say there is a sectionTitle parameter to specify the title of a new section
in wiki.java
if (section == -1)
buffer.append("§ion=new");
adds a new section but there is no sectionTitle parameter used. It would be good if it was available.