Template:Calendar entry: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
Line 72: | Line 72: | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | |||
"application_link": { | |||
"label": "Application link", | |||
"description": "A link to the application form/process for the event.", | |||
"type": "url" | |||
}, | |||
"application_deadline": { | |||
"label": "Application deadline", | |||
"description": "The deadline for application submissions.", | |||
"type": "date" | |||
} | } | ||
}, | }, | ||
Line 79: | Line 89: | ||
"event_type", | "event_type", | ||
"status", | "status", | ||
"name", | |||
"start_date", | |||
"end_date", | |||
"website", | |||
"city", | "city", | ||
"state_province", | "state_province", | ||
"country", | "country", | ||
" | "coordinates", | ||
"application_link", | |||
"application_deadline" | |||
] | ] | ||
} | } | ||
Line 105: | Line 117: | ||
| In country = {{{country|}}} | | In country = {{{country|}}} | ||
| In region = {{#if:{{{country|}}}|{{CountryRegionMapping|country={{{country}}}}}|}} | | In region = {{#if:{{{country|}}}|{{CountryRegionMapping|country={{{country}}}}}|}} | ||
| Has application URL = {{{application_link|}}} | |||
| Has application deadline = {{{application_deadline|}}} | |||
}}</includeonly> | }}</includeonly> |
Revision as of 13:21, 15 August 2025
TemplateData
The main template for the "Happening" semantic #subobject declaration (holding scheduling data for fairs, conferences, meetups, etc.). This is a simplified test to replace the instance used with the "Event" class which only handles data that is imported from the old wiki.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Event type | event_type | Type of event.
| String | required |
Status | status | The status of the event.
| String | suggested |
Name | name | Unique name of the event. | String | optional |
Start date | start_date | Start date of the instance. | Date | required |
End date | end_date | End date of the instance (can be left blank for one-day events). | Date | optional |
Website | website | A link for the event. | URL | optional |
City | city | The city of the event (used for sorting, not address display). | String | optional |
State/province | state_province | The state/province of the event (used for sorting, not address display). | Page name | optional |
Country | country | The country of the event (used for sorting, not address display). | Page name | required |
Coordinates | coordinates | The latitude and longitude coordinates of the space (optional, to support map display).
| String | suggested |
Application link | application_link | A link to the application form/process for the event. | URL | optional |
Application deadline | application_deadline | The deadline for application submissions. | Date | optional |