»

CALENDAR_PAGE

CALENDAR_PAGE — The HTML page layout for the view.

View Types:

calendar

Overrideable:

No; users of the style cannot override this. It may only be defined in the style.

Variable Type

HTML

Properties

nameThe user's full name, from the "user" field in the database.
name-'sAn apostrophe folled by an "s" if the user's name does not end in "s", else just an apostrophe. Used in conjunction with the "name" property, can be used to show possession. For instance, "%%name%%%%name-'s%% Journal" could translate to "Bob's Journal". This is old. You should just use the title instead.
titleThe base title of the user's journal, which is normally used in the HTML title tags and headings alongside something which indicates that this is a calendar view.
yearlinksWhen more than one year of entries are being displayed, the CALENDAR_YEAR_LINKS variable goes in here.
monthsAll the CALENDAR_MONTH and CALENDAR_NEW_YEAR variables grouped together, either in forward or reverse chronological order, depending on the value of CALENDAR_SORT_MODE. [required]
usernameThe system username of the current user, useful in creating links to other views of your journal, like to the calendar view.
websiteIf the user has specified their website, this block is filled with the contents of CALENDAR_WEBSITE.
headAny user-specified content to go inside the document's <HEAD>, like CSS or META tags. The value is GLOBAL_HEAD followed by CALENDAR_HEAD. You shouldn't define the *_HEAD variables in the style, as users should set them themselves.
urlfriendsURL to user's friends view.
urllastnURL to user's lastn view.