The short description, stored in the blueprint context may contain placeholders that are translated to their final values.

Description

Explains the parameters related to the creation that are added to the blueprint context.

Translate Placeholders in Short Description

The following placeholders are translated:

PlaceholderDescription
@parentPageTitleInserts the title of the parent page.
@pageTitle

Inserts the title of the current page. This is useful for template authors for use cases where a macro references a page by its title.

It cannot be used with the wizard, because the page has no title.

@spaceKeyInserts the key of the current space.
@spaceNameInserts the name of the current space.
@currentDateInserts the current date, formatted by the global formatter configuration.
@currentDateTokenInserts the current date formatted by yyyy-MM-dd (year, month, day).