|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View page history... |
| * *_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) |
| * *_boilerplate_* - |
| * *_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) |
... |
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} |