You can use following variables only in local texts in master pages, and they refer to the page and edition the master page is used on. Outside this context they are filled with default values.
EDay | Day of the month of the edition's date. |
EMonth | Month (1..12) of the edition's date. |
EYear | Year (4 digits) of the edition's date. |
EWeekDay | Day of the week of edition's date, from 1 = Monday to 7 = Sunday. |
EHour | Hour of edition date, 0..23. |
EMinute | Minute of edition date, 0..59. |
ENumberId | Id of the edition number. |
PageSectionId | Id of the page's section. |
PageZoneId | Id of the page's zone. |
Variables of integer type can be used in typographical expressions. Use the >writei..< tag to write integer variables in text.
|
ENumberName | Name of the edition number and the edition name (see notes) |
PageSectionName | Name of the page's section. |
PageZoneName | Name of the page's zone. |
ed_attrname | Entire edition object set of "value kind" attributes (excluding the 'ref' ones) is available, prefixed by ed_ (case-sensitive). |
pg_attrname | Entire page object set of "value kind" attributes (excluding the 'ref' ones) is available, prefixed by pg_ (case-sensitive). |
An example for ed_ and pg_ variables (except Boolean and multiRef ones).

Use the >writes...< tag to write string and date/time variables, and the >writei...< tag to write integer variables.
|
See also
GNML variables - general
GNML variables - jumps