---
title: "Add Page"
canonical: "https://support.appfire.com/space/LINS/471893884/Add%20Page"
format: markdown
---
> Macro (aura-html)

## Description

This macro creates a link on your page, which is similar to the *Create Page* button on the page operations bar.

> ⚠️ ### Notes about migration
> ⚠️ 
> ⚠️ - Some legacy Macro parameters from the Confluence Server are not supported yet. More details are on our [FAQ page](https://scaffolding.bobswift.appfire.app/wiki/spaces/LINS/pages/964822672).
> ⚠️ - Server users migrating to the Cloud will not lose any data.
> ⚠️ - [Live Template](https://appfire.atlassian.net/wiki/spaces/LINS/pages/471894447) created using Linking for Confluence macro needs to be migrated to retain [Scaffolding ](https://appfire.atlassian.net/wiki/spaces/SCAFS)data. The source page and template have to be present in the Cloud. For more information, check [here](https://appfire.atlassian.net/wiki/spaces/LINS/pages/471895439).
> ⚠️ - While functionality is the same, Prefix and” It uses a [Scaffolding Forms & Templates](https://scaffolding.bobswift.appfire.app/wiki/spaces/SCAFS/overview)'s [Live Template](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477599986) macro to import and execute the current value of the template every time the page is viewed.

| **Name** | **Required** | **Migratable to cloud** | **Default value** | **Description** |
| --- | --- | --- | --- | --- |
| Name | [(X)] | [YES] |  | The name of the new page. |
| Link Text | [(V)] | [YES] |  | Text display for the link. |
| Source | [(X)] | [YES] |  | The name of the template or page that is the source of the new page body content. |
| Source Type | [(X)] | [YES] | template | The type of page source that is being used. |
| Live Template | [(X)] | [YES] | false | If set to **true**, the template will be a Scaffolding live template. It uses a [Scaffolding Forms & Templates](https://appfire.atlassian.net/wiki/spaces/SCAFS)'s [Live Template](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477599986) macro to import and execute the current value of the template every time the page is viewed.<br>Requires [Scaffolding Forms & Templates](https://appfire.atlassian.net/wiki/spaces/SCAFS) to be installed. |
| Prefix | [(X)] | [PARTIAL] |  | The injectable prefix to apply to the page name.<br>For example:<br>`%page:title% -` adds the current page title plus ` -` to the start of the page name.<br>> ⚠️ Injections are not supported in cloud.<br>If the *Allow Rename* parameter is disabled, the user cannot modify this section of the name while creating the page. |
| Postfix | [(X)] | [PARTIAL] |  | The injectable postfix to apply to the page name.<br>For example:<br>`%page:title% -` adds the current page title plus ` -`  to the end of the page name.<br>> ⚠️ Injections are not supported in cloud.<br>If the *Allow Rename* parameter is disabled, the user cannot modify this section of the name while creating the page. |
| Parent | [(X)] | [YES] | @self | The page you want to be the parent of the new page.<br>If you don’t want a parent page, set the parameter to a blank value.<br>Otherwise, set it to <`Page name>` or `<SPACEKEY: Page name>`.<br>There are also three special values:<br>-<br>`@self` - sets the parent to the new page the macro appears in.<br>-<br>`@parent` - sets the new page's parent to the current page's parent.<br>-<br>`@home` - sets the new page's parent to the current space's home page. |
| Labels | [(X)] | [YES] |  | The list of labels to attach to the new page. |
| Tip | [(X)] | [NO] |  | A pop-up text that appears when the mouse hovers over the link. |
| Allow Rename | [(X)] | [NO] | true | If set to `true`, the user can rename the page while creating it, even if a prefix or postfix is provided. |

## Editor view

![add_page_macro.png](media://df0e6f87-3530-420a-9503-4c0f614af669)

## Macro edit view

![add_page_macro_editor.png](media://b8fab6ef-6754-45cd-9100-d9546b7b8d59)


# Example use cases

> Macro (contentbylabel)