Pages which use this template are listed at Category:Events.
Template:Event: Difference between revisions
IssuePress (talk | contribs) (Created page with "<noinclude> {{#template_params:Event_type (label=Event Type;list)|Website|Start_date (label=Start Date)|End_date (label=End Date)|Address|Country|Coordinates|Application_link (label=Application Link)|Application_deadline (label=Application Deadline)|Poster (label=poster)}} </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right;...") |
Robertbaxter (talk | contribs) No edit summary |
||
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>{{Class template|class=Event|category=Events}} | ||
{{ | == TemplateData == | ||
< | <templatedata> | ||
{ | |||
"params": { | |||
! | "event_type": { | ||
| {{{ | "label": "Event type", | ||
| | "description": "Type of event.", | ||
"type": "string", | |||
| {{{ | "suggestedvalues": [ | ||
| | "Art Book Fair", | ||
"Comics Expo", | |||
| {{{ | "Conference", | ||
|- | "Exhibition", | ||
"Meetup", | |||
| {{{ | "Zine Fest" | ||
|- | ], | ||
! | "required": true | ||
| {{{ | }, | ||
|- | "websites": { | ||
! | "label": "Websites", | ||
| {{{ | "description": "A list of links for the event.", | ||
|- | "type": "url" | ||
}, | |||
| {{{ | "poster": { | ||
|- | "label": "Poster/image", | ||
! | "description": "A key image or poster for the event.", | ||
| {{{ | "type": "wiki-file-name" | ||
| | }, | ||
"status": { | |||
| {{{ | "label": "Status", | ||
|- | "description": "The status of the event.", | ||
"type": "string", | |||
| {{{ | "suggestedvalues": [ | ||
|} | "Active", | ||
"Inactive", | |||
"Paused" | |||
</includeonly> | ], | ||
"suggested": true | |||
}, | |||
"frequency": { | |||
"label": "Frequency", | |||
"description": "How frequently the event occurs.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Once", | |||
"Annually", | |||
"Biennially", | |||
"Semiannually", | |||
"Monthly", | |||
"Weekly", | |||
"Abstract" | |||
] | |||
}, | |||
"instances": { | |||
"label": "Instances", | |||
"description": "A list of the instances of the event. These are implemented with Template:Event/instance—please use the page form Form:Event to edit them.", | |||
"type": "content" | |||
}, | |||
"short_name": { | |||
"label": "Short name/acronym", | |||
"description": "A shortened version of the event name (used to generate event names for recurring events, e.g. SABF 2024, SABF 2025).", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"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", | |||
"paramOrder": [ | |||
"event_type", | |||
"status", | |||
"short_name", | |||
"frequency", | |||
"websites", | |||
"poster", | |||
"instances" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude><!-- | |||
--><includeonly><!-- | |||
-->{{Infobox event | |||
| title = {{PAGENAME}} | |||
| event_type = {{{event_type|}}} | |||
| status = {{{status|}}} | |||
| frequency = {{{frequency|}}} | |||
| years_held = {{{years_held|}}} | |||
| websites = {{{websites|}}} | |||
| poster = {{{poster|}}} | |||
| city = {{{city|}}} | |||
| state_province = {{{state_province|}}} | |||
| country = {{{country|}}} | |||
<!-- DEPRECATED FIELDS BELOW (NOW HELD IN SUBOBJECTS) --> | |||
| venue = {{{venue|}}} | |||
| location = {{{address|}}} | |||
| coordinates = {{{coordinates|}}} | |||
| start_date = {{{start_date|}}} <!-- DEPRECATED --> | |||
| end_date = {{{end_date|}}} <!-- DEPRECATED --> | |||
| application_deadline = {{{application_deadline|}}} <!-- DEPRECATED --> | |||
| application_link = {{{application_link|}}} <!-- DEPRECATED --> | |||
}}<!-- | |||
-->{{Event/upcoming}}<!-- | |||
-->[[Category:Events]]<!-- | |||
-->{{#if:{{#show:{{PAGENAME}}|?Has event type#}}| | |||
{{#arraymap:{{#show:{{PAGENAME}}|?Has event type#}}|,|@@@@| | |||
<!-- General Place Type --> | |||
[[Category:{{#switch:{{lc:@@@@}} | |||
| art book fair = Art book fairs | |||
| class = Classes | |||
| exhibition = Exhibitions | |||
| zine fest = Zine fests | |||
| meetup = Meetups | |||
| comics expo = Comics expos | |||
| conference = Conferences | |||
}}]] | |||
|}} | |||
}}<!-- | |||
-->{{#invoke:Geography|geoCategories | |||
| class = event | |||
| country = {{#ask:[[-Has subobject::{{PAGENAME}}]][[Category:Instances]]|?In country#|format=plainlist|headers=hide|mainlabel=-}} | |||
| state_province = {{#ask:[[-Has subobject::{{PAGENAME}}]][[Category:Instances]]|?In state/province#|format=plainlist|headers=hide|mainlabel=-}} | |||
| city = {{#ask:[[-Has subobject::{{PAGENAME}}]][[Category:Instances]]|?In city#|format=plainlist|headers=hide|mainlabel=-}} | |||
}}<!-- | |||
-->{{#set: | |||
Has event type = {{{event_type|}}} | |||
| Has status = {{{status|}}} | |||
| Has short name = {{{short_name|}}} | |||
| Has frequency = {{{frequency|}}} | |||
| In city = {{{city|}}} | |||
| In state/province = {{{state_province|}}} | |||
| In country = {{{country|}}} | |||
| In region = {{#if:{{{country|}}}|{{CountryRegionMapping|country={{{country}}}}}|}} | |||
<!-- DEPRECATED FIELDS BELOW (NOW HELD IN SUBOBJECTS) --> | |||
| At coordinates = {{{coordinates|}}} | |||
| Has application URL = {{{application_link|}}} | |||
| Has application deadline = {{{application_deadline|}}} | |||
| Has end date = {{{end_date|}}} | |||
| Has start date = {{{start_date|}}} | |||
}}{{{instances|}}}<!-- | |||
--></includeonly> |
Latest revision as of 11:16, 20 January 2025
TemplateData
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.
| String | required |
Status | status | The status of the event.
| String | suggested |
Short name/acronym | short_name | A shortened version of the event name (used to generate event names for recurring events, e.g. SABF 2024, SABF 2025). | String | suggested |
Frequency | frequency | How frequently the event occurs.
| String | optional |
Websites | websites | A list of links for the event. | URL | optional |
Poster/image | poster | A key image or poster for the event. | File | optional |
Instances | instances | A list of the instances of the event. These are implemented with Template:Event/instance—please use the page form Form:Event to edit them. | Content | optional |