Create a new page «foo»
localhost/wiki/index.php?title=Foo&action=edit↑
In CGI form
<html>
<form name="createbox" action="/wiki/index.php" method="get"
class="createbox" id="createbox">
<input type='hidden' name="action" value="edit" />
<input type="hidden" name="preload" value="" />
<input type="hidden" name="editintro" value="" />
<input class="createboxInput" name="title" type="text" value="test" size="45" />
<input type='submit' name="create" class="createboxButton" value="Create article" />
</form>
</html>
localhost/wiki/index.php/Add_Page↑
Sections
== My first section ==
text
== My other section ==
other text
Unordered Lists
* first
* second
* third