<?xml version="1.0" encoding="utf-8"?>
<s1 title="HelpOnPageCreation"><p></p>
<s2 id="How to create a new page" title="How to create a new page">
<p><p>Contents</p>
<ol><li>
<link anchor="H">How to create a new page</link><ol><li>
<link anchor="B">By Adding a link on another page</link></li>
<li>
<link anchor="B-1">By visiting the page</link></li>
<li>
<link anchor="B-2">By using the NewPage macro</link></li>
<li>
<link anchor="B-3">By using the GoTo macro</link></li>
<li>
<link anchor="O">Other ways to create pages</link></li>
</ol>
</li>
</ol>
<p> </p>
<p><p><p>You create a new page by visiting the page. If the page does not exists, Moin<code></code>Moin will suggest to create it. There are several ways to create a new page: </p>
<p></p>
<s3 id="By Adding a link on another page" title="By Adding a link on another page">
<ol><li>Edit another page </li>
<li><p>Add a link to the new page, either as a <jump href="/wiki/WikiName">WikiName</jump> or as <code>[[Name With Spaces]]</code> </p>
</li>
<li>Save the page and click the new link </li>
<li>Click one of the template names </li>
<li>Edit your new page and save it </li>
</ol>
<p>For more information on linking to other pages, see <jump href="/wiki/HelpOnLinking">HelpOnLinking</jump>. </p>
<p></p>
</s3>
<s3 id="By visiting the page" title="By visiting the page">
<p><ol><li><p>Enter the address of the new page, e.g <code>http://example.com/wiki/MyNewPage</code> in the browser location box and press Enter </p>
</li>
<li>Click one of the template names </li>
<li>Edit your new page and save it <p>(!) Might not work on all browsers if the page name contains non ASCII characters. </p>
</li>
</ol>
<p></p>
</s3>
<s3 id="By using the NewPage macro" title="By using the NewPage macro">
<p>If the current page uses the <code>NewPage</code> macro: </p>
<ol><li><p>Enter the page name in the text box and click &quot;Create New Page&quot; </p>
</li>
<li>Edit your page and save it </li>
</ol>
<p>Example: </p>
<ul><li><p><![CDATA[<form class="macro" method="POST" action="/wiki/HelpOnPageCreation"><div>
<input type="hidden" name="action" value="newpage">
<input type="hidden" name="parent" value="">
<input type="hidden" name="template" value="HelpTemplate">
<input type="hidden" name="nametemplate" value="%s">
<input type="text" name="pagename" size="30">
<input type="submit" value="Create New Page">
</div></form>]]> </p>
</li>
</ul>
<p>The <code>NewPage</code> macro makes it easy to create new pages in one step by using certain templates or automatically creating a sub page. For more help on the <code>NewPage</code> macro, see <jump href="/wiki/HelpOnMacros">HelpOnMacros</jump>. </p>
<p></p>
</s3>
<s3 id="By using the GoTo macro" title="By using the GoTo macro">
<p>If the current page uses the <code>GoTo</code> macro: </p>
<ol><li><p>Enter the page name in the text box and click &quot;Go To Page&quot; </p>
</li>
<li>Click &quot;Create new page&quot; </li>
<li>Edit your page and save it </li>
</ol>
<p>Example: </p>
<ul><li><p><![CDATA[<form method="get" action="/wiki/HelpOnPageCreation"><div>
<div>
<input type="hidden" name="action" value="goto">
<input type="text" name="target" size="30">
<input type="submit" value="Go To Page">
</div>
</form>]]> </p>
</li>
</ul>
<p></p>
</s3>
<s3 id="Other ways to create pages" title="Other ways to create pages">
<p><ul><li><p>To learn about creating and using template pages see <jump href="/wiki/HelpOnTemplates">HelpOnTemplates</jump>. </p>
</li>
<li><p>To learn more how to set variables see <jump href="/wiki/HelpOnVariables">HelpOnVariables</jump> </p>
</li>
</ul>
</s3></s2></s1>