Pages which use this template are listed at Category:Events.
Template:Event: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>{{Class template|class=Event|form=Event|category=Events}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 14: | Line 14: | ||
"Meetup", | "Meetup", | ||
"Zine Fest" | "Zine Fest" | ||
] | ], | ||
"required": true | |||
}, | }, | ||
"websites": { | "websites": { | ||
Line 42: | Line 43: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"city": {}, | "city": { | ||
"country": {}, | "label": "City", | ||
"coordinates": {}, | "description": "The city of the event.", | ||
"application_link": {}, | "type": "string" | ||
"application_deadline": {}, | }, | ||
"poster": {} | "country": { | ||
} | "label": "Country", | ||
"description": "The country of the event.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"coordinates": { | |||
"label": "Coordinates", | |||
"description": "The latitude and longitude coordinates of the space (optional, to support map display). Formatted with a comma, no space.", | |||
"example": "47.621937,-122.351746", | |||
"type": "string", | |||
"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" | |||
}, | |||
"poster": { | |||
"label": "Poster/image", | |||
"description": "A key image or poster for the event.", | |||
"type": "wiki-file-name" | |||
} | |||
}, | |||
"description": "The main template for the \"Event\" class (fairs, conferences, meetups, etc.). This template handles semantic annotation and transcludes display templates for the data (mainly Template:Infobox event).", | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 16:49, 16 December 2024
The main template for the "Event" class (fairs, conferences, meetups, etc.). This template handles semantic annotation and transcludes display templates for the data (mainly Template:Infobox event).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Event type | event_type | Type of event (fair, conference, etc.).
| String | required |
Websites | websites | A list of links for the event. | URL | optional |
Start Date | start_date | Start date of the event. | Date | optional |
End date | end_date | End date of the event. | Date | optional |
Venue | venue | The name of the venue (can link to a page if there is an associated location, otherwise appears as a red link). | Page name | optional |
Address | address | The address of the event (or main address if there are multiple). This should be a full street address.
| String | optional |
City | city | The city of the event. | String | optional |
Country | country | The country of the event. | String | required |
Coordinates | coordinates | The latitude and longitude coordinates of the space (optional, to support map display). Formatted with a comma, no space.
| 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 |
Poster/image | poster | A key image or poster for the event. | File | optional |