Template:Event: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{#template_params:event_type (label=Event Type;list)|websites|start_date (label=Start Date)|end_date (label=End Date)|event_type|venue|address|city|country|coordinates|application_link (label=Application Link)|application_deadline (label=Application Deadline)|poster (label=poster)}}
<templatedata>
</noinclude><includeonly>
{
"params": {
"event_type": {
"label": "Event type",
"description": "Type of event (fair, conference, etc.).",
"type": "string",
"suggestedvalues": [
"Art Book Fair",
"Comics Expo",
"Conference",
"Exhibition",
"Meetup",
"Zine Fest"
]
},
"websites": {
"label": "Websites",
"description": "A list of links for the event.",
"type": "url"
},
"start_date": {
"label": "Start Date",
"description": "Start date of the event.",
"type": "date"
},
"end_date": {
"label": "End date",
"description": "End date of the event.",
"type": "date"
},
"venue": {
"label": "Venue",
"description": "The name of the venue (can link to a page if there is an associated location, otherwise appears as a red link).",
"type": "wiki-page-name"
},
"address": {
"label": "Address",
"description": "The address of the event (or main address if there are multiple). This should be a full street address.",
"example": "Fisher Pavillion\\n305 Harrison St\\nSeattle, WA 98109",
"type": "string"
},
"city": {},
"country": {},
"coordinates": {},
"application_link": {},
"application_deadline": {},
"poster": {}
}
}
</templatedata>
</noinclude><!--
--><includeonly>
{{Infobox event
{{Infobox event
| event_type          = {{#arraymap:{{{event_type|}}}|,|x|[[event_type::x]]}}
| event_type          = {{#arraymap:{{{event_type|}}}|,|x|[[event_type::x]]}}

Revision as of 16:43, 16 December 2024

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Event typeevent_type

Type of event (fair, conference, etc.).

Suggested values
Art Book Fair Comics Expo Conference Exhibition Meetup Zine Fest
Stringoptional
Websiteswebsites

A list of links for the event.

URLoptional
Start Datestart_date

Start date of the event.

Dateoptional
End dateend_date

End date of the event.

Dateoptional
Venuevenue

The name of the venue (can link to a page if there is an associated location, otherwise appears as a red link).

Page nameoptional
Addressaddress

The address of the event (or main address if there are multiple). This should be a full street address.

Example
Fisher Pavillion\n305 Harrison St\nSeattle, WA 98109
Stringoptional
citycity

no description

Unknownoptional
countrycountry

no description

Unknownoptional
coordinatescoordinates

no description

Unknownoptional
application_linkapplication_link

no description

Unknownoptional
application_deadlineapplication_deadline

no description

Unknownoptional
posterposter

no description

Unknownoptional