Multiple Page
The following keyword replacements can be used on the Page assets of a Multiple Page.
| Keyword Replacement | Information shown |
|---|---|
| %previous_page_href% | This will show the href to the previous page. If this is the first page, it will show nothing. |
| %next_page_href% | This will show the href to the next page. If this is the last page, it will show nothing. |
| %previous_page_link% | This will show the name of the previous page as a hyperlink. If this is the first page, it will show nothing. |
| %next_page_link% | This will show the name of the next page as a hyperlink. If this is the last page, it will show nothing. |
| %total_page_count% | This will show the total number of pages that have been added to the Multiple Page. |
| %page_name_x% | This will show the name of the page specified in the field X. For example, if you want to show the name of the second page, change the X value to 2 (i.e. %page_name_2%). |
| %page_href_x% | This will show the href of the page specified in the field X. For example, if you want to show the href of the second page, change the X value to 2 (i.e. %page_href_2%). |
| %page_link_x% | This will show a hyperlink to the page specified in the field X. For example, if you want to show a link to the second page, change the X value to 2 (i.e. %page_link_2%). |
| %page_assetid_x% | This will show the asset ID of the page specific in the field X. For example, if you want to show the ID of the second page, change the X value to 2 (i.e. %page_assetid_2%). |
| %current_page_name% | This will show the name of the page. |
| %current_page_attribute_name% | This will show the name of the page. |
| %current_page_number% | This will show the page number. For example, if it is the fourth page in the Multiple Page, 4 will appear. |
| %current_page_assetid% | This will show the asset ID of the page. |
| %toc_unordered% | This will show a table of contents for the pages within the Multiple Page. This list will appear as a bullet point list. |
| %toc_ordered% | This will show a table of contents for the pages within the Multiple Page. This list will be an ordered list. |
| %navigation_menu_selection_list% | This will show a drop-down list of pages within the Multiple Page. When a user selects a page from the list, it will jump straight to that page. |
| %multiple_page_assetid% | This will show the asset ID of the Multiple Page asset. |