Name | Token | Description |
---|---|---|
Current date | Tokens 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 date-time | [current-date:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-date:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-date:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-date:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-date:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-date:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-date:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-date:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Current page | Tokens related to the current page request. | |
Custom pager | [current-page:pager] | A custom pager (from the Metatag module). Currently set to "Page PAGER | " which would be output as e.g. "Page 12 | ". |
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 user | Tokens related to the currently logged in user. | |
Address | [current-user:field-address] | Field "field_address". |
Amount deposited for Assisted Paymnets at Office Sofia (in leva) | [current-user:field-assist-deposit] | Field "field_assist_deposit". |
Changed | [current-user:changed] | The date the user account was changed. |
Custom format | [current-user:changed:custom:?] | A date in a custom format. See the PHP documentation for details. |
Long date-time | [current-user:changed:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:changed:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:changed:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:changed:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:changed:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:changed:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:changed:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:changed:dateonly] | A date in 'dateonly' format. (05.08.2024) |
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 date-time | [current-user:created:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:created:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:created:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:created:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:created:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:created:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:created:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:created:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Default theme | [current-user:theme] | The user's default theme. |
Delivery address in Germany | [current-user:field-deliveryaddress:?] | Field "field_deliveryaddress". The following properties may be appended to the token: value (Text), format (Text format) |
Edit URL | [current-user:edit-url] | The URL of the account edit page. |
[current-user:mail] | The email address of the user account. | |
First name | [current-user:field-firstname] | Field "field_firstname". |
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 date-time | [current-user:last-access:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:last-access:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:last-access:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:last-access:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:last-access:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:last-access:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:last-access:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:last-access:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Last login | [current-user:last-login] | The date the user last logged in to the site. |
Custom format | [current-user:last-login:custom:?] | A date in a custom format. See the PHP documentation for details. |
Long date-time | [current-user:last-login:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:last-login:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:last-login:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:last-login:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:last-login:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:last-login:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:last-login:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:last-login:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Last name | [current-user:field-lastname] | Field "field_lastname". |
Meta tags | [current-user:metatag] | Meta tags for this user. |
Advanced tags: Author | [current-user:metatag:author] | Author(s) of the web page; little used though an official part of the HTML 5.2 specification. |
Advanced tags: Cache-Control | [current-user:metatag:cache-control] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Pragma meta tag. |
Advanced tags: Canonical URL | [current-user:metatag:canonical] | The URl of the preferred page location or URL of the content of this page, to help eliminate duplicate content penalties from search engines. |
Advanced tags: Content language | [current-user:metatag:content-language] | Used to define this page's language code. May be the two letter language code, e.g. "de" for German, or the two letter code with a dash and the two letter ISO country code, e.g. "de-AT" for German in Austria. Still used by Bing. |
Advanced tags: Content rating | [current-user:metatag:rating] | Used to indicate the intended audience for the content. |
Advanced tags: Expires | [current-user:metatag:expires] | Control when the browser's internal cache of the current page should expire. The date must to be an RFC-1123-compliant date string that is represented in Greenwich Mean Time (GMT), e.g. 'Thu, 01 Sep 2016 00:12:56 GMT'. Set to '0' to stop the page being cached entirely. |
Advanced tags: Generator | [current-user:metatag:generator] | Describes the name and version number of the software or publishing tool used to create the page. |
Advanced tags: Geo place name | [current-user:metatag:geo.placename] | A location's formal name. |
Advanced tags: Geo position | [current-user:metatag:geo.position] | Geo-spatial information in "latitude; longitude" format, e.g. "50.167958; -97.133185"; see Wikipedia for details. |
Advanced tags: Geo region | [current-user:metatag:geo.region] | A location's two-letter international country code, with an optional two-letter region, e.g. "US-NH" for New Hampshire in the USA. |
Advanced tags: Google | [current-user:metatag:google] | This meta tag communicates with Google. There are currently two directives supported: 'nositelinkssearchbox' to not to show the sitelinks search box, and 'notranslate' to ask Google not to offer a translation of the page. Both options may be added, just separate them with a comma. See meta tags that Google understands for further details. |
Advanced tags: Google News Keywords | [current-user:metatag:news_keywords] | A comma-separated list of keywords about the page. This meta tag is used as an indicator in Google News. |
Advanced tags: Google Standout | [current-user:metatag:standout] | Highlight standout journalism on the web, especially for breaking news; used as an indicator in Google News. Warning: Don't abuse it, to be used a maximum of 7 times per calendar week! |
Advanced tags: ICBM | [current-user:metatag:icbm] | Geo-spatial information in "latitude, longitude" format, e.g. "50.167958, -97.133185"; see Wikipedia for details. |
Advanced tags: Image | [current-user:metatag:image_src] | An image associated with this page, for use as a thumbnail in social networks and other services. |
Advanced tags: Next page URL | [current-user:metatag:next] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="next" link. |
Advanced tags: Original Source | [current-user:metatag:original-source] | Used to indicate the URL that broke the story, and can link to either an internal URL or an external source. If the full URL is not known it is acceptable to use a partial URL or just the domain name. |
Advanced tags: Pragma | [current-user:metatag:pragma] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Cache-Control meta tag. |
Advanced tags: Previous page URL | [current-user:metatag:prev] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="prev" link. |
Advanced tags: Referrer policy | [current-user:metatag:referrer] | Indicate to search engines and other page scrapers whether or not links should be followed. See the W3C specifications for further details. |
Advanced tags: Refresh | [current-user:metatag:refresh] | The number of seconds to wait before refreshing the page. May also force redirect to another page using the format "5; url=https://example.com/", which would be triggered after five seconds. |
Advanced tags: Revisit After | [current-user:metatag:revisit-after] | Tell search engines when to index the page again. Very few search engines support this tag, it is more useful to use an XML Sitemap file. |
Advanced tags: Rights | [current-user:metatag:rights] | Details about intellectual property, such as copyright or trademarks; does not automatically protect the site's content or intellectual property. |
Advanced tags: Robots | [current-user:metatag:robots] | Provides search engines with specific directions for what to do when this page is indexed. |
Advanced tags: Set cookie | [current-user:metatag:set_cookie] | Sets a cookie on the visitor's browser. Can be in either NAME=VALUE format, or a more verbose format including the path and expiration date; see the link for full details on the syntax. |
Advanced tags: Shortlink URL | [current-user:metatag:shortlink] | A brief URL, often created by a URL shortening service. |
Basic tags: Abstract | [current-user:metatag:abstract] | A brief and concise summary of the page's content, preferably 150 characters or less. Where as the description meta tag may be used by search engines to display a snippet about the page in search results, the abstract tag may be used to archive a summary about the page. This meta tag is no longer supported by major search engines. |
Basic tags: Description | [current-user:metatag:description] | A brief and concise summary of the page's content that is a maximum of 160 characters in length. The description meta tag may be used by search engines to display a snippet about the page in search results. |
Basic tags: Keywords | [current-user:metatag:keywords] | A comma-separated list of keywords about the page. This meta tag is no longer supported by most search engines anymore. |
Basic tags: Page title | [current-user:metatag:title] | The text to display in the title bar of a visitor's web browser when they view this page. This meta tag may also be used as the title of the page when a visitor bookmarks or favorites this page, or as the page title in a search engine result. It is common to append '[site:name]' to the end of this, so the site's name is automatically added. It is recommended that the title be no greater than 55 - 65 characters long, including spaces. |
Name | [current-user:name] | The login name of the user account. |
Notes | [current-user:field-usernote] | Field "field_usernote". |
Order receiving (office/courier) | [current-user:field-courier-default] | Field "field_courier_default". |
Original user | [current-user:original] | The original user data if the user is being updated or saved. |
Address | [current-user:original:field-address] | Field "field_address". |
Amount deposited for Assisted Paymnets at Office Sofia (in leva) | [current-user:original:field-assist-deposit] | Field "field_assist_deposit". |
Changed | [current-user:original:changed] | The date the user account was changed. |
Custom format | [current-user:original:changed:custom:?] | A date in a custom format. See the PHP documentation for details. |
Long date-time | [current-user:original:changed:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:original:changed:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:original:changed:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:original:changed:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:original:changed:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:original:changed:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:original:changed:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:original:changed:dateonly] | A date in 'dateonly' format. (05.08.2024) |
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 date-time | [current-user:original:created:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:original:created:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:original:created:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:original:created:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:original:created:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:original:created:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:original:created:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:original:created:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Default theme | [current-user:original:theme] | The user's default theme. |
Delivery address in Germany | [current-user:original:field-deliveryaddress:?] | Field "field_deliveryaddress". The following properties may be appended to the token: value (Text), format (Text format) |
Edit URL | [current-user:original:edit-url] | The URL of the account edit page. |
[current-user:original:mail] | The email address of the user account. | |
First name | [current-user:original:field-firstname] | Field "field_firstname". |
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 date-time | [current-user:original:last-access:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:original:last-access:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:original:last-access:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:original:last-access:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:original:last-access:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:original:last-access:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:original:last-access:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:original:last-access:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Last login | [current-user:original:last-login] | The date the user last logged in to the site. |
Custom format | [current-user:original:last-login:custom:?] | A date in a custom format. See the PHP documentation for details. |
Long date-time | [current-user:original:last-login:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [current-user:original:last-login:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [current-user:original:last-login:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [current-user:original:last-login:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [current-user:original:last-login:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [current-user:original:last-login:short] | A date in 'short' format. (05.08.2024) |
Time-since | [current-user:original:last-login:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [current-user:original:last-login:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Last name | [current-user:original:field-lastname] | Field "field_lastname". |
Meta tags | [current-user:original:metatag] | Meta tags for this user. |
Advanced tags: Author | [current-user:original:metatag:author] | Author(s) of the web page; little used though an official part of the HTML 5.2 specification. |
Advanced tags: Cache-Control | [current-user:original:metatag:cache-control] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Pragma meta tag. |
Advanced tags: Canonical URL | [current-user:original:metatag:canonical] | The URl of the preferred page location or URL of the content of this page, to help eliminate duplicate content penalties from search engines. |
Advanced tags: Content language | [current-user:original:metatag:content-language] | Used to define this page's language code. May be the two letter language code, e.g. "de" for German, or the two letter code with a dash and the two letter ISO country code, e.g. "de-AT" for German in Austria. Still used by Bing. |
Advanced tags: Content rating | [current-user:original:metatag:rating] | Used to indicate the intended audience for the content. |
Advanced tags: Expires | [current-user:original:metatag:expires] | Control when the browser's internal cache of the current page should expire. The date must to be an RFC-1123-compliant date string that is represented in Greenwich Mean Time (GMT), e.g. 'Thu, 01 Sep 2016 00:12:56 GMT'. Set to '0' to stop the page being cached entirely. |
Advanced tags: Generator | [current-user:original:metatag:generator] | Describes the name and version number of the software or publishing tool used to create the page. |
Advanced tags: Geo place name | [current-user:original:metatag:geo.placename] | A location's formal name. |
Advanced tags: Geo position | [current-user:original:metatag:geo.position] | Geo-spatial information in "latitude; longitude" format, e.g. "50.167958; -97.133185"; see Wikipedia for details. |
Advanced tags: Geo region | [current-user:original:metatag:geo.region] | A location's two-letter international country code, with an optional two-letter region, e.g. "US-NH" for New Hampshire in the USA. |
Advanced tags: Google | [current-user:original:metatag:google] | This meta tag communicates with Google. There are currently two directives supported: 'nositelinkssearchbox' to not to show the sitelinks search box, and 'notranslate' to ask Google not to offer a translation of the page. Both options may be added, just separate them with a comma. See meta tags that Google understands for further details. |
Advanced tags: Google News Keywords | [current-user:original:metatag:news_keywords] | A comma-separated list of keywords about the page. This meta tag is used as an indicator in Google News. |
Advanced tags: Google Standout | [current-user:original:metatag:standout] | Highlight standout journalism on the web, especially for breaking news; used as an indicator in Google News. Warning: Don't abuse it, to be used a maximum of 7 times per calendar week! |
Advanced tags: ICBM | [current-user:original:metatag:icbm] | Geo-spatial information in "latitude, longitude" format, e.g. "50.167958, -97.133185"; see Wikipedia for details. |
Advanced tags: Image | [current-user:original:metatag:image_src] | An image associated with this page, for use as a thumbnail in social networks and other services. |
Advanced tags: Next page URL | [current-user:original:metatag:next] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="next" link. |
Advanced tags: Original Source | [current-user:original:metatag:original-source] | Used to indicate the URL that broke the story, and can link to either an internal URL or an external source. If the full URL is not known it is acceptable to use a partial URL or just the domain name. |
Advanced tags: Pragma | [current-user:original:metatag:pragma] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Cache-Control meta tag. |
Advanced tags: Previous page URL | [current-user:original:metatag:prev] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="prev" link. |
Advanced tags: Referrer policy | [current-user:original:metatag:referrer] | Indicate to search engines and other page scrapers whether or not links should be followed. See the W3C specifications for further details. |
Advanced tags: Refresh | [current-user:original:metatag:refresh] | The number of seconds to wait before refreshing the page. May also force redirect to another page using the format "5; url=https://example.com/", which would be triggered after five seconds. |
Advanced tags: Revisit After | [current-user:original:metatag:revisit-after] | Tell search engines when to index the page again. Very few search engines support this tag, it is more useful to use an XML Sitemap file. |
Advanced tags: Rights | [current-user:original:metatag:rights] | Details about intellectual property, such as copyright or trademarks; does not automatically protect the site's content or intellectual property. |
Advanced tags: Robots | [current-user:original:metatag:robots] | Provides search engines with specific directions for what to do when this page is indexed. |
Advanced tags: Set cookie | [current-user:original:metatag:set_cookie] | Sets a cookie on the visitor's browser. Can be in either NAME=VALUE format, or a more verbose format including the path and expiration date; see the link for full details on the syntax. |
Advanced tags: Shortlink URL | [current-user:original:metatag:shortlink] | A brief URL, often created by a URL shortening service. |
Basic tags: Abstract | [current-user:original:metatag:abstract] | A brief and concise summary of the page's content, preferably 150 characters or less. Where as the description meta tag may be used by search engines to display a snippet about the page in search results, the abstract tag may be used to archive a summary about the page. This meta tag is no longer supported by major search engines. |
Basic tags: Description | [current-user:original:metatag:description] | A brief and concise summary of the page's content that is a maximum of 160 characters in length. The description meta tag may be used by search engines to display a snippet about the page in search results. |
Basic tags: Keywords | [current-user:original:metatag:keywords] | A comma-separated list of keywords about the page. This meta tag is no longer supported by most search engines anymore. |
Basic tags: Page title | [current-user:original:metatag:title] | The text to display in the title bar of a visitor's web browser when they view this page. This meta tag may also be used as the title of the page when a visitor bookmarks or favorites this page, or as the page title in a search engine result. It is common to append '[site:name]' to the end of this, so the site's name is automatically added. It is recommended that the title be no greater than 55 - 65 characters long, including spaces. |
Name | [current-user:original:name] | The login name of the user account. |
Notes | [current-user:original:field-usernote] | Field "field_usernote". |
Order receiving (office/courier) | [current-user:original:field-courier-default] | Field "field_courier_default". |
Phone | [current-user:original:field-phone] | Field "field_phone". |
Problem user | [current-user:original:field-hacker] | Field "field_hacker". |
Promotion codes | [current-user:original:field-inlineimage:?] | Field "field_inlineimage". The following properties may be appended to the token: file (The image file.) |
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. |
Terms and conditions | [current-user:original:field-standardconditions] | Field "field_standardconditions". |
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:field-userid:?] | Field "field_userid". The following properties may be appended to the token: value (Text), format (Text format) |
User ID | [current-user:original:uid] | The unique ID of the user account. |
User role ids | [current-user:original:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [current-user:original:role-names] | The role names the user account is a member of as comma separated list. |
Адрес за доставка в Германия | [current-user:original:field_deliveryaddress] | Текстова област field. |
Адрес за доставка в Германия (summary) | [current-user:original:field_deliveryaddress-summary] | A summary of the Адрес за доставка в Германия field, trimmed to 200 characters. |
Адрес за получаване на пратки | [current-user:original:field_address] | Текстова област field. |
Адрес за получаване на пратки (summary) | [current-user:original:field_address-summary] | A summary of the Адрес за получаване на пратки field, trimmed to 200 characters. |
Вложена снимка | [current-user:original:field_inlineimage] | Снимка field. Also known as Снимки на пратката, Снимка на пратката, Снимка, Промоции. |
Забележка | [current-user:original:field_usernote] | Текст field. |
Име | [current-user:original:field_firstname] | Текст field. |
Местоположение Офис Германия | [current-user:original:field_map_office] | Снимка field. |
Местоположение Офис Германия | [current-user:original:field-map-office:?] | Field "field_map_office". The following properties may be appended to the token: file (The image file.) |
Общи условия | [current-user:original:field_standardconditions] | Boolean field. |
Получаване на пратки (офис/куриер) | [current-user:original:field_courier_default] | Списък (text) field. |
Потребителски номер/ID | [current-user:original:field_userid] | Текст field. |
Примерен Адрес | [current-user:original:field_adress_pic] | Снимка field. |
Примерен Адрес | [current-user:original:field-adress-pic:?] | Field "field_adress_pic". The following properties may be appended to the token: file (The image file.) |
Проблемен | [current-user:original:field_hacker] | Boolean field. |
Служебна Забележка pratki.De | [current-user:original:field_internal_comment_pratki_de] | Текстова област field. |
Служебна Забележка pratki.De | [current-user:original:field-internal-comment-pratki-de] | Field "field_internal_comment_pratki_de". |
Служебна Забележка pratki.De (summary) | [current-user:original:field_internal_comment_pratki_de-summary] | A summary of the Служебна Забележка pratki.De field, trimmed to 200 characters. |
Стойност на поръчката + комисионни | [current-user:original:field_computedpaidprice] | Computed field. |
Стойност на поръчката + комисионни | [current-user:original:field-computedpaidprice] | Field "field_computedpaidprice". |
Сума за асистирани поръчки депозирана в Офис София (лева) | [current-user:original:field_assist_deposit] | Текст field. |
Телефон | [current-user:original:field_phone] | Текст field. |
Фамилия | [current-user:original:field_lastname] | Текст field. |
Phone | [current-user:field-phone] | Field "field_phone". |
Problem user | [current-user:field-hacker] | Field "field_hacker". |
Promotion codes | [current-user:field-inlineimage:?] | Field "field_inlineimage". The following properties may be appended to the token: file (The image file.) |
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. |
Terms and conditions | [current-user:field-standardconditions] | Field "field_standardconditions". |
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:field-userid:?] | Field "field_userid". The following properties may be appended to the token: value (Text), format (Text format) |
User ID | [current-user:uid] | The unique ID of the user account. |
User role ids | [current-user:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [current-user:role-names] | The role names the user account is a member of as comma separated list. |
Адрес за доставка в Германия | [current-user:field_deliveryaddress] | Текстова област field. |
Адрес за доставка в Германия (summary) | [current-user:field_deliveryaddress-summary] | A summary of the Адрес за доставка в Германия field, trimmed to 200 characters. |
Адрес за получаване на пратки | [current-user:field_address] | Текстова област field. |
Адрес за получаване на пратки (summary) | [current-user:field_address-summary] | A summary of the Адрес за получаване на пратки field, trimmed to 200 characters. |
Вложена снимка | [current-user:field_inlineimage] | Снимка field. Also known as Снимки на пратката, Снимка на пратката, Снимка, Промоции. |
Забележка | [current-user:field_usernote] | Текст field. |
Име | [current-user:field_firstname] | Текст field. |
Местоположение Офис Германия | [current-user:field_map_office] | Снимка field. |
Местоположение Офис Германия | [current-user:field-map-office:?] | Field "field_map_office". The following properties may be appended to the token: file (The image file.) |
Общи условия | [current-user:field_standardconditions] | Boolean field. |
Получаване на пратки (офис/куриер) | [current-user:field_courier_default] | Списък (text) field. |
Потребителски номер/ID | [current-user:field_userid] | Текст field. |
Примерен Адрес | [current-user:field_adress_pic] | Снимка field. |
Примерен Адрес | [current-user:field-adress-pic:?] | Field "field_adress_pic". The following properties may be appended to the token: file (The image file.) |
Проблемен | [current-user:field_hacker] | Boolean field. |
Служебна Забележка pratki.De | [current-user:field_internal_comment_pratki_de] | Текстова област field. |
Служебна Забележка pratki.De | [current-user:field-internal-comment-pratki-de] | Field "field_internal_comment_pratki_de". |
Служебна Забележка pratki.De (summary) | [current-user:field_internal_comment_pratki_de-summary] | A summary of the Служебна Забележка pratki.De field, trimmed to 200 characters. |
Стойност на поръчката + комисионни | [current-user:field_computedpaidprice] | Computed field. |
Стойност на поръчката + комисионни | [current-user:field-computedpaidprice] | Field "field_computedpaidprice". |
Сума за асистирани поръчки депозирана в Офис София (лева) | [current-user:field_assist_deposit] | Текст field. |
Телефон | [current-user:field_phone] | Текст field. |
Фамилия | [current-user:field_lastname] | Текст field. |
Meta tags | Generated by the Metatag module, may not be used to fill in other meta tags. | |
Advanced tags: Author | [metatag:author] | Author(s) of the web page; little used though an official part of the HTML 5.2 specification. |
Advanced tags: Cache-Control | [metatag:cache-control] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Pragma meta tag. |
Advanced tags: Canonical URL | [metatag:canonical] | The URl of the preferred page location or URL of the content of this page, to help eliminate duplicate content penalties from search engines. |
Advanced tags: Content language | [metatag:content-language] | Used to define this page's language code. May be the two letter language code, e.g. "de" for German, or the two letter code with a dash and the two letter ISO country code, e.g. "de-AT" for German in Austria. Still used by Bing. |
Advanced tags: Content rating | [metatag:rating] | Used to indicate the intended audience for the content. |
Advanced tags: Expires | [metatag:expires] | Control when the browser's internal cache of the current page should expire. The date must to be an RFC-1123-compliant date string that is represented in Greenwich Mean Time (GMT), e.g. 'Thu, 01 Sep 2016 00:12:56 GMT'. Set to '0' to stop the page being cached entirely. |
Advanced tags: Generator | [metatag:generator] | Describes the name and version number of the software or publishing tool used to create the page. |
Advanced tags: Geo place name | [metatag:geo.placename] | A location's formal name. |
Advanced tags: Geo position | [metatag:geo.position] | Geo-spatial information in "latitude; longitude" format, e.g. "50.167958; -97.133185"; see Wikipedia for details. |
Advanced tags: Geo region | [metatag:geo.region] | A location's two-letter international country code, with an optional two-letter region, e.g. "US-NH" for New Hampshire in the USA. |
Advanced tags: Google | [metatag:google] | This meta tag communicates with Google. There are currently two directives supported: 'nositelinkssearchbox' to not to show the sitelinks search box, and 'notranslate' to ask Google not to offer a translation of the page. Both options may be added, just separate them with a comma. See meta tags that Google understands for further details. |
Advanced tags: Google News Keywords | [metatag:news_keywords] | A comma-separated list of keywords about the page. This meta tag is used as an indicator in Google News. |
Advanced tags: Google Standout | [metatag:standout] | Highlight standout journalism on the web, especially for breaking news; used as an indicator in Google News. Warning: Don't abuse it, to be used a maximum of 7 times per calendar week! |
Advanced tags: ICBM | [metatag:icbm] | Geo-spatial information in "latitude, longitude" format, e.g. "50.167958, -97.133185"; see Wikipedia for details. |
Advanced tags: Image | [metatag:image_src] | An image associated with this page, for use as a thumbnail in social networks and other services. |
Advanced tags: Next page URL | [metatag:next] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="next" link. |
Advanced tags: Original Source | [metatag:original-source] | Used to indicate the URL that broke the story, and can link to either an internal URL or an external source. If the full URL is not known it is acceptable to use a partial URL or just the domain name. |
Advanced tags: Pragma | [metatag:pragma] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Cache-Control meta tag. |
Advanced tags: Previous page URL | [metatag:prev] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="prev" link. |
Advanced tags: Referrer policy | [metatag:referrer] | Indicate to search engines and other page scrapers whether or not links should be followed. See the W3C specifications for further details. |
Advanced tags: Refresh | [metatag:refresh] | The number of seconds to wait before refreshing the page. May also force redirect to another page using the format "5; url=https://example.com/", which would be triggered after five seconds. |
Advanced tags: Revisit After | [metatag:revisit-after] | Tell search engines when to index the page again. Very few search engines support this tag, it is more useful to use an XML Sitemap file. |
Advanced tags: Rights | [metatag:rights] | Details about intellectual property, such as copyright or trademarks; does not automatically protect the site's content or intellectual property. |
Advanced tags: Robots | [metatag:robots] | Provides search engines with specific directions for what to do when this page is indexed. |
Advanced tags: Set cookie | [metatag:set_cookie] | Sets a cookie on the visitor's browser. Can be in either NAME=VALUE format, or a more verbose format including the path and expiration date; see the link for full details on the syntax. |
Advanced tags: Shortlink URL | [metatag:shortlink] | A brief URL, often created by a URL shortening service. |
Basic tags: Abstract | [metatag:abstract] | A brief and concise summary of the page's content, preferably 150 characters or less. Where as the description meta tag may be used by search engines to display a snippet about the page in search results, the abstract tag may be used to archive a summary about the page. This meta tag is no longer supported by major search engines. |
Basic tags: Description | [metatag:description] | A brief and concise summary of the page's content that is a maximum of 160 characters in length. The description meta tag may be used by search engines to display a snippet about the page in search results. |
Basic tags: Keywords | [metatag:keywords] | A comma-separated list of keywords about the page. This meta tag is no longer supported by most search engines anymore. |
Basic tags: Page title | [metatag:title] | The text to display in the title bar of a visitor's web browser when they view this page. This meta tag may also be used as the title of the page when a visitor bookmarks or favorites this page, or as the page title in a search engine result. It is common to append '[site:name]' to the end of this, so the site's name is automatically added. It is recommended that the title be no greater than 55 - 65 characters long, including spaces. |
Random | Tokens 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, fnv132, fnv164, joaat, 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 information | Tokens 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 date-time | [site:current-date:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [site:current-date:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [site:current-date:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [site:current-date:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [site:current-date:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [site:current-date:short] | A date in 'short' format. (05.08.2024) |
Time-since | [site:current-date:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [site:current-date:dateonly] | A date in 'dateonly' format. (05.08.2024) |
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) |
[site:mail] | The administrative email address for the site. | |
Logged in user | [site:current-user] | The currently logged in user. |
Address | [site:current-user:field-address] | Field "field_address". |
Amount deposited for Assisted Paymnets at Office Sofia (in leva) | [site:current-user:field-assist-deposit] | Field "field_assist_deposit". |
Changed | [site:current-user:changed] | The date the user account was changed. |
Custom format | [site:current-user:changed:custom:?] | A date in a custom format. See the PHP documentation for details. |
Long date-time | [site:current-user:changed:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [site:current-user:changed:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [site:current-user:changed:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [site:current-user:changed:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [site:current-user:changed:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [site:current-user:changed:short] | A date in 'short' format. (05.08.2024) |
Time-since | [site:current-user:changed:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [site:current-user:changed:dateonly] | A date in 'dateonly' format. (05.08.2024) |
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 date-time | [site:current-user:created:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [site:current-user:created:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [site:current-user:created:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [site:current-user:created:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [site:current-user:created:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [site:current-user:created:short] | A date in 'short' format. (05.08.2024) |
Time-since | [site:current-user:created:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [site:current-user:created:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Default theme | [site:current-user:theme] | The user's default theme. |
Delivery address in Germany | [site:current-user:field-deliveryaddress:?] | Field "field_deliveryaddress". The following properties may be appended to the token: value (Text), format (Text format) |
Edit URL | [site:current-user:edit-url] | The URL of the account edit page. |
[site:current-user:mail] | The email address of the user account. | |
First name | [site:current-user:field-firstname] | Field "field_firstname". |
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 date-time | [site:current-user:last-access:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [site:current-user:last-access:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [site:current-user:last-access:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [site:current-user:last-access:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [site:current-user:last-access:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [site:current-user:last-access:short] | A date in 'short' format. (05.08.2024) |
Time-since | [site:current-user:last-access:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [site:current-user:last-access:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Last login | [site:current-user:last-login] | The date the user last logged in to the site. |
Custom format | [site:current-user:last-login:custom:?] | A date in a custom format. See the PHP documentation for details. |
Long date-time | [site:current-user:last-login:long_date_time] | A date in 'long_date_time' format. (5 Aug 2024 - 12:43) |
Long format | [site:current-user:last-login:long] | A date in 'long' format. (Monday, 5 August, 2024 - 12:43) |
Medium format | [site:current-user:last-login:medium] | A date in 'medium' format. (Mon, 05/08/2024 - 12:43) |
Raw timestamp | [site:current-user:last-login:raw] | A date in UNIX timestamp format (1722851018) |
Short2 | [site:current-user:last-login:short2] | A date in 'short2' format. (2024-08-05 12:43) |
Short format | [site:current-user:last-login:short] | A date in 'short' format. (05.08.2024) |
Time-since | [site:current-user:last-login:since] | A date in 'time-since' format. (54 years 7 months) |
dateonly | [site:current-user:last-login:dateonly] | A date in 'dateonly' format. (05.08.2024) |
Last name | [site:current-user:field-lastname] | Field "field_lastname". |
Meta tags | [site:current-user:metatag] | Meta tags for this user. |
Advanced tags: Author | [site:current-user:metatag:author] | Author(s) of the web page; little used though an official part of the HTML 5.2 specification. |
Advanced tags: Cache-Control | [site:current-user:metatag:cache-control] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Pragma meta tag. |
Advanced tags: Canonical URL | [site:current-user:metatag:canonical] | The URl of the preferred page location or URL of the content of this page, to help eliminate duplicate content penalties from search engines. |
Advanced tags: Content language | [site:current-user:metatag:content-language] | Used to define this page's language code. May be the two letter language code, e.g. "de" for German, or the two letter code with a dash and the two letter ISO country code, e.g. "de-AT" for German in Austria. Still used by Bing. |
Advanced tags: Content rating | [site:current-user:metatag:rating] | Used to indicate the intended audience for the content. |
Advanced tags: Expires | [site:current-user:metatag:expires] | Control when the browser's internal cache of the current page should expire. The date must to be an RFC-1123-compliant date string that is represented in Greenwich Mean Time (GMT), e.g. 'Thu, 01 Sep 2016 00:12:56 GMT'. Set to '0' to stop the page being cached entirely. |
Advanced tags: Generator | [site:current-user:metatag:generator] | Describes the name and version number of the software or publishing tool used to create the page. |
Advanced tags: Geo place name | [site:current-user:metatag:geo.placename] | A location's formal name. |
Advanced tags: Geo position | [site:current-user:metatag:geo.position] | Geo-spatial information in "latitude; longitude" format, e.g. "50.167958; -97.133185"; see Wikipedia for details. |
Advanced tags: Geo region | [site:current-user:metatag:geo.region] | A location's two-letter international country code, with an optional two-letter region, e.g. "US-NH" for New Hampshire in the USA. |
Advanced tags: Google | [site:current-user:metatag:google] | This meta tag communicates with Google. There are currently two directives supported: 'nositelinkssearchbox' to not to show the sitelinks search box, and 'notranslate' to ask Google not to offer a translation of the page. Both options may be added, just separate them with a comma. See meta tags that Google understands for further details. |
Advanced tags: Google News Keywords | [site:current-user:metatag:news_keywords] | A comma-separated list of keywords about the page. This meta tag is used as an indicator in Google News. |
Advanced tags: Google Standout | [site:current-user:metatag:standout] | Highlight standout journalism on the web, especially for breaking news; used as an indicator in Google News. Warning: Don't abuse it, to be used a maximum of 7 times per calendar week! |
Advanced tags: ICBM | [site:current-user:metatag:icbm] | Geo-spatial information in "latitude, longitude" format, e.g. "50.167958, -97.133185"; see Wikipedia for details. |
Advanced tags: Image | [site:current-user:metatag:image_src] | An image associated with this page, for use as a thumbnail in social networks and other services. |
Advanced tags: Next page URL | [site:current-user:metatag:next] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="next" link. |
Advanced tags: Original Source | [site:current-user:metatag:original-source] | Used to indicate the URL that broke the story, and can link to either an internal URL or an external source. If the full URL is not known it is acceptable to use a partial URL or just the domain name. |
Advanced tags: Pragma | [site:current-user:metatag:pragma] | Used to control whether a browser caches a specific page locally. Little used today. Should be used in conjunction with the Cache-Control meta tag. |
Advanced tags: Previous page URL | [site:current-user:metatag:prev] | Used for paginated content. Meet Google recommendations to indicate paginated content by providing URL with rel="prev" link. |
Advanced tags: Referrer policy | [site:current-user:metatag:referrer] | Indicate to search engines and other page scrapers whether or not links should be followed. See the W3C specifications for further details. |
Advanced tags: Refresh | [site:current-user:metatag:refresh] | The number of seconds to wait before refreshing the page. May also force redirect to another page using the format "5; url=https://example.com/", which would be triggered after five seconds. |
Advanced tags: Revisit After | [site:current-user:metatag:revisit-after] | Tell search engines when to index the page again. Very few search engines support this tag, it is more useful to use an XML Sitemap file. |
Advanced tags: Rights | [site:current-user:metatag:rights] | Details about intellectual property, such as copyright or trademarks; does not automatically protect the site's content or intellectual property. |
Advanced tags: Robots | [site:current-user:metatag:robots] | Provides search engines with specific directions for what to do when this page is indexed. |
Advanced tags: Set cookie | [site:current-user:metatag:set_cookie] | Sets a cookie on the visitor's browser. Can be in either NAME=VALUE format, or a more verbose format including the path and expiration date; see the link for full details on the syntax. |
Advanced tags: Shortlink URL | [site:current-user:metatag:shortlink] | A brief URL, often created by a URL shortening service. |
Basic tags: Abstract | [site:current-user:metatag:abstract] | A brief and concise summary of the page's content, preferably 150 characters or less. Where as the description meta tag may be used by search engines to display a snippet about the page in search results, the abstract tag may be used to archive a summary about the page. This meta tag is no longer supported by major search engines. |
Basic tags: Description | [site:current-user:metatag:description] | A brief and concise summary of the page's content that is a maximum of 160 characters in length. The description meta tag may be used by search engines to display a snippet about the page in search results. |
Basic tags: Keywords | [site:current-user:metatag:keywords] | A comma-separated list of keywords about the page. This meta tag is no longer supported by most search engines anymore. |
Basic tags: Page title | [site:current-user:metatag:title] | The text to display in the title bar of a visitor's web browser when they view this page. This meta tag may also be used as the title of the page when a visitor bookmarks or favorites this page, or as the page title in a search engine result. It is common to append '[site:name]' to the end of this, so the site's name is automatically added. It is recommended that the title be no greater than 55 - 65 characters long, including spaces. |
Name | [site:current-user:name] | The login name of the user account. |
Notes | [site:current-user:field-usernote] | Field "field_usernote". |
Order receiving (office/courier) | [site:current-user:field-courier-default] | Field "field_courier_default". |
Original user | [site:current-user:original] | The original user data if the user is being updated or saved. |
Address | [site:current-user:original:field-address] | Field "field_address". |
Amount deposited for Assisted Paymnets at Office Sofia (in leva) | [site:current-user:original:field-assist-deposit] | Field "field_assist_deposit". |
Changed | [site:current-user:original:changed] | The date the user account was changed. |
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. |
Delivery address in Germany | [site:current-user:original:field-deliveryaddress:?] | Field "field_deliveryaddress". The following properties may be appended to the token: value (Text), format (Text format) |
Edit URL | [site:current-user:original:edit-url] | The URL of the account edit page. |
[site:current-user:original:mail] | The email address of the user account. | |
First name | [site:current-user:original:field-firstname] | Field "field_firstname". |
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. |
Last name | [site:current-user:original:field-lastname] | Field "field_lastname". |
Meta tags | [site:current-user:original:metatag] | Meta tags for this user. |
Name | [site:current-user:original:name] | The login name of the user account. |
Notes | [site:current-user:original:field-usernote] | Field "field_usernote". |
Order receiving (office/courier) | [site:current-user:original:field-courier-default] | Field "field_courier_default". |
Phone | [site:current-user:original:field-phone] | Field "field_phone". |
Problem user | [site:current-user:original:field-hacker] | Field "field_hacker". |
Promotion codes | [site:current-user:original:field-inlineimage:?] | Field "field_inlineimage". The following properties may be appended to the token: file (The image file.) |
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. |
Terms and conditions | [site:current-user:original:field-standardconditions] | Field "field_standardconditions". |
URL | [site:current-user:original:url] | The URL of the account profile page. |
User ID | [site:current-user:original:field-userid:?] | Field "field_userid". The following properties may be appended to the token: value (Text), format (Text format) |
User ID | [site:current-user:original:uid] | The unique ID of the user account. |
User role ids | [site:current-user:original:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [site:current-user:original:role-names] | The role names the user account is a member of as comma separated list. |
Адрес за доставка в Германия | [site:current-user:original:field_deliveryaddress] | Текстова област field. |
Адрес за доставка в Германия (summary) | [site:current-user:original:field_deliveryaddress-summary] | A summary of the Адрес за доставка в Германия field, trimmed to 200 characters. |
Адрес за получаване на пратки | [site:current-user:original:field_address] | Текстова област field. |
Адрес за получаване на пратки (summary) | [site:current-user:original:field_address-summary] | A summary of the Адрес за получаване на пратки field, trimmed to 200 characters. |
Вложена снимка | [site:current-user:original:field_inlineimage] | Снимка field. Also known as Снимки на пратката, Снимка на пратката, Снимка, Промоции. |
Забележка | [site:current-user:original:field_usernote] | Текст field. |
Име | [site:current-user:original:field_firstname] | Текст field. |
Местоположение Офис Германия | [site:current-user:original:field_map_office] | Снимка field. |
Местоположение Офис Германия | [site:current-user:original:field-map-office:?] | Field "field_map_office". The following properties may be appended to the token: file (The image file.) |
Общи условия | [site:current-user:original:field_standardconditions] | Boolean field. |
Получаване на пратки (офис/куриер) | [site:current-user:original:field_courier_default] | Списък (text) field. |
Потребителски номер/ID | [site:current-user:original:field_userid] | Текст field. |
Примерен Адрес | [site:current-user:original:field_adress_pic] | Снимка field. |
Примерен Адрес | [site:current-user:original:field-adress-pic:?] | Field "field_adress_pic". The following properties may be appended to the token: file (The image file.) |
Проблемен | [site:current-user:original:field_hacker] | Boolean field. |
Служебна Забележка pratki.De | [site:current-user:original:field_internal_comment_pratki_de] | Текстова област field. |
Служебна Забележка pratki.De | [site:current-user:original:field-internal-comment-pratki-de] | Field "field_internal_comment_pratki_de". |
Служебна Забележка pratki.De (summary) | [site:current-user:original:field_internal_comment_pratki_de-summary] | A summary of the Служебна Забележка pratki.De field, trimmed to 200 characters. |
Стойност на поръчката + комисионни | [site:current-user:original:field_computedpaidprice] | Computed field. |
Стойност на поръчката + комисионни | [site:current-user:original:field-computedpaidprice] | Field "field_computedpaidprice". |
Сума за асистирани поръчки депозирана в Офис София (лева) | [site:current-user:original:field_assist_deposit] | Текст field. |
Телефон | [site:current-user:original:field_phone] | Текст field. |
Фамилия | [site:current-user:original:field_lastname] | Текст field. |
Phone | [site:current-user:field-phone] | Field "field_phone". |
Problem user | [site:current-user:field-hacker] | Field "field_hacker". |
Promotion codes | [site:current-user:field-inlineimage:?] | Field "field_inlineimage". The following properties may be appended to the token: file (The image file.) |
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. |
Terms and conditions | [site:current-user:field-standardconditions] | Field "field_standardconditions". |
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:field-userid:?] | Field "field_userid". The following properties may be appended to the token: value (Text), format (Text format) |
User ID | [site:current-user:uid] | The unique ID of the user account. |
User role ids | [site:current-user:role-ids] | The role ids the user account is a member of as comma separated list. |
User role names | [site:current-user:role-names] | The role names the user account is a member of as comma separated list. |
Адрес за доставка в Германия | [site:current-user:field_deliveryaddress] | Текстова област field. |
Адрес за доставка в Германия (summary) | [site:current-user:field_deliveryaddress-summary] | A summary of the Адрес за доставка в Германия field, trimmed to 200 characters. |
Адрес за получаване на пратки | [site:current-user:field_address] | Текстова област field. |
Адрес за получаване на пратки (summary) | [site:current-user:field_address-summary] | A summary of the Адрес за получаване на пратки field, trimmed to 200 characters. |
Вложена снимка | [site:current-user:field_inlineimage] | Снимка field. Also known as Снимки на пратката, Снимка на пратката, Снимка, Промоции. |
Забележка | [site:current-user:field_usernote] | Текст field. |
Име | [site:current-user:field_firstname] | Текст field. |
Местоположение Офис Германия | [site:current-user:field_map_office] | Снимка field. |
Местоположение Офис Германия | [site:current-user:field-map-office:?] | Field "field_map_office". The following properties may be appended to the token: file (The image file.) |
Общи условия | [site:current-user:field_standardconditions] | Boolean field. |
Получаване на пратки (офис/куриер) | [site:current-user:field_courier_default] | Списък (text) field. |
Потребителски номер/ID | [site:current-user:field_userid] | Текст field. |
Примерен Адрес | [site:current-user:field_adress_pic] | Снимка field. |
Примерен Адрес | [site:current-user:field-adress-pic:?] | Field "field_adress_pic". The following properties may be appended to the token: file (The image file.) |
Проблемен | [site:current-user:field_hacker] | Boolean field. |
Служебна Забележка pratki.De | [site:current-user:field_internal_comment_pratki_de] | Текстова област field. |
Служебна Забележка pratki.De | [site:current-user:field-internal-comment-pratki-de] | Field "field_internal_comment_pratki_de". |
Служебна Забележка pratki.De (summary) | [site:current-user:field_internal_comment_pratki_de-summary] | A summary of the Служебна Забележка pratki.De field, trimmed to 200 characters. |
Стойност на поръчката + комисионни | [site:current-user:field_computedpaidprice] | Computed field. |
Стойност на поръчката + комисионни | [site:current-user:field-computedpaidprice] | Field "field_computedpaidprice". |
Сума за асистирани поръчки депозирана в Офис София (лева) | [site:current-user:field_assist_deposit] | Текст field. |
Телефон | [site:current-user:field_phone] | Текст field. |
Фамилия | [site:current-user:field_lastname] | Текст field. |
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. |
Variables | Tokens for variable values. | |
Anonymous user | [variable:anonymous] | The name used to indicate anonymous users. |
Custom pager string | [variable:metatag_pager_string] | When the current page includes a pager, e.g. the URL contains "?page=42", the [current-page:pager] token may be added to a meta tag to differentiate between two pages that would otherwise have the same meta tags. The value "PAGER" (must be in uppercase) will be replaced by the actual page count. Note: the pager will only output if the page number is 2 or above and the string "page=NUMBER" is in the URL. For best use, it may be worthwhile to add the [current-page:pager] to the page title to the left of the site name, to the start of description tags, etc. |
Default picture | [variable:user_picture_default] | URL of picture to display for users with no custom picture selected. Leave blank for none. |
Email from name (SMTP module) | [variable:smtp_fromname] | Allow for site emails to be sent from a different name. |
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. |
Maximum length for Advanced tags: Google News Keywords | [variable:metatag_maxlength_news_keywords] | Controls the maximum length of the Advanced tags: Google News Keywords meta tag, values longer than this will be truncated. If set to "0" the maximum length will be ignored. |
Maximum length for Basic tags: Abstract | [variable:metatag_maxlength_abstract] | Controls the maximum length of the Basic tags: Abstract meta tag, values longer than this will be truncated. If set to "0" the maximum length will be ignored. |
Maximum length for Basic tags: Description | [variable:metatag_maxlength_description] | Controls the maximum length of the Basic tags: Description meta tag, values longer than this will be truncated. If set to "0" the maximum length will be ignored. |
Maximum length for Basic tags: Keywords | [variable:metatag_maxlength_keywords] | Controls the maximum length of the Basic tags: Keywords meta tag, values longer than this will be truncated. If set to "0" the maximum length will be ignored. |
Maximum length for Basic tags: Page title | [variable:metatag_maxlength_title] | Controls the maximum length of the Basic tags: Page title meta tag, values longer than this will be truncated. If set to "0" the maximum length will be ignored. |
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. |
Web Property ID | [variable:googleanalytics_account] | This ID is unique to each site you want to track separately, and is in the form UA-xxxxxxx-yy, G-XXXXXXX, DC-XXXXXXX, or AW-XXXXXXX. To get a Web Property ID, register your site with Google Analytics, or if you already have registered your site, go to your Google Analytics Settings page to see the ID next to every site profile. Find more information in the documentation. |
Copyright © 2013-2025 pratki.De