You are here Home > Know-how > MediaWiki - CMS > Editing (Survival Technics) > Create a new Page
MediaWiki - CMS
 

5.1.1 Create a new Page

15.06.2007
5.1 Editing (Survival Technics) [  up  ] - [ A - Z ] - [ top ] 5.1.2 Linking pages together

5.1   Editing (Survival Technics)
5.1.1   Create a new Page
5.1.2   Linking pages together
5.1.3   Manage Categories
5.1.4   Using Templates

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


5.1 Editing (Survival Technics)       A - Z Index       Top       Disclaimer       5.1.2 Linking pages together


$Id: create-a-page.html,v 1.123 2007/06/15 11:49:14 webcms Exp $
copyright © 2005-2007 by reto