The following placeholders are allowed for document names:
Placeholder | Since | Description |
---|
@parentPageTitle | 1.11 | Inserts the title of the parent page. |
@spaceKey | 1.11 | Inserts the key of the current space. |
@spaceName | 1.11 | Inserts the name of the current space. |
@currentDate | 1.11 | Inserts the current date, formatted by the global formatter configuration. |
@currentDateToken | 1.11 | Inserts the current date formatted by yyyy-MM-dd (year, month, day). |
@currentTime | 2.0 | Insert the current time of the day (hh:mm:ss ). |
@currentWeek | 2.0 | Inserts the current week of the year. |
@currentMonth | 2.4.1 | Inserts the current month of the year. |
@currentYear | 2.0 | Inserts the year of the current date. |
@pageTitle | 1.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. |
@currentUserId | 2.0 | Inserts the login name of the current user. |
@currentUser
| 2.0 | Inserts the full name of the current user. |
@currentUserEmail | 2.0 | Inserts 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.