Calendar page variables
Variable | Description |
---|---|
event_type_name | If this calendar is set to only show one type of event e.g. {{ page.calendar.event_type_name }} |
event_name | Is this an "event" or a "party", "rally", etc. e.g. Please host a {{ page.calendar.event_name }} |
show_map? | Show map of all events e.g. |
allow_user_submitted? | Allow people to add their own events e.g. |
user_submitted_event_type_name | New user submitted events will be of this type e.g. {{ page.calendar.event_type_name }} |
is_proximity? | Sort by distance (instead of by date) e.g. |
events | All events, past and future e.g. |
events_all | An unpaginated listing of all events, past and future. e.g. |
events_map | Puts a Google map of all events, past and future e.g. {{ page.calendar.events_map }} |
events_nearby | All nearby events, past and future e.g. |
events_nearby_map | Puts a Google map of all nearby events, past and future e.g. {{ page.calendar.events_nearby_map }} |
events_nearby_count | Total # of all nearby events, past and future e.g. There are {{ page.calendar.events_nearby_count }} events |
events_upcoming | Upcoming events e.g. |
events_upcoming_map | Puts a Google map of upcoming events e.g. {{ page.calendar.events_upcoming_map }} |
events_upcoming_count | Total # of upcoming events e.g. There are {{ page.calendar.events_upcoming_count }} events |
events_upcoming_nearby | Upcoming events nearby (using proximity search) e.g. |
events_upcoming_nearby_map | Puts a Google map of upcoming events nearby e.g. {{ page.calendar.events_upcoming_nearby_map }} |
events_upcoming_nearby_count | Total # of upcoming nearby events e.g. {{ page.calendar.events_upcoming_nearby_count }} |
events_upcoming_all | A list of all upcoming events e.g. |
events_past | Past events e.g. |
events_past_map | Puts a Google map of past events e.g. {{ page.calendar.events_past_map }} |
events_past_count | Total # of past events e.g. {{ page.calendar.events_past_count }} |
events_past_all | A list of all past events e.g. |
content | Intro content e.g. {{ page.calendar.content }} |