Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/building-sites/tag-syntax/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This page lists the most commonly used MODX Revolution tags as an aid to anyone
| **`[[*description]]`** | the page Description | `<meta name="description" content="[[*description]]"/>` |
| **`[[*introtext]]`** | the Introductory Text field (a.k.a. the summary). | Often used by Snippets to summarize posts, e.g. `<div id="summary">[[*introtext]]</div>` |
| **`[[*parent]]`** | the ID of the parent page (if any). Set by MODX when the page is created. Can be altered by the user. | Often used in conjunction with the link syntax, e.g. `<a href="[[~[[*parent]]]]">Up to parent page</a>` |
| **`[[*menutitle]]`** | the Title used when the page appears in menus. | _Most frequently used by Snippets such as_ _[Wayfinder](extras/wayfinder "Wayfinder") or [pdoMenu](extras/pdotools/snippets/pdomenu "pdoMenu")_ _when dynamically constructing menus_ |
| **`[[*menutitle]]`** | the Title used when the page appears in menus. | _Most frequently used by Snippets such as_ _[Wayfinder](extras/wayfinder "Wayfinder") or [pdoMenu](extras/pdoTools/Snippets/pdoMenu "pdoMenu")_ _when dynamically constructing menus_ |
| **`[[*content]]`** | the content of the page. | `<body>[[*content]]</body>` |

## Other Common Tags
Expand Down
Loading