h3. Basic Use
* To create a link that creates a page as a child of the current page
{code}
{create-page}Create a new page{create-page}
{code}
{create-page}Create a new page{create-page}
* After a user clicks on the link, he/she can specify the title of the page
h3. Create Page Options
* *_parent_* - you can specify what page you want the newly created page to be attached to (e.g. 'parent=Home' - default is the current page)
* *_space_* - you can specify in which space the parent page is (e.g. 'space=About' - default is current space)
* *_template_* - you can specify which template you want to be copied into the new page
* *_prefix/postfix_* - you can designate a mandatory prefix or suffix be added to the new page's name (in order to create a naming style for organization)
* *_addspace_* - if you do not want any spaces between the specified prefix/suffix and the given page name, you must type in 'addspace=false' (the default will add spaces)
* *_prompt_* - you can customize the prompt the user is shown when a user clicks on the link (e.g. 'prompt=Pick a Page Title!')
h3. Create Page Examples
* Using the space parameter in combination with the parent you may specify any page in any space as the parent page:
{code}{create-page:parent=Home|space=Tips}Click Here to Create a Child Page of the Home Page in the Wiki Tips Space{create-page}{code}
* Categorize pages, such as adding 'Doc:' to the front of the new page's title:
{code}{create-page:prefix=Doc}Click Here{create-page}{code}
* To create a link that creates a page as a child of the current page
{code}
{create-page}Create a new page{create-page}
{code}
{create-page}Create a new page{create-page}
* After a user clicks on the link, he/she can specify the title of the page
h3. Create Page Options
* *_parent_* - you can specify what page you want the newly created page to be attached to (e.g. 'parent=Home' - default is the current page)
* *_space_* - you can specify in which space the parent page is (e.g. 'space=About' - default is current space)
* *_template_* - you can specify which template you want to be copied into the new page
* *_prefix/postfix_* - you can designate a mandatory prefix or suffix be added to the new page's name (in order to create a naming style for organization)
* *_addspace_* - if you do not want any spaces between the specified prefix/suffix and the given page name, you must type in 'addspace=false' (the default will add spaces)
* *_prompt_* - you can customize the prompt the user is shown when a user clicks on the link (e.g. 'prompt=Pick a Page Title!')
h3. Create Page Examples
* Using the space parameter in combination with the parent you may specify any page in any space as the parent page:
{code}{create-page:parent=Home|space=Tips}Click Here to Create a Child Page of the Home Page in the Wiki Tips Space{create-page}{code}
* Categorize pages, such as adding 'Doc:' to the front of the new page's title:
{code}{create-page:prefix=Doc}Click Here{create-page}{code}