Template:Event: Difference between revisions
IssuePress (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{ | <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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Event type | event_type | Type of event (fair, conference, etc.).
| String | optional |
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 | no description | Unknown | optional |
country | country | no description | Unknown | optional |
coordinates | coordinates | no description | Unknown | optional |
application_link | application_link | no description | Unknown | optional |
application_deadline | application_deadline | no description | Unknown | optional |
poster | poster | no description | Unknown | optional |