RegisteredUser |
Name of the person who registered StudioLine during setup. |
SLGVersion |
Version of the StudioLine software. |
SiteName |
Name of the current site. |
PageName |
Name of the current page. |
HomePageName |
Name of the sites home page. |
IndexPageName |
Name of the index page for a collection of automatically generated pages (e.g., page views, automatic folder links). |
Page_Title |
HTML title of the current page. |
Page_Description |
Content of description HTML meta tag. |
Page_Keywords |
Content of keywords HTML meta tag. |
Page_Author |
Content of author HTML meta tag. |
Page_Copyright |
Content of copyright HTML meta tag. |
PageDir |
Path to local copy of rendered page. |
Date |
Date or time when the current page was last rendered by StudioLine.
|
Date(format) |
Date or time when the current page was last rendered by StudioLine. The date or time format can be specified inside the parentheses. Examples: Date(dddd, d MMM yyyy) Time(hh:mm:ss tt)
d Day of month as digits with no leading zero for single-digit days.
dd Day of month as digits with leading zero for single-digit days.
ddd Day of week as a three-letter abbreviation.
dddd Day of week as its full name.
M Month as digits with no leading zero for single-digit months.
MM Month as digits with leading zero for single-digit months.
MMM Month as a three-letter abbreviation.
MMMM Month as its full name.
yy Year as last two digits, with leading zero for years less than 10.
yyyy Year represented by full four digits.
gg Period/era or blank.
h Hours with no leading zero for single-digit hours; 12-hour clock.
hh Hours with leading zero for single-digit hours; 12-hour clock.
H Hours with no leading zero for single-digit hours; 24-hour clock.
HH Hours with leading zero for single-digit hours; 24-hour clock.
m Minutes with no leading zero for single-digit minutes.
mm Minutes with leading zero for single-digit minutes.
s Seconds with no leading zero for single-digit seconds.
ss Seconds with leading zero for single-digit seconds.
t One character time-marker string, such as A or P.
tt Multi-character time-marker string, such as AM or PM.
|