Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
show-titlefalse
titleDescription

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.

projectdoc-box-version
since5.0

Since version 5.0 space property replacement is supported.

Code Block
languagetext
titleUse Square Brackets
$[Space Key]




projectdoc-section
titlePrerequisites

...