| Node tokens |
| [nid] | Node ID |
| [type] | Node type |
| [type-name] | Node type (user-friendly version) |
| [title] | Node title |
| [title-raw] | Unfiltered node title. WARNING - raw user input. |
| [author-uid] | Node author's user id |
| [author-name] | Node author's user name |
| [author-name-raw] | Node author's user name. WARNING - raw user input. |
| [term] | Name of top taxonomy term |
| [term-raw] | Unfiltered name of top taxonomy term. WARNING - raw user input. |
| [term-id] | ID of top taxonomy term |
| [vocab] | Name of top term's vocabulary |
| [vocab-raw] | Unfiltered name of top term's vocabulary. WARNING - raw user input. |
| [vocab-id] | ID of top term's vocabulary |
| [yyyy] | Node creation year (four digit) |
| [yy] | Node creation year (two digit) |
| [month] | Node creation month (full word) |
| [mon] | Node creation month (abbreviated) |
| [mm] | Node creation month (two digit, zero padded) |
| [m] | Node creation month (one or two digit) |
| [ww] | Node creation week (two digit) |
| [date] | Node creation date (day of month) |
| [day] | Node creation day (full word) |
| [ddd] | Node creation day (abbreviation) |
| [dd] | Node creation day (two digit, zero-padded) |
| [d] | Node creation day (one or two digit) |
| [mod-????] | All tokens for node creation dates can also be used with with the "mod-" prefix; doing so will use the modification date rather than the creation date. |
| [menu] | The name of the menu the node belongs to. |
| [menu-raw] | The name of the menu the node belongs to. WARNING - raw user input. |
| [menupath] | The menu path (as reflected in the breadcrumb), not including Home or [menu]. Separated by /. |
| [menupath-raw] | The unfiltered menu path (as reflected in the breadcrumb), not including Home or [menu]. Separated by /. WARNING - raw user input. |
| [termpath] | As [term], but including its supercategories separated by /. |
| [termpath-raw] | As [term-raw], but including its supercategories separated by /. WARNING - raw user input. |
| [termalias] | URL alias for the term. |
| CCK text tokens |
| [field_first_name-raw] | Raw, unfiltered text. |
| [field_first_name-formatted] | Formatted and filtered text. |
| [field_last_name-raw] | Raw, unfiltered text. |
| [field_last_name-formatted] | Formatted and filtered text. |
| [field_aboutme-raw] | Raw, unfiltered text. |
| [field_aboutme-formatted] | Formatted and filtered text. |
| [field_gender-raw] | Raw, unfiltered text. |
| [field_gender-formatted] | Formatted and filtered text. |
| [field_education-raw] | Raw, unfiltered text. |
| [field_education-formatted] | Formatted and filtered text. |
| [field_profession-raw] | Raw, unfiltered text. |
| [field_profession-formatted] | Formatted and filtered text. |
| CCK date tokens |
| [field_birthday-value] | The raw date value. |
| [field_birthday-view] | The formatted date. |
| [field_birthday-timestamp] | The raw date timestamp. |
| [field_birthday-yyyy] | Date year (four digit) |
| [field_birthday-yy] | Date year (two digit) |
| [field_birthday-month] | Date month (full word) |
| [field_birthday-mon] | Date month (abbreviated) |
| [field_birthday-mm] | Date month (two digit, zero padded) |
| [field_birthday-m] | Date month (one or two digit) |
| [field_birthday-ww] | Date week (two digit) |
| [field_birthday-date] | Date date (day of month) |
| [field_birthday-day] | Date day (full word) |
| [field_birthday-ddd] | Date day (abbreviation) |
| [field_birthday-dd] | Date day (two digit, zero-padded) |
| [field_birthday-d] | Date day (one or two digit) |
| [field_birthday-to-????] | If the field has a to-date defined, the same tokens exist in the form: [to-????], where ???? is the normal token. |
| [field_transitionyear-value] | The raw date value. |
| [field_transitionyear-view] | The formatted date. |
| [field_transitionyear-timestamp] | The raw date timestamp. |
| [field_transitionyear-yyyy] | Date year (four digit) |
| [field_transitionyear-yy] | Date year (two digit) |
| [field_transitionyear-month] | Date month (full word) |
| [field_transitionyear-mon] | Date month (abbreviated) |
| [field_transitionyear-mm] | Date month (two digit, zero padded) |
| [field_transitionyear-m] | Date month (one or two digit) |
| [field_transitionyear-ww] | Date week (two digit) |
| [field_transitionyear-date] | Date date (day of month) |
| [field_transitionyear-day] | Date day (full word) |
| [field_transitionyear-ddd] | Date day (abbreviation) |
| [field_transitionyear-dd] | Date day (two digit, zero-padded) |
| [field_transitionyear-d] | Date day (one or two digit) |
| [field_transitionyear-to-????] | If the field has a to-date defined, the same tokens exist in the form: [to-????], where ???? is the normal token. |
| CCK link tokens |
| [field_weblink-url] | Link URL |
| [field_weblink-title] | Link title |
| [field_weblink-view] | Formatted html link |
| CCK image tokens |
| [field_avatar-fid] | Image file ID |
| [field_avatar-title] | Image title |
| [field_avatar-alt] | Image alt text |
| [field_avatar-filename] | Image file name |
| [field_avatar-filepath] | Image path |
| [field_avatar-filemime] | Image MIME type |
| [field_avatar-filesize] | Image file size |
| [field_avatar-view] | Fully formatted HTML image tag |
| Global tokens |
| [user-name] | The name of the currently logged in user. |
| [user-id] | The user ID of the currently logged in user. |
| [user-mail] | The email address of the currently logged in user. |
| [site-url] | The url of the current Drupal website. |
| [site-name] | The name of the current Drupal website. |
| [site-slogan] | The slogan of the current Drupal website. |
| [site-mail] | The contact email address for the current Drupal website. |
| [site-date] | The current date on the site's server. |