Compose tips

Text Formats

Filtered HTML

  • Allowed HTML tags: <a> <b> <blockquote> <br> <cite> <code> <dd> <div> <dl> <dt> <em> <h2> <h3> <h4> <hr> <i> <img> <li> <ol> <p> <pre> <span> <strong> <sub> <sup> <table> <tbody> <td> <thead> <tr> <u> <ul>
    Allowed Style properties: background-color, border-collapse, border-spacing, caption-side, cursor, empty-cells, float, font-size, font-style, font-weight, height, list-style, list-style-type, margin, margin-bottom, margin-left, margin-right, margin-top, padding, padding-bottom, padding-left, padding-right, padding-top, table-layout, text-align, text-decoration, text-indent, width
  • You can use special tag [gallery size= ] or [gallery offset= size= ] to show attached images in the document body.
    Example: [gallery size=5] to show 5 images from imagefield. Parameter size - any natural number.
    Another usage: [gallery offset=4 size=10] show 10 images begining from 4th attached image.
  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Override default aspect ratio:
      [video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: Archive.org, Blip.tv, Capped, College Humor, DailyMotion, Flickr Slideshows, Flickr Video, Game Trailers, Game Videos, GodTube, Google Video, Meta Cafe, MySpace, Picasa Slideshows, Slideshare, Streamhoster, Teachertube, Vimeo, Wistia, YouTube, YouTube (Playlist).

    Special instructions:

    Some codecs need special input. You'll find those instructions here.
    • Picasa Slideshows:
      You must use the URL of the RSS feed for the Picasa album:
      1. View the album in Picasa (you should see thumbnails, not a slideshow).
      2. Find the "RSS" link and click it.
      3. Copy the resulting URL from the browser address bar. Example:
        [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
    • Slideshare:
      You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id", and form the URL like this: slideshare.net/1759622
  • Global tokens will be replaced with their respective token values (e.g. [site:name] or [current-page:title]). The following is a list of the tokens that are available:
    NameTokenDescription
    Current dateTokens related to the current date and time.
    Custom format[current-date:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-date:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-date:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-date:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-date:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-date:since]A date in 'time-since' format. (43 years 4 months)
    Current pageTokens related to the current page request.
    Page number[current-page:page-number]The page number of the current page when viewing paged lists.
    Query string value[current-page:query:?]The value of a specific query string field of the current page.
    Title[current-page:title]The title of the current page.
    URL[current-page:url]The URL of the current page.
    Absolute URL[current-page:url:absolute]The absolute URL.
    Arguments[current-page:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Count[current-page:url:args:count]The number of elements in the array.
    First[current-page:url:args:first]The first element of the array.
    Imploded[current-page:url:args:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-page:url:args:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-page:url:args:keys]The array of keys of the array.
    Last[current-page:url:args:last]The last element of the array.
    Reversed[current-page:url:args:reversed]The array reversed.
    Value[current-page:url:args:value:?]The specific value of the array.
    Brief URL[current-page:url:brief]The URL without the protocol and trailing backslash.
    Path[current-page:url:path]The path component of the URL.
    Relative URL[current-page:url:relative]The relative URL.
    Unaliased URL[current-page:url:unaliased]The unaliased URL.
    Absolute URL[current-page:url:unaliased:absolute]The absolute URL.
    Arguments[current-page:url:unaliased:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[current-page:url:unaliased:brief]The URL without the protocol and trailing backslash.
    Path[current-page:url:unaliased:path]The path component of the URL.
    Relative URL[current-page:url:unaliased:relative]The relative URL.
    Current userTokens related to the currently logged in user.
    Created[current-user:created]The date the user account was created.
    Custom format[current-user:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:created:since]A date in 'time-since' format. (43 years 4 months)
    Default theme[current-user:theme]The user's default theme.
    Edit URL[current-user:edit-url]The URL of the account edit page.
    Email[current-user:mail]The email address of the user account.
    Feed NID[current-user:feed-nid]Nid of the Feed Node that imported this entity.
    IP address[current-user:ip-address]The IP address of the current user.
    Last access[current-user:last-access]The date the user last accessed the site.
    Custom format[current-user:last-access:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:last-access:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:last-access:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:last-access:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:last-access:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:last-access:since]A date in 'time-since' format. (43 years 4 months)
    Last login[current-user:last-login]The date the user last logged in to the site.
    Main profile profile[current-user:profile-main]The users's Main profile profile.
    Date changed[current-user:profile-main:changed]The date the profile was most recently updated.
    Custom format[current-user:profile-main:changed:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:profile-main:changed:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:profile-main:changed:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:profile-main:changed:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:profile-main:changed:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:profile-main:changed:since]A date in 'time-since' format. (43 years 4 months)
    Date created[current-user:profile-main:created]The date the profile was created.
    Custom format[current-user:profile-main:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:profile-main:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:profile-main:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:profile-main:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:profile-main:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:profile-main:created:since]A date in 'time-since' format. (43 years 4 months)
    Label[current-user:profile-main:label]The profile label.
    Profile ID[current-user:profile-main:pid]The unique ID of the profile.
    Type[current-user:profile-main:type]The profile type.
    Data[current-user:profile-main:type:data]Profile type "data" property.
    Internal, numeric profile type ID[current-user:profile-main:type:id]The ID used to identify this profile type internally.
    Label[current-user:profile-main:type:label]The human readable label.
    Module[current-user:profile-main:type:module]Profile type "module" property.
    Status[current-user:profile-main:type:status]Profile type "status" property.
    Weight[current-user:profile-main:type:weight]Profile type "weight" property.
    URL[current-user:profile-main:url]The URL of the entity.
    User[current-user:profile-main:user]The owner of the profile.
    Created[current-user:profile-main:user:created]The date the user account was created.
    Default theme[current-user:profile-main:user:theme]The user's default theme.
    Edit URL[current-user:profile-main:user:edit-url]The URL of the account edit page.
    Email[current-user:profile-main:user:mail]The email address of the user account.
    Feed NID[current-user:profile-main:user:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[current-user:profile-main:user:last-access]The date the user last accessed the site.
    Last login[current-user:profile-main:user:last-login]The date the user last logged in to the site.
    Original user[current-user:profile-main:user:original]The original user data if the user is being updated or saved.
    Picture[current-user:profile-main:user:picture]The picture of the user.
    Raw name[current-user:profile-main:user:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:profile-main:user:profile-realname]Personal information textfield field.
    Real name[current-user:profile-main:user:name]The real name of the user account.
    Roles[current-user:profile-main:user:roles]The user roles associated with the user account.
    Status[current-user:profile-main:user:status]Whether the user is active or blocked.
    Telephone[current-user:profile-main:user:field_telephone]Phone number field.
    URL[current-user:profile-main:user:url]The URL of the account profile page.
    User ID[current-user:profile-main:user:uid]The unique ID of the user account.
    Validate URL[current-user:profile-main:user:validate-url]The URL of the account validation page, provided by logintoboggan.
    Original user[current-user:original]The original user data if the user is being updated or saved.
    Created[current-user:original:created]The date the user account was created.
    Custom format[current-user:original:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:original:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:original:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:original:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:original:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:original:created:since]A date in 'time-since' format. (43 years 4 months)
    Default theme[current-user:original:theme]The user's default theme.
    Edit URL[current-user:original:edit-url]The URL of the account edit page.
    Email[current-user:original:mail]The email address of the user account.
    Feed NID[current-user:original:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[current-user:original:last-access]The date the user last accessed the site.
    Custom format[current-user:original:last-access:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:original:last-access:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:original:last-access:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:original:last-access:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:original:last-access:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:original:last-access:since]A date in 'time-since' format. (43 years 4 months)
    Last login[current-user:original:last-login]The date the user last logged in to the site.
    Main profile profile[current-user:original:profile-main]The users's Main profile profile.
    Date changed[current-user:original:profile-main:changed]The date the profile was most recently updated.
    Date created[current-user:original:profile-main:created]The date the profile was created.
    Label[current-user:original:profile-main:label]The profile label.
    Profile ID[current-user:original:profile-main:pid]The unique ID of the profile.
    Type[current-user:original:profile-main:type]The profile type.
    URL[current-user:original:profile-main:url]The URL of the entity.
    User[current-user:original:profile-main:user]The owner of the profile.
    Picture[current-user:original:picture]The picture of the user.
    Base name[current-user:original:picture:basename]The base name of the file.
    Description[current-user:original:picture:media_description]Long text field.
    Description[current-user:original:picture:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[current-user:original:picture:extension]The extension of the file.
    Feed NID[current-user:original:picture:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[current-user:original:picture:fid]The unique ID of the uploaded file.
    File byte size[current-user:original:picture:size-raw]The size of the file, in bytes.
    File extension - original[current-user:original:picture:ffp-extension-original]File extension - original.
    File name[current-user:original:picture:name]The name of the file on disk.
    File name[current-user:original:picture:ffp-name-only]File name without extension.
    File name - original[current-user:original:picture:ffp-name-only-original]File name without extension - original.
    File size[current-user:original:picture:size]The size of the file.
    License settings for this audio[current-user:original:picture:field-license]Field "field_license".
    License settings for this file[current-user:original:picture:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[current-user:original:picture:mime]The MIME type of the file.
    Owner[current-user:original:picture:owner]The user who originally uploaded the file.
    Path[current-user:original:picture:path]The location of the file relative to Drupal root.
    Tags[current-user:original:picture:field-tags]Field "field_tags".
    Tags[current-user:original:picture:field_tags]Term reference field.
    Timestamp[current-user:original:picture:timestamp]The date the file was most recently changed.
    Title[current-user:original:picture:media_title]Text field.
    Title[current-user:original:picture:media-title]Field "media_title".
    URL[current-user:original:picture:url]The web-accessible URL for the file.
    Raw name[current-user:original:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:original:profile-realname]Personal information textfield field.
    Real name[current-user:original:name]The real name of the user account.
    Roles[current-user:original:roles]The user roles associated with the user account.
    Count[current-user:original:roles:count]The number of elements in the array.
    First[current-user:original:roles:first]The first element of the array.
    Imploded[current-user:original:roles:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:original:roles:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:original:roles:keys]The array of keys of the array.
    Last[current-user:original:roles:last]The last element of the array.
    Reversed[current-user:original:roles:reversed]The array reversed.
    Value[current-user:original:roles:value:?]The specific value of the array.
    Status[current-user:original:status]Whether the user is active or blocked.
    Telephone[current-user:original:field_telephone]Phone number field.
    URL[current-user:original:url]The URL of the account profile page.
    Absolute URL[current-user:original:url:absolute]The absolute URL.
    Arguments[current-user:original:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[current-user:original:url:brief]The URL without the protocol and trailing backslash.
    Path[current-user:original:url:path]The path component of the URL.
    Relative URL[current-user:original:url:relative]The relative URL.
    Unaliased URL[current-user:original:url:unaliased]The unaliased URL.
    User ID[current-user:original:uid]The unique ID of the user account.
    Validate URL[current-user:original:validate-url]The URL of the account validation page, provided by logintoboggan.
    Picture[current-user:picture]The picture of the user.
    Base name[current-user:picture:basename]The base name of the file.
    Description[current-user:picture:media_description]Long text field.
    Description[current-user:picture:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[current-user:picture:extension]The extension of the file.
    Feed NID[current-user:picture:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[current-user:picture:fid]The unique ID of the uploaded file.
    File byte size[current-user:picture:size-raw]The size of the file, in bytes.
    File extension - original[current-user:picture:ffp-extension-original]File extension - original.
    File name[current-user:picture:name]The name of the file on disk.
    File name[current-user:picture:ffp-name-only]File name without extension.
    File name - original[current-user:picture:ffp-name-only-original]File name without extension - original.
    File size[current-user:picture:size]The size of the file.
    License settings for this audio[current-user:picture:field-license]Field "field_license".
    License settings for this file[current-user:picture:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[current-user:picture:mime]The MIME type of the file.
    Original file[current-user:picture:original]The original file data if the file is being updated or saved.
    Base name[current-user:picture:original:basename]The base name of the file.
    Description[current-user:picture:original:media_description]Long text field.
    Description[current-user:picture:original:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[current-user:picture:original:extension]The extension of the file.
    Feed NID[current-user:picture:original:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[current-user:picture:original:fid]The unique ID of the uploaded file.
    File byte size[current-user:picture:original:size-raw]The size of the file, in bytes.
    File extension - original[current-user:picture:original:ffp-extension-original]File extension - original.
    File name[current-user:picture:original:name]The name of the file on disk.
    File name[current-user:picture:original:ffp-name-only]File name without extension.
    File name - original[current-user:picture:original:ffp-name-only-original]File name without extension - original.
    File size[current-user:picture:original:size]The size of the file.
    License settings for this audio[current-user:picture:original:field-license]Field "field_license".
    License settings for this file[current-user:picture:original:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[current-user:picture:original:mime]The MIME type of the file.
    Owner[current-user:picture:original:owner]The user who originally uploaded the file.
    Path[current-user:picture:original:path]The location of the file relative to Drupal root.
    Tags[current-user:picture:original:field-tags]Field "field_tags".
    Tags[current-user:picture:original:field_tags]Term reference field.
    Timestamp[current-user:picture:original:timestamp]The date the file was most recently changed.
    Title[current-user:picture:original:media_title]Text field.
    Title[current-user:picture:original:media-title]Field "media_title".
    URL[current-user:picture:original:url]The web-accessible URL for the file.
    Owner[current-user:picture:owner]The user who originally uploaded the file.
    Created[current-user:picture:owner:created]The date the user account was created.
    Default theme[current-user:picture:owner:theme]The user's default theme.
    Edit URL[current-user:picture:owner:edit-url]The URL of the account edit page.
    Email[current-user:picture:owner:mail]The email address of the user account.
    Feed NID[current-user:picture:owner:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[current-user:picture:owner:last-access]The date the user last accessed the site.
    Last login[current-user:picture:owner:last-login]The date the user last logged in to the site.
    Main profile profile[current-user:picture:owner:profile-main]The users's Main profile profile.
    Original user[current-user:picture:owner:original]The original user data if the user is being updated or saved.
    Raw name[current-user:picture:owner:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:picture:owner:profile-realname]Personal information textfield field.
    Real name[current-user:picture:owner:name]The real name of the user account.
    Roles[current-user:picture:owner:roles]The user roles associated with the user account.
    Status[current-user:picture:owner:status]Whether the user is active or blocked.
    Telephone[current-user:picture:owner:field_telephone]Phone number field.
    URL[current-user:picture:owner:url]The URL of the account profile page.
    User ID[current-user:picture:owner:uid]The unique ID of the user account.
    Validate URL[current-user:picture:owner:validate-url]The URL of the account validation page, provided by logintoboggan.
    Path[current-user:picture:path]The location of the file relative to Drupal root.
    Tags[current-user:picture:field-tags]Field "field_tags".
    Taxonomy terms with delta 1[current-user:picture:field-tags:1]The list item with delta 1. Delta values start from 0 and are incremented by one per list item.
    Taxonomy terms with delta 2[current-user:picture:field-tags:2]The list item with delta 2. Delta values start from 0 and are incremented by one per list item.
    Taxonomy terms with delta 3[current-user:picture:field-tags:3]The list item with delta 3. Delta values start from 0 and are incremented by one per list item.
    Tags[current-user:picture:field_tags]Term reference field.
    Timestamp[current-user:picture:timestamp]The date the file was most recently changed.
    Custom format[current-user:picture:timestamp:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:picture:timestamp:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:picture:timestamp:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:picture:timestamp:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:picture:timestamp:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:picture:timestamp:since]A date in 'time-since' format. (43 years 4 months)
    Title[current-user:picture:media_title]Text field.
    Title[current-user:picture:media-title]Field "media_title".
    URL[current-user:picture:url]The web-accessible URL for the file.
    Raw name[current-user:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:profile-realname]Personal information textfield field.
    Real name[current-user:name]The real name of the user account.
    Roles[current-user:roles]The user roles associated with the user account.
    Count[current-user:roles:count]The number of elements in the array.
    First[current-user:roles:first]The first element of the array.
    Imploded[current-user:roles:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:roles:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:roles:keys]The array of keys of the array.
    Count[current-user:roles:keys:count]The number of elements in the array.
    First[current-user:roles:keys:first]The first element of the array.
    Imploded[current-user:roles:keys:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:roles:keys:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Last[current-user:roles:keys:last]The last element of the array.
    Reversed[current-user:roles:keys:reversed]The array reversed.
    Value[current-user:roles:keys:value:?]The specific value of the array.
    Last[current-user:roles:last]The last element of the array.
    Reversed[current-user:roles:reversed]The array reversed.
    Count[current-user:roles:reversed:count]The number of elements in the array.
    First[current-user:roles:reversed:first]The first element of the array.
    Imploded[current-user:roles:reversed:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:roles:reversed:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:roles:reversed:keys]The array of keys of the array.
    Last[current-user:roles:reversed:last]The last element of the array.
    Value[current-user:roles:reversed:value:?]The specific value of the array.
    Value[current-user:roles:value:?]The specific value of the array.
    Status[current-user:status]Whether the user is active or blocked.
    Telephone[current-user:field_telephone]Phone number field.
    URL[current-user:url]The URL of the account profile page.
    Absolute URL[current-user:url:absolute]The absolute URL.
    Arguments[current-user:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Count[current-user:url:args:count]The number of elements in the array.
    First[current-user:url:args:first]The first element of the array.
    Imploded[current-user:url:args:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:url:args:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:url:args:keys]The array of keys of the array.
    Last[current-user:url:args:last]The last element of the array.
    Reversed[current-user:url:args:reversed]The array reversed.
    Value[current-user:url:args:value:?]The specific value of the array.
    Brief URL[current-user:url:brief]The URL without the protocol and trailing backslash.
    Path[current-user:url:path]The path component of the URL.
    Relative URL[current-user:url:relative]The relative URL.
    Unaliased URL[current-user:url:unaliased]The unaliased URL.
    Absolute URL[current-user:url:unaliased:absolute]The absolute URL.
    Arguments[current-user:url:unaliased:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[current-user:url:unaliased:brief]The URL without the protocol and trailing backslash.
    Path[current-user:url:unaliased:path]The path component of the URL.
    Relative URL[current-user:url:unaliased:relative]The relative URL.
    User ID[current-user:uid]The unique ID of the user account.
    Validate URL[current-user:validate-url]The URL of the account validation page, provided by logintoboggan.
    RandomTokens related to random data.
    Hash[random:hash:?]A random hash. The possible hashing algorithms are: md2, md4, md5, sha1, sha224, sha256, sha384, sha512, ripemd128, ripemd160, ripemd256, ripemd320, whirlpool, tiger128,3, tiger160,3, tiger192,3, tiger128,4, tiger160,4, tiger192,4, snefru, snefru256, gost, adler32, crc32, crc32b, salsa10, salsa20, haval128,3, haval160,3, haval192,3, haval224,3, haval256,3, haval128,4, haval160,4, haval192,4, haval224,4, haval256,4, haval128,5, haval160,5, haval192,5, haval224,5, haval256,5.
    Number[random:number]A random number from 0 to 2147483647.
    Site informationTokens for site-wide settings and other global information.
    Current date[site:current-date]The current date and time.
    Custom format[site:current-date:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[site:current-date:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[site:current-date:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[site:current-date:raw]A date in UNIX timestamp format (1368767057)
    Short format[site:current-date:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[site:current-date:since]A date in 'time-since' format. (43 years 4 months)
    Current page[site:current-page:?]Information related to the current page request. The following properties may be appended to the token: path (Path), url (URL), language (Interface language), language_content (Content language)
    Email[site:mail]The administrative email address for the site.
    Logged in user[site:current-user]The currently logged in user.
    Created[site:current-user:created]The date the user account was created.
    Custom format[site:current-user:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[site:current-user:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[site:current-user:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[site:current-user:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[site:current-user:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[site:current-user:created:since]A date in 'time-since' format. (43 years 4 months)
    Default theme[site:current-user:theme]The user's default theme.
    Edit URL[site:current-user:edit-url]The URL of the account edit page.
    Email[site:current-user:mail]The email address of the user account.
    Feed NID[site:current-user:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[site:current-user:last-access]The date the user last accessed the site.
    Custom format[site:current-user:last-access:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[site:current-user:last-access:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[site:current-user:last-access:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[site:current-user:last-access:raw]A date in UNIX timestamp format (1368767057)
    Short format[site:current-user:last-access:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[site:current-user:last-access:since]A date in 'time-since' format. (43 years 4 months)
    Last login[site:current-user:last-login]The date the user last logged in to the site.
    Main profile profile[site:current-user:profile-main]The users's Main profile profile.
    Date changed[site:current-user:profile-main:changed]The date the profile was most recently updated.
    Date created[site:current-user:profile-main:created]The date the profile was created.
    Label[site:current-user:profile-main:label]The profile label.
    Profile ID[site:current-user:profile-main:pid]The unique ID of the profile.
    Type[site:current-user:profile-main:type]The profile type.
    URL[site:current-user:profile-main:url]The URL of the entity.
    User[site:current-user:profile-main:user]The owner of the profile.
    Original user[site:current-user:original]The original user data if the user is being updated or saved.
    Created[site:current-user:original:created]The date the user account was created.
    Default theme[site:current-user:original:theme]The user's default theme.
    Edit URL[site:current-user:original:edit-url]The URL of the account edit page.
    Email[site:current-user:original:mail]The email address of the user account.
    Feed NID[site:current-user:original:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[site:current-user:original:last-access]The date the user last accessed the site.
    Last login[site:current-user:original:last-login]The date the user last logged in to the site.
    Main profile profile[site:current-user:original:profile-main]The users's Main profile profile.
    Picture[site:current-user:original:picture]The picture of the user.
    Raw name[site:current-user:original:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[site:current-user:original:profile-realname]Personal information textfield field.
    Real name[site:current-user:original:name]The real name of the user account.
    Roles[site:current-user:original:roles]The user roles associated with the user account.
    Status[site:current-user:original:status]Whether the user is active or blocked.
    Telephone[site:current-user:original:field_telephone]Phone number field.
    URL[site:current-user:original:url]The URL of the account profile page.
    User ID[site:current-user:original:uid]The unique ID of the user account.
    Validate URL[site:current-user:original:validate-url]The URL of the account validation page, provided by logintoboggan.
    Picture[site:current-user:picture]The picture of the user.
    Base name[site:current-user:picture:basename]The base name of the file.
    Description[site:current-user:picture:media_description]Long text field.
    Description[site:current-user:picture:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[site:current-user:picture:extension]The extension of the file.
    Feed NID[site:current-user:picture:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[site:current-user:picture:fid]The unique ID of the uploaded file.
    File byte size[site:current-user:picture:size-raw]The size of the file, in bytes.
    File extension - original[site:current-user:picture:ffp-extension-original]File extension - original.
    File name[site:current-user:picture:name]The name of the file on disk.
    File name[site:current-user:picture:ffp-name-only]File name without extension.
    File name - original[site:current-user:picture:ffp-name-only-original]File name without extension - original.
    File size[site:current-user:picture:size]The size of the file.
    License settings for this audio[site:current-user:picture:field-license]Field "field_license".
    License settings for this file[site:current-user:picture:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[site:current-user:picture:mime]The MIME type of the file.
    Original file[site:current-user:picture:original]The original file data if the file is being updated or saved.
    Owner[site:current-user:picture:owner]The user who originally uploaded the file.
    Path[site:current-user:picture:path]The location of the file relative to Drupal root.
    Tags[site:current-user:picture:field-tags]Field "field_tags".
    Tags[site:current-user:picture:field_tags]Term reference field.
    Timestamp[site:current-user:picture:timestamp]The date the file was most recently changed.
    Title[site:current-user:picture:media_title]Text field.
    Title[site:current-user:picture:media-title]Field "media_title".
    URL[site:current-user:picture:url]The web-accessible URL for the file.
    Raw name[site:current-user:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[site:current-user:profile-realname]Personal information textfield field.
    Real name[site:current-user:name]The real name of the user account.
    Roles[site:current-user:roles]The user roles associated with the user account.
    Count[site:current-user:roles:count]The number of elements in the array.
    First[site:current-user:roles:first]The first element of the array.
    Imploded[site:current-user:roles:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[site:current-user:roles:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[site:current-user:roles:keys]The array of keys of the array.
    Last[site:current-user:roles:last]The last element of the array.
    Reversed[site:current-user:roles:reversed]The array reversed.
    Value[site:current-user:roles:value:?]The specific value of the array.
    Status[site:current-user:status]Whether the user is active or blocked.
    Telephone[site:current-user:field_telephone]Phone number field.
    URL[site:current-user:url]The URL of the account profile page.
    Absolute URL[site:current-user:url:absolute]The absolute URL.
    Arguments[site:current-user:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[site:current-user:url:brief]The URL without the protocol and trailing backslash.
    Path[site:current-user:url:path]The path component of the URL.
    Relative URL[site:current-user:url:relative]The relative URL.
    Unaliased URL[site:current-user:url:unaliased]The unaliased URL.
    User ID[site:current-user:uid]The unique ID of the user account.
    Validate URL[site:current-user:validate-url]The URL of the account validation page, provided by logintoboggan.
    Login page[site:login-url]The URL of the site's login page.
    Name[site:name]The name of the site.
    Slogan[site:slogan]The slogan of the site.
    URL[site:url]The URL of the site's front page.
    URL (brief)[site:url-brief]The URL of the site's front page without the protocol.
    VariablesTokens for variable values.
    Anonymous user[variable:anonymous]The name used to indicate anonymous users.
    Colorbox Close[variable:colorbox_text_close]Text for the close button.
    Colorbox Next[variable:colorbox_text_next]Text for the next button in a shared relation group.
    Colorbox Previous[variable:colorbox_text_previous]Text for the previous button in a shared relation group.
    Colorbox Start slideshow[variable:colorbox_text_start]Text for the slideshow start button.
    Colorbox Stop slideshow[variable:colorbox_text_stop]Text for the slideshow stop button.
    Colorbox current text[variable:colorbox_text_current]Text for the content group / gallery count
    Default picture[variable:user_picture_default]URL of picture to display for users with no custom picture selected. Leave blank for none.
    Feed description[variable:feed_description]Description of your site, included in each feed.
    Maintenance mode message[variable:maintenance_mode_message]Message to show visitors when the site is in maintenance mode.
    Pages or PHP code[variable:i18n_select_page_list]Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are blog for the blog page and blog/* for every personal blog. <front> is the front page. If the PHP option is chosen, enter PHP code between <?php ?>. Note that executing incorrect PHP code can break your Drupal site.
    Picture guidelines[variable:user_picture_guidelines]This text is displayed at the picture upload form in addition to the default guidelines. It's useful for helping or instructing your users.
    Picture maximum dimensions[variable:user_picture_dimensions]Maximum dimensions for pictures, in pixels.
    Picture maximum file size[variable:user_picture_file_size]Maximum file size for pictures, in kB.
    Site email address[variable:site_mail]The From address in automated e-mails sent during registration and new password requests, and other notifications. (Use an address ending in your site's domain to help prevent this e-mail being flagged as spam.)
    Site name[variable:site_name]The name of this website.
    Site slogan[variable:site_slogan]Your site's motto, tag line, or catchphrase (often displayed alongside the title of the site).
    Skip tags[variable:i18n_select_skip_tags]Skip queries with these tags. Enter a list of tags separated by commas.
    User registration guidelines[variable:user_registration_help]This text is displayed at the top of the user registration form and is useful for helping or instructing your users.
  • Email addresses will be obfuscated in the page source to reduce the chances of being harvested by spammers.
  • Web page addresses and e-mail addresses turn into links automatically.

Plain text

  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Override default aspect ratio:
      [video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: Archive.org, Blip.tv, Capped, College Humor, DailyMotion, Flickr Slideshows, Flickr Video, Game Trailers, Game Videos, GodTube, Google Video, Meta Cafe, MySpace, Picasa Slideshows, Slideshare, Streamhoster, Teachertube, Vimeo, Wistia, YouTube, YouTube (Playlist).

    Special instructions:

    Some codecs need special input. You'll find those instructions here.
    • Picasa Slideshows:
      You must use the URL of the RSS feed for the Picasa album:
      1. View the album in Picasa (you should see thumbnails, not a slideshow).
      2. Find the "RSS" link and click it.
      3. Copy the resulting URL from the browser address bar. Example:
        [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]
    • Slideshare:
      You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id", and form the URL like this: slideshare.net/1759622
  • Global tokens will be replaced with their respective token values (e.g. [site:name] or [current-page:title]). The following is a list of the tokens that are available:
    NameTokenDescription
    Current dateTokens related to the current date and time.
    Custom format[current-date:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-date:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-date:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-date:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-date:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-date:since]A date in 'time-since' format. (43 years 4 months)
    Current pageTokens related to the current page request.
    Page number[current-page:page-number]The page number of the current page when viewing paged lists.
    Query string value[current-page:query:?]The value of a specific query string field of the current page.
    Title[current-page:title]The title of the current page.
    URL[current-page:url]The URL of the current page.
    Absolute URL[current-page:url:absolute]The absolute URL.
    Arguments[current-page:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Count[current-page:url:args:count]The number of elements in the array.
    First[current-page:url:args:first]The first element of the array.
    Imploded[current-page:url:args:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-page:url:args:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-page:url:args:keys]The array of keys of the array.
    Last[current-page:url:args:last]The last element of the array.
    Reversed[current-page:url:args:reversed]The array reversed.
    Value[current-page:url:args:value:?]The specific value of the array.
    Brief URL[current-page:url:brief]The URL without the protocol and trailing backslash.
    Path[current-page:url:path]The path component of the URL.
    Relative URL[current-page:url:relative]The relative URL.
    Unaliased URL[current-page:url:unaliased]The unaliased URL.
    Absolute URL[current-page:url:unaliased:absolute]The absolute URL.
    Arguments[current-page:url:unaliased:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[current-page:url:unaliased:brief]The URL without the protocol and trailing backslash.
    Path[current-page:url:unaliased:path]The path component of the URL.
    Relative URL[current-page:url:unaliased:relative]The relative URL.
    Current userTokens related to the currently logged in user.
    Created[current-user:created]The date the user account was created.
    Custom format[current-user:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:created:since]A date in 'time-since' format. (43 years 4 months)
    Default theme[current-user:theme]The user's default theme.
    Edit URL[current-user:edit-url]The URL of the account edit page.
    Email[current-user:mail]The email address of the user account.
    Feed NID[current-user:feed-nid]Nid of the Feed Node that imported this entity.
    IP address[current-user:ip-address]The IP address of the current user.
    Last access[current-user:last-access]The date the user last accessed the site.
    Custom format[current-user:last-access:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:last-access:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:last-access:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:last-access:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:last-access:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:last-access:since]A date in 'time-since' format. (43 years 4 months)
    Last login[current-user:last-login]The date the user last logged in to the site.
    Main profile profile[current-user:profile-main]The users's Main profile profile.
    Date changed[current-user:profile-main:changed]The date the profile was most recently updated.
    Custom format[current-user:profile-main:changed:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:profile-main:changed:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:profile-main:changed:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:profile-main:changed:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:profile-main:changed:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:profile-main:changed:since]A date in 'time-since' format. (43 years 4 months)
    Date created[current-user:profile-main:created]The date the profile was created.
    Custom format[current-user:profile-main:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:profile-main:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:profile-main:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:profile-main:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:profile-main:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:profile-main:created:since]A date in 'time-since' format. (43 years 4 months)
    Label[current-user:profile-main:label]The profile label.
    Profile ID[current-user:profile-main:pid]The unique ID of the profile.
    Type[current-user:profile-main:type]The profile type.
    Data[current-user:profile-main:type:data]Profile type "data" property.
    Internal, numeric profile type ID[current-user:profile-main:type:id]The ID used to identify this profile type internally.
    Label[current-user:profile-main:type:label]The human readable label.
    Module[current-user:profile-main:type:module]Profile type "module" property.
    Status[current-user:profile-main:type:status]Profile type "status" property.
    Weight[current-user:profile-main:type:weight]Profile type "weight" property.
    URL[current-user:profile-main:url]The URL of the entity.
    User[current-user:profile-main:user]The owner of the profile.
    Created[current-user:profile-main:user:created]The date the user account was created.
    Default theme[current-user:profile-main:user:theme]The user's default theme.
    Edit URL[current-user:profile-main:user:edit-url]The URL of the account edit page.
    Email[current-user:profile-main:user:mail]The email address of the user account.
    Feed NID[current-user:profile-main:user:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[current-user:profile-main:user:last-access]The date the user last accessed the site.
    Last login[current-user:profile-main:user:last-login]The date the user last logged in to the site.
    Original user[current-user:profile-main:user:original]The original user data if the user is being updated or saved.
    Picture[current-user:profile-main:user:picture]The picture of the user.
    Raw name[current-user:profile-main:user:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:profile-main:user:profile-realname]Personal information textfield field.
    Real name[current-user:profile-main:user:name]The real name of the user account.
    Roles[current-user:profile-main:user:roles]The user roles associated with the user account.
    Status[current-user:profile-main:user:status]Whether the user is active or blocked.
    Telephone[current-user:profile-main:user:field_telephone]Phone number field.
    URL[current-user:profile-main:user:url]The URL of the account profile page.
    User ID[current-user:profile-main:user:uid]The unique ID of the user account.
    Validate URL[current-user:profile-main:user:validate-url]The URL of the account validation page, provided by logintoboggan.
    Original user[current-user:original]The original user data if the user is being updated or saved.
    Created[current-user:original:created]The date the user account was created.
    Custom format[current-user:original:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:original:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:original:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:original:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:original:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:original:created:since]A date in 'time-since' format. (43 years 4 months)
    Default theme[current-user:original:theme]The user's default theme.
    Edit URL[current-user:original:edit-url]The URL of the account edit page.
    Email[current-user:original:mail]The email address of the user account.
    Feed NID[current-user:original:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[current-user:original:last-access]The date the user last accessed the site.
    Custom format[current-user:original:last-access:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:original:last-access:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:original:last-access:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:original:last-access:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:original:last-access:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:original:last-access:since]A date in 'time-since' format. (43 years 4 months)
    Last login[current-user:original:last-login]The date the user last logged in to the site.
    Main profile profile[current-user:original:profile-main]The users's Main profile profile.
    Date changed[current-user:original:profile-main:changed]The date the profile was most recently updated.
    Date created[current-user:original:profile-main:created]The date the profile was created.
    Label[current-user:original:profile-main:label]The profile label.
    Profile ID[current-user:original:profile-main:pid]The unique ID of the profile.
    Type[current-user:original:profile-main:type]The profile type.
    URL[current-user:original:profile-main:url]The URL of the entity.
    User[current-user:original:profile-main:user]The owner of the profile.
    Picture[current-user:original:picture]The picture of the user.
    Base name[current-user:original:picture:basename]The base name of the file.
    Description[current-user:original:picture:media_description]Long text field.
    Description[current-user:original:picture:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[current-user:original:picture:extension]The extension of the file.
    Feed NID[current-user:original:picture:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[current-user:original:picture:fid]The unique ID of the uploaded file.
    File byte size[current-user:original:picture:size-raw]The size of the file, in bytes.
    File extension - original[current-user:original:picture:ffp-extension-original]File extension - original.
    File name[current-user:original:picture:name]The name of the file on disk.
    File name[current-user:original:picture:ffp-name-only]File name without extension.
    File name - original[current-user:original:picture:ffp-name-only-original]File name without extension - original.
    File size[current-user:original:picture:size]The size of the file.
    License settings for this audio[current-user:original:picture:field-license]Field "field_license".
    License settings for this file[current-user:original:picture:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[current-user:original:picture:mime]The MIME type of the file.
    Owner[current-user:original:picture:owner]The user who originally uploaded the file.
    Path[current-user:original:picture:path]The location of the file relative to Drupal root.
    Tags[current-user:original:picture:field-tags]Field "field_tags".
    Tags[current-user:original:picture:field_tags]Term reference field.
    Timestamp[current-user:original:picture:timestamp]The date the file was most recently changed.
    Title[current-user:original:picture:media_title]Text field.
    Title[current-user:original:picture:media-title]Field "media_title".
    URL[current-user:original:picture:url]The web-accessible URL for the file.
    Raw name[current-user:original:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:original:profile-realname]Personal information textfield field.
    Real name[current-user:original:name]The real name of the user account.
    Roles[current-user:original:roles]The user roles associated with the user account.
    Count[current-user:original:roles:count]The number of elements in the array.
    First[current-user:original:roles:first]The first element of the array.
    Imploded[current-user:original:roles:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:original:roles:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:original:roles:keys]The array of keys of the array.
    Last[current-user:original:roles:last]The last element of the array.
    Reversed[current-user:original:roles:reversed]The array reversed.
    Value[current-user:original:roles:value:?]The specific value of the array.
    Status[current-user:original:status]Whether the user is active or blocked.
    Telephone[current-user:original:field_telephone]Phone number field.
    URL[current-user:original:url]The URL of the account profile page.
    Absolute URL[current-user:original:url:absolute]The absolute URL.
    Arguments[current-user:original:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[current-user:original:url:brief]The URL without the protocol and trailing backslash.
    Path[current-user:original:url:path]The path component of the URL.
    Relative URL[current-user:original:url:relative]The relative URL.
    Unaliased URL[current-user:original:url:unaliased]The unaliased URL.
    User ID[current-user:original:uid]The unique ID of the user account.
    Validate URL[current-user:original:validate-url]The URL of the account validation page, provided by logintoboggan.
    Picture[current-user:picture]The picture of the user.
    Base name[current-user:picture:basename]The base name of the file.
    Description[current-user:picture:media_description]Long text field.
    Description[current-user:picture:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[current-user:picture:extension]The extension of the file.
    Feed NID[current-user:picture:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[current-user:picture:fid]The unique ID of the uploaded file.
    File byte size[current-user:picture:size-raw]The size of the file, in bytes.
    File extension - original[current-user:picture:ffp-extension-original]File extension - original.
    File name[current-user:picture:name]The name of the file on disk.
    File name[current-user:picture:ffp-name-only]File name without extension.
    File name - original[current-user:picture:ffp-name-only-original]File name without extension - original.
    File size[current-user:picture:size]The size of the file.
    License settings for this audio[current-user:picture:field-license]Field "field_license".
    License settings for this file[current-user:picture:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[current-user:picture:mime]The MIME type of the file.
    Original file[current-user:picture:original]The original file data if the file is being updated or saved.
    Base name[current-user:picture:original:basename]The base name of the file.
    Description[current-user:picture:original:media_description]Long text field.
    Description[current-user:picture:original:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[current-user:picture:original:extension]The extension of the file.
    Feed NID[current-user:picture:original:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[current-user:picture:original:fid]The unique ID of the uploaded file.
    File byte size[current-user:picture:original:size-raw]The size of the file, in bytes.
    File extension - original[current-user:picture:original:ffp-extension-original]File extension - original.
    File name[current-user:picture:original:name]The name of the file on disk.
    File name[current-user:picture:original:ffp-name-only]File name without extension.
    File name - original[current-user:picture:original:ffp-name-only-original]File name without extension - original.
    File size[current-user:picture:original:size]The size of the file.
    License settings for this audio[current-user:picture:original:field-license]Field "field_license".
    License settings for this file[current-user:picture:original:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[current-user:picture:original:mime]The MIME type of the file.
    Owner[current-user:picture:original:owner]The user who originally uploaded the file.
    Path[current-user:picture:original:path]The location of the file relative to Drupal root.
    Tags[current-user:picture:original:field-tags]Field "field_tags".
    Tags[current-user:picture:original:field_tags]Term reference field.
    Timestamp[current-user:picture:original:timestamp]The date the file was most recently changed.
    Title[current-user:picture:original:media_title]Text field.
    Title[current-user:picture:original:media-title]Field "media_title".
    URL[current-user:picture:original:url]The web-accessible URL for the file.
    Owner[current-user:picture:owner]The user who originally uploaded the file.
    Created[current-user:picture:owner:created]The date the user account was created.
    Default theme[current-user:picture:owner:theme]The user's default theme.
    Edit URL[current-user:picture:owner:edit-url]The URL of the account edit page.
    Email[current-user:picture:owner:mail]The email address of the user account.
    Feed NID[current-user:picture:owner:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[current-user:picture:owner:last-access]The date the user last accessed the site.
    Last login[current-user:picture:owner:last-login]The date the user last logged in to the site.
    Main profile profile[current-user:picture:owner:profile-main]The users's Main profile profile.
    Original user[current-user:picture:owner:original]The original user data if the user is being updated or saved.
    Raw name[current-user:picture:owner:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:picture:owner:profile-realname]Personal information textfield field.
    Real name[current-user:picture:owner:name]The real name of the user account.
    Roles[current-user:picture:owner:roles]The user roles associated with the user account.
    Status[current-user:picture:owner:status]Whether the user is active or blocked.
    Telephone[current-user:picture:owner:field_telephone]Phone number field.
    URL[current-user:picture:owner:url]The URL of the account profile page.
    User ID[current-user:picture:owner:uid]The unique ID of the user account.
    Validate URL[current-user:picture:owner:validate-url]The URL of the account validation page, provided by logintoboggan.
    Path[current-user:picture:path]The location of the file relative to Drupal root.
    Tags[current-user:picture:field-tags]Field "field_tags".
    Taxonomy terms with delta 1[current-user:picture:field-tags:1]The list item with delta 1. Delta values start from 0 and are incremented by one per list item.
    Taxonomy terms with delta 2[current-user:picture:field-tags:2]The list item with delta 2. Delta values start from 0 and are incremented by one per list item.
    Taxonomy terms with delta 3[current-user:picture:field-tags:3]The list item with delta 3. Delta values start from 0 and are incremented by one per list item.
    Tags[current-user:picture:field_tags]Term reference field.
    Timestamp[current-user:picture:timestamp]The date the file was most recently changed.
    Custom format[current-user:picture:timestamp:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[current-user:picture:timestamp:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[current-user:picture:timestamp:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[current-user:picture:timestamp:raw]A date in UNIX timestamp format (1368767057)
    Short format[current-user:picture:timestamp:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[current-user:picture:timestamp:since]A date in 'time-since' format. (43 years 4 months)
    Title[current-user:picture:media_title]Text field.
    Title[current-user:picture:media-title]Field "media_title".
    URL[current-user:picture:url]The web-accessible URL for the file.
    Raw name[current-user:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[current-user:profile-realname]Personal information textfield field.
    Real name[current-user:name]The real name of the user account.
    Roles[current-user:roles]The user roles associated with the user account.
    Count[current-user:roles:count]The number of elements in the array.
    First[current-user:roles:first]The first element of the array.
    Imploded[current-user:roles:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:roles:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:roles:keys]The array of keys of the array.
    Count[current-user:roles:keys:count]The number of elements in the array.
    First[current-user:roles:keys:first]The first element of the array.
    Imploded[current-user:roles:keys:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:roles:keys:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Last[current-user:roles:keys:last]The last element of the array.
    Reversed[current-user:roles:keys:reversed]The array reversed.
    Value[current-user:roles:keys:value:?]The specific value of the array.
    Last[current-user:roles:last]The last element of the array.
    Reversed[current-user:roles:reversed]The array reversed.
    Count[current-user:roles:reversed:count]The number of elements in the array.
    First[current-user:roles:reversed:first]The first element of the array.
    Imploded[current-user:roles:reversed:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:roles:reversed:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:roles:reversed:keys]The array of keys of the array.
    Last[current-user:roles:reversed:last]The last element of the array.
    Value[current-user:roles:reversed:value:?]The specific value of the array.
    Value[current-user:roles:value:?]The specific value of the array.
    Status[current-user:status]Whether the user is active or blocked.
    Telephone[current-user:field_telephone]Phone number field.
    URL[current-user:url]The URL of the account profile page.
    Absolute URL[current-user:url:absolute]The absolute URL.
    Arguments[current-user:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Count[current-user:url:args:count]The number of elements in the array.
    First[current-user:url:args:first]The first element of the array.
    Imploded[current-user:url:args:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[current-user:url:args:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[current-user:url:args:keys]The array of keys of the array.
    Last[current-user:url:args:last]The last element of the array.
    Reversed[current-user:url:args:reversed]The array reversed.
    Value[current-user:url:args:value:?]The specific value of the array.
    Brief URL[current-user:url:brief]The URL without the protocol and trailing backslash.
    Path[current-user:url:path]The path component of the URL.
    Relative URL[current-user:url:relative]The relative URL.
    Unaliased URL[current-user:url:unaliased]The unaliased URL.
    Absolute URL[current-user:url:unaliased:absolute]The absolute URL.
    Arguments[current-user:url:unaliased:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[current-user:url:unaliased:brief]The URL without the protocol and trailing backslash.
    Path[current-user:url:unaliased:path]The path component of the URL.
    Relative URL[current-user:url:unaliased:relative]The relative URL.
    User ID[current-user:uid]The unique ID of the user account.
    Validate URL[current-user:validate-url]The URL of the account validation page, provided by logintoboggan.
    RandomTokens related to random data.
    Hash[random:hash:?]A random hash. The possible hashing algorithms are: md2, md4, md5, sha1, sha224, sha256, sha384, sha512, ripemd128, ripemd160, ripemd256, ripemd320, whirlpool, tiger128,3, tiger160,3, tiger192,3, tiger128,4, tiger160,4, tiger192,4, snefru, snefru256, gost, adler32, crc32, crc32b, salsa10, salsa20, haval128,3, haval160,3, haval192,3, haval224,3, haval256,3, haval128,4, haval160,4, haval192,4, haval224,4, haval256,4, haval128,5, haval160,5, haval192,5, haval224,5, haval256,5.
    Number[random:number]A random number from 0 to 2147483647.
    Site informationTokens for site-wide settings and other global information.
    Current date[site:current-date]The current date and time.
    Custom format[site:current-date:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[site:current-date:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[site:current-date:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[site:current-date:raw]A date in UNIX timestamp format (1368767057)
    Short format[site:current-date:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[site:current-date:since]A date in 'time-since' format. (43 years 4 months)
    Current page[site:current-page:?]Information related to the current page request. The following properties may be appended to the token: path (Path), url (URL), language (Interface language), language_content (Content language)
    Email[site:mail]The administrative email address for the site.
    Logged in user[site:current-user]The currently logged in user.
    Created[site:current-user:created]The date the user account was created.
    Custom format[site:current-user:created:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[site:current-user:created:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[site:current-user:created:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[site:current-user:created:raw]A date in UNIX timestamp format (1368767057)
    Short format[site:current-user:created:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[site:current-user:created:since]A date in 'time-since' format. (43 years 4 months)
    Default theme[site:current-user:theme]The user's default theme.
    Edit URL[site:current-user:edit-url]The URL of the account edit page.
    Email[site:current-user:mail]The email address of the user account.
    Feed NID[site:current-user:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[site:current-user:last-access]The date the user last accessed the site.
    Custom format[site:current-user:last-access:custom:?]A date in a custom format. See the PHP documentation for details.
    Long format[site:current-user:last-access:long]A date in 'long' format. (Friday, May 17, 2013 - 12:04)
    Medium format[site:current-user:last-access:medium]A date in 'medium' format. (Fri, 05/17/2013 - 12:04)
    Raw timestamp[site:current-user:last-access:raw]A date in UNIX timestamp format (1368767057)
    Short format[site:current-user:last-access:short]A date in 'short' format. (05/17/2013 - 12:04)
    Time-since[site:current-user:last-access:since]A date in 'time-since' format. (43 years 4 months)
    Last login[site:current-user:last-login]The date the user last logged in to the site.
    Main profile profile[site:current-user:profile-main]The users's Main profile profile.
    Date changed[site:current-user:profile-main:changed]The date the profile was most recently updated.
    Date created[site:current-user:profile-main:created]The date the profile was created.
    Label[site:current-user:profile-main:label]The profile label.
    Profile ID[site:current-user:profile-main:pid]The unique ID of the profile.
    Type[site:current-user:profile-main:type]The profile type.
    URL[site:current-user:profile-main:url]The URL of the entity.
    User[site:current-user:profile-main:user]The owner of the profile.
    Original user[site:current-user:original]The original user data if the user is being updated or saved.
    Created[site:current-user:original:created]The date the user account was created.
    Default theme[site:current-user:original:theme]The user's default theme.
    Edit URL[site:current-user:original:edit-url]The URL of the account edit page.
    Email[site:current-user:original:mail]The email address of the user account.
    Feed NID[site:current-user:original:feed-nid]Nid of the Feed Node that imported this entity.
    Last access[site:current-user:original:last-access]The date the user last accessed the site.
    Last login[site:current-user:original:last-login]The date the user last logged in to the site.
    Main profile profile[site:current-user:original:profile-main]The users's Main profile profile.
    Picture[site:current-user:original:picture]The picture of the user.
    Raw name[site:current-user:original:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[site:current-user:original:profile-realname]Personal information textfield field.
    Real name[site:current-user:original:name]The real name of the user account.
    Roles[site:current-user:original:roles]The user roles associated with the user account.
    Status[site:current-user:original:status]Whether the user is active or blocked.
    Telephone[site:current-user:original:field_telephone]Phone number field.
    URL[site:current-user:original:url]The URL of the account profile page.
    User ID[site:current-user:original:uid]The unique ID of the user account.
    Validate URL[site:current-user:original:validate-url]The URL of the account validation page, provided by logintoboggan.
    Picture[site:current-user:picture]The picture of the user.
    Base name[site:current-user:picture:basename]The base name of the file.
    Description[site:current-user:picture:media_description]Long text field.
    Description[site:current-user:picture:media-description:?]Field "media_description". The following properties may be appended to the token: value (Text), format (Text format)
    Extension[site:current-user:picture:extension]The extension of the file.
    Feed NID[site:current-user:picture:feed-nid]Nid of the Feed Node that imported this entity.
    File ID[site:current-user:picture:fid]The unique ID of the uploaded file.
    File byte size[site:current-user:picture:size-raw]The size of the file, in bytes.
    File extension - original[site:current-user:picture:ffp-extension-original]File extension - original.
    File name[site:current-user:picture:name]The name of the file on disk.
    File name[site:current-user:picture:ffp-name-only]File name without extension.
    File name - original[site:current-user:picture:ffp-name-only-original]File name without extension - original.
    File size[site:current-user:picture:size]The size of the file.
    License settings for this audio[site:current-user:picture:field-license]Field "field_license".
    License settings for this file[site:current-user:picture:field_license]List (text) field. Also known as Default license settings, License settings for this audio, License settings for this image, License settings for this video.
    MIME type[site:current-user:picture:mime]The MIME type of the file.
    Original file[site:current-user:picture:original]The original file data if the file is being updated or saved.
    Owner[site:current-user:picture:owner]The user who originally uploaded the file.
    Path[site:current-user:picture:path]The location of the file relative to Drupal root.
    Tags[site:current-user:picture:field-tags]Field "field_tags".
    Tags[site:current-user:picture:field_tags]Term reference field.
    Timestamp[site:current-user:picture:timestamp]The date the file was most recently changed.
    Title[site:current-user:picture:media_title]Text field.
    Title[site:current-user:picture:media-title]Field "media_title".
    URL[site:current-user:picture:url]The web-accessible URL for the file.
    Raw name[site:current-user:name-raw]The raw login name of the user account, unprocessed by the RealName module.
    Real Name[site:current-user:profile-realname]Personal information textfield field.
    Real name[site:current-user:name]The real name of the user account.
    Roles[site:current-user:roles]The user roles associated with the user account.
    Count[site:current-user:roles:count]The number of elements in the array.
    First[site:current-user:roles:first]The first element of the array.
    Imploded[site:current-user:roles:join:?]The values of the array joined together with a custom string in-between each value.
    Joined path[site:current-user:roles:join-path]The array values each cleaned by Pathauto and then joined with the slash into a string that resembles an URL.
    Keys[site:current-user:roles:keys]The array of keys of the array.
    Last[site:current-user:roles:last]The last element of the array.
    Reversed[site:current-user:roles:reversed]The array reversed.
    Value[site:current-user:roles:value:?]The specific value of the array.
    Status[site:current-user:status]Whether the user is active or blocked.
    Telephone[site:current-user:field_telephone]Phone number field.
    URL[site:current-user:url]The URL of the account profile page.
    Absolute URL[site:current-user:url:absolute]The absolute URL.
    Arguments[site:current-user:url:args]The specific argument of the current page (e.g. 'arg:1' on the page 'node/1' returns '1').
    Brief URL[site:current-user:url:brief]The URL without the protocol and trailing backslash.
    Path[site:current-user:url:path]The path component of the URL.
    Relative URL[site:current-user:url:relative]The relative URL.
    Unaliased URL[site:current-user:url:unaliased]The unaliased URL.
    User ID[site:current-user:uid]The unique ID of the user account.
    Validate URL[site:current-user:validate-url]The URL of the account validation page, provided by logintoboggan.
    Login page[site:login-url]The URL of the site's login page.
    Name[site:name]The name of the site.
    Slogan[site:slogan]The slogan of the site.
    URL[site:url]The URL of the site's front page.
    URL (brief)[site:url-brief]The URL of the site's front page without the protocol.
    VariablesTokens for variable values.
    Anonymous user[variable:anonymous]The name used to indicate anonymous users.
    Colorbox Close[variable:colorbox_text_close]Text for the close button.
    Colorbox Next[variable:colorbox_text_next]Text for the next button in a shared relation group.
    Colorbox Previous[variable:colorbox_text_previous]Text for the previous button in a shared relation group.
    Colorbox Start slideshow[variable:colorbox_text_start]Text for the slideshow start button.
    Colorbox Stop slideshow[variable:colorbox_text_stop]Text for the slideshow stop button.
    Colorbox current text[variable:colorbox_text_current]Text for the content group / gallery count
    Default picture[variable:user_picture_default]URL of picture to display for users with no custom picture selected. Leave blank for none.
    Feed description[variable:feed_description]Description of your site, included in each feed.
    Maintenance mode message[variable:maintenance_mode_message]Message to show visitors when the site is in maintenance mode.
    Pages or PHP code[variable:i18n_select_page_list]Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are blog for the blog page and blog/* for every personal blog. <front> is the front page. If the PHP option is chosen, enter PHP code between <?php ?>. Note that executing incorrect PHP code can break your Drupal site.
    Picture guidelines[variable:user_picture_guidelines]This text is displayed at the picture upload form in addition to the default guidelines. It's useful for helping or instructing your users.
    Picture maximum dimensions[variable:user_picture_dimensions]Maximum dimensions for pictures, in pixels.
    Picture maximum file size[variable:user_picture_file_size]Maximum file size for pictures, in kB.
    Site email address[variable:site_mail]The From address in automated e-mails sent during registration and new password requests, and other notifications. (Use an address ending in your site's domain to help prevent this e-mail being flagged as spam.)
    Site name[variable:site_name]The name of this website.
    Site slogan[variable:site_slogan]Your site's motto, tag line, or catchphrase (often displayed alongside the title of the site).
    Skip tags[variable:i18n_select_skip_tags]Skip queries with these tags. Enter a list of tags separated by commas.
    User registration guidelines[variable:user_registration_help]This text is displayed at the top of the user registration form and is useful for helping or instructing your users.
  • No HTML tags allowed.
  • Email addresses will be obfuscated in the page source to reduce the chances of being harvested by spammers.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.