[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

{create-child} Macro

(warning) Under Consruction

Description

...

Property

Required

Default

Notes

Theme Panels Only

Ver

default

(tick)

None

The name of the child page to be created (if it already exists in the space but is not a child of the current page then a number will be appended)

 

 

template

(error)

none

template - the name of the template to apply to the child page
Possible values:

  • LAYOUTID:resource.ext - a resource in a specific layout
  • @current:resource.ext - a resource in the current layout
  • @parent:resource.ext - a resource in the current layouts parent
  • SPACEKEY:pagename - a specific page in a specific space
  • pagename - a specific page in the current space
  • templatename - the name of a space or global template

 

 

render

(error)

false

Whether to render the child page after it has been generated (can be used to trigger nested {create-child} macros)

 

 

parent

(error)

@self

The parent page
Possible values:

  • SPACEKEY:pagename - a specific page in a specific space
  • pagename - a specific page in the current space
  • @self - the current page
  • @current - same as @self
  • @parent - the parent of the current page
  • @parentparent - the parent of the current page's parent
  • @space @orphan - the currently viewed space showing all top-level pagesas an orphaned page in the current space
  • @space @orphan - same as @space@orphan
  • @root - the root of the current page's tree
  • @home - the homepage of currently viewed space

 

 

...