projectdoc Toolbox

The pages wizards provide placeholder to make page creation easier.

Audience
Type

The following placeholders are allowed for document names:

PlaceholderSinceDescription
@parentPageTitle1.11Inserts the title of the parent page.
@spaceKey1.11Inserts the key of the current space.
@spaceName1.11Inserts the name of the current space.
@currentDate1.11Inserts the current date, formatted by the global formatter configuration.
@currentDateToken1.11Inserts the current date formatted by yyyy-MM-dd (year, month, day).
@currentTime2.0Insert the current time of the day (hh:mm:ss).
@currentWeek2.0Inserts the current week of the year.
@currentMonth2.4.1Inserts the current month of the year.
@currentYear2.0Inserts the year of the current date.
@pageTitle1.11

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.

@currentUserId2.0Inserts the login name of the current user.
@currentUser 2.0Inserts the full name of the current user.
@currentUserEmail2.0Inserts the email address of the current user.

Some templates add some of the above placeholders automatically. For instance, the excerpt template appends the parent page title to make the title unique. If the author adds the placeholder @parentPageTitle, the title will be stored at the specified position only.

Since 5.0

 

Since version 5.0 space property replacement is supported.

Use Square Brackets
$[Space Key]

Resources

Translate Placeholders in Short Description
The short description, stored in the blueprint context may contain placeholders that are translated to their final values.
Variables for Blueprints
The projectdoc Toolbox provides an interface for template authors to replace placeholders with space and context properties.