Contents

Template:Infobox event: Difference between revisions

No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>
<includeonly>{{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}}<div class="wp-infobox">
 
{{#if:{{{image|}}}|{{#setmainimage:{{{image}}}}}}}
 
<div class="wp-infobox">


<div class="wp-infobox-header">
<div class="wp-infobox-header">
<div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div>
<div class="wp-infobox-name">{{{name|{{PAGENAME}}}}}</div>
{{#if:{{{type|}}}|<div class="wp-infobox-subtitle">{{{type}}}</div>}}
{{#if:{{{event_type|}}}|<div class="wp-infobox-subtitle">{{{event_type}}}</div>}}
</div>
</div>


{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
<div class="wp-infobox-image">
<div class="wp-infobox-image" style="padding:12px 14px 0 !important;box-sizing:border-box;">
[[File:{{{image}}}|320px|alt={{{image_alt|{{{name|{{PAGENAME}}}}}}}}]]
[[File:{{{image}}}|320px|alt={{{image_alt|{{{alt|{{{name|{{PAGENAME}}}}}}}}}}}}]]
</div>
</div>
}}
}}


{{#if:{{{image|}}}|
{{#if:{{{caption|}}}|
{{#if:{{{caption|}}}|
<div class="wp-infobox-caption">{{{caption}}}</div>
<div class="wp-infobox-caption">{{{caption}}}</div>
}}
}}
}}


<div class="wp-infobox-data">
<div class="wp-infobox-data">
{{#if:{{{native_name|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Native name</div>
<div class="wp-infobox-value">{{{native_name}}}</div>
</div>
}}


{{#if:{{{other_name|}}}|
{{#if:{{{other_name|}}}|
Line 38: Line 25:
}}
}}


{{#if:{{{official_name|}}}|
{{#if:{{{event_type|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Official name</div>
<div class="wp-infobox-value">{{{official_name}}}</div>
</div>
}}
 
{{#if:{{{type|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Type</div>
<div class="wp-infobox-label">Event type</div>
<div class="wp-infobox-value">{{{type}}}</div>
<div class="wp-infobox-value">{{{event_type}}}</div>
</div>
</div>
}}
}}


{{#if:{{{description|}}}|
{{#if:{{{status|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Description</div>
<div class="wp-infobox-label">Status</div>
<div class="wp-infobox-value">{{{description}}}</div>
<div class="wp-infobox-value">{{{status}}}</div>
</div>
}}
 
{{#if:{{{date|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Date</div>
<div class="wp-infobox-value">{{{date}}}</div>
</div>
</div>
}}
}}
Line 87: Line 60:
}}
}}


{{#if:{{{duration|}}}|
{{#if:{{{attendance_mode|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Duration</div>
<div class="wp-infobox-label">Attendance mode</div>
<div class="wp-infobox-value">{{{duration}}}</div>
<div class="wp-infobox-value">{{{attendance_mode}}}</div>
</div>
</div>
}}
}}


{{#if:{{{location|}}}|
{{#if:{{{venue|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Location</div>
<div class="wp-infobox-label">Venue</div>
<div class="wp-infobox-value">{{{location}}}</div>
<div class="wp-infobox-value">{{{venue}}}</div>
</div>
</div>
}}
}}


{{#if:{{{venue|}}}|
{{#if:{{{location|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Venue</div>
<div class="wp-infobox-label">Location</div>
<div class="wp-infobox-value">{{{venue}}}</div>
<div class="wp-infobox-value">{{{location}}}</div>
</div>
</div>
}}
}}
Line 115: Line 88:
}}
}}


{{#if:{{{country|}}}|
{{#if:{{{region|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Country</div>
<div class="wp-infobox-label">Region</div>
<div class="wp-infobox-value">{{{country}}}</div>
<div class="wp-infobox-value">{{{region}}}</div>
</div>
</div>
}}
}}


{{#if:{{{coordinates|}}}|
{{#if:{{{country|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Coordinates</div>
<div class="wp-infobox-label">Country</div>
<div class="wp-infobox-value">{{{coordinates}}}</div>
<div class="wp-infobox-value">{{{country}}}</div>
</div>
</div>
}}
}}
Line 133: Line 106:
<div class="wp-infobox-label">Organizer</div>
<div class="wp-infobox-label">Organizer</div>
<div class="wp-infobox-value">{{{organizer}}}</div>
<div class="wp-infobox-value">{{{organizer}}}</div>
</div>
}}
{{#if:{{{organized_by|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Organized by</div>
<div class="wp-infobox-value">{{{organized_by}}}</div>
</div>
}}
{{#if:{{{host|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Host</div>
<div class="wp-infobox-value">{{{host}}}</div>
</div>
}}
{{#if:{{{presented_by|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Presented by</div>
<div class="wp-infobox-value">{{{presented_by}}}</div>
</div>
</div>
}}
}}
Line 171: Line 123:
}}
}}


{{#if:{{{attendance|}}}|
{{#if:{{{performers|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Attendance</div>
<div class="wp-infobox-label">Performers</div>
<div class="wp-infobox-value">{{{attendance}}}</div>
<div class="wp-infobox-value">{{{performers}}}</div>
</div>
}}
 
{{#if:{{{competitors|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Competitors</div>
<div class="wp-infobox-value">{{{competitors}}}</div>
</div>
}}
 
{{#if:{{{teams|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Teams</div>
<div class="wp-infobox-value">{{{teams}}}</div>
</div>
</div>
}}
}}
Line 199: Line 137:
}}
}}


{{#if:{{{performers|}}}|
{{#if:{{{attendance|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Performers</div>
<div class="wp-infobox-label">Attendance</div>
<div class="wp-infobox-value">{{{performers}}}</div>
<div class="wp-infobox-value">{{{attendance}}}</div>
</div>
}}
 
{{#if:{{{entries|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Entries</div>
<div class="wp-infobox-value">{{{entries}}}</div>
</div>
}}
 
{{#if:{{{prize|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Prize</div>
<div class="wp-infobox-value">{{{prize}}}</div>
</div>
}}
 
{{#if:{{{awards|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Awards</div>
<div class="wp-infobox-value">{{{awards}}}</div>
</div>
}}
 
{{#if:{{{preceded_by|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Preceded by</div>
<div class="wp-infobox-value">{{{preceded_by}}}</div>
</div>
}}
 
{{#if:{{{preceded_by_events|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Preceded by</div>
<div class="wp-infobox-value">{{{preceded_by_events}}}</div>
</div>
}}
 
{{#if:{{{followed_by|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Followed by</div>
<div class="wp-infobox-value">{{{followed_by}}}</div>
</div>
}}
 
{{#if:{{{followed_by_events|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">Followed by</div>
<div class="wp-infobox-value">{{{followed_by_events}}}</div>
</div>
}}
 
{{#if:{{{first_held|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-label">First held</div>
<div class="wp-infobox-value">{{{first_held}}}</div>
</div>
</div>
}}
}}


{{#if:{{{last_held|}}}|
{{#if:{{{capacity|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Last held</div>
<div class="wp-infobox-label">Capacity</div>
<div class="wp-infobox-value">{{{last_held}}}</div>
<div class="wp-infobox-value">{{{capacity}}}</div>
</div>
</div>
}}
}}


{{#if:{{{previous|}}}|
{{#if:{{{previous_event|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Previous event</div>
<div class="wp-infobox-label">Previous event</div>
<div class="wp-infobox-value">{{{previous}}}</div>
<div class="wp-infobox-value">{{{previous_event}}}</div>
</div>
</div>
}}
}}


{{#if:{{{next|}}}|
{{#if:{{{next_event|}}}|
<div class="wp-infobox-row">
<div class="wp-infobox-row">
<div class="wp-infobox-label">Next event</div>
<div class="wp-infobox-label">Next event</div>
<div class="wp-infobox-value">{{{next}}}</div>
<div class="wp-infobox-value">{{{next_event}}}</div>
</div>
</div>
}}
}}
Line 291: Line 173:


</div>
</div>
 
</div><!--
</div>
-->{{#wikipartner_event_schema:
 
 
{{#wikipartner_event_schema:
name={{{name|{{PAGENAME}}}}}
name={{{name|{{PAGENAME}}}}}
|other_name={{{other_name|}}}
|image={{{image|}}}
|image={{{image|}}}
|image_alt={{{image_alt|}}}
|event_type={{{event_type|}}}
|caption={{{caption|}}}
|start_date_iso={{{start_date_iso|}}}
|description={{{description|}}}
|end_date_iso={{{end_date_iso|}}}
|type={{{type|}}}
|status={{{status|}}}
|date={{{date|}}}
|attendance_mode={{{attendance_mode|}}}
|start_date={{{start_date|}}}
|venue={{{venue|}}}
|end_date={{{end_date|}}}
|location={{{location|}}}
|location={{{location|}}}
|venue={{{venue|}}}
|city={{{city|}}}
|city={{{city|}}}
|region={{{region|}}}
|country={{{country|}}}
|country={{{country|}}}
|coordinates={{{coordinates|}}}
|organizer={{{organizer|}}}
|organizer={{{organizer|}}}
|host={{{host|}}}
|sponsor={{{sponsor|}}}
|participants={{{participants|}}}
|attendance={{{attendance|}}}
|website={{{website|}}}
|website={{{website|}}}
}}
}}<!--
 
--></includeonly><noinclude>
</includeonly>
{{:Template:Infobox event/doc}}
 
<noinclude>
 
== Usage ==
 
Use this template for notable events, gatherings, competitions, ceremonies, festivals, conferences, exhibitions, historical events, and similar occasions.
 
Suitable subjects include:
 
* Conferences
* Conventions
* Competitions
* Sporting events
* Award ceremonies
* Festivals
* Cultural events
* Music festivals
* Exhibitions
* Trade shows
* Summits
* Political events
* Historical events
* Ceremonies
* Parades
* Other notable events
 
All parameters are optional. Empty fields are not displayed.
 
Use the basic version when only the main event details are needed. Use the full version when additional information is useful and reliably sourced.
 
Do not add speculative attendance figures, promotional claims, private information, or unnecessary details.
 
 
== Basic usage ==
 
<pre>
{{Infobox event
| name =
| image =
| image_alt =
| caption =
| type =
| date =
| location =
| venue =
| city =
| country =
| organizer =
| participants =
| attendance =
| website =
}}
</pre>
 
 
== Full usage ==
 
<pre>
{{Infobox event
| name =
| native_name =
| other_name =
| official_name =
| image =
| image_alt =
| caption =
| description =
| type =
| date =
| start_date =
| end_date =
| frequency =
| duration =
| location =
| venue =
| city =
| country =
| coordinates =
| organizer =
| organized_by =
| host =
| presented_by =
| sponsor =
| participants =
| attendance =
| competitors =
| teams =
| speakers =
| performers =
| entries =
| prize =
| awards =
| preceded_by =
| preceded_by_events =
| followed_by =
| followed_by_events =
| first_held =
| last_held =
| previous =
| next =
| website =
}}
</pre>
 
 
== Parameter guidance ==
 
'''name''' 
The commonly used name of the event.
 
'''native_name''' 
The event name in another language or writing system.
 
'''other_name''' 
An alternative, historical, or commonly used name.
 
'''official_name''' 
The official name when different from the commonly used name.
 
'''image''' 
The main representative image for the event.
 
'''image_alt''' 
A short accessibility description of the image.
 
'''caption''' 
A short factual caption for the image.
 
'''description''' 
A brief factual description of the event.
 
'''type''' 
The general type of event, such as conference, competition, festival, ceremony, summit, or historical event.
 
'''date''' 
The event date when it takes place on a single date.
 
'''start_date''' 
Starting date for an event lasting more than one day.
 
'''end_date''' 
Ending date for an event lasting more than one day.
 
'''frequency''' 
How often the event occurs, such as annually, biennially, or every four years.
 
'''duration''' 
Length of the event when useful.
 
'''location''' 
General location where the event takes place.
 
'''venue''' 
Specific venue or facility hosting the event.
 
'''city''' 
City where the event takes place.
 
'''country''' 
Country where the event takes place.
 
'''coordinates''' 
Geographic coordinates of the event location when relevant.
 
'''organizer''' 
Organization responsible for the event.
 
'''organized_by''' 
Person, organization, committee, or body that organized the event when useful.
 
'''host''' 
Person, organization, city, country, or other entity hosting the event.
 
'''presented_by''' 
Organization or institution formally presenting the event.
 
'''sponsor''' 
Important official sponsor when relevant.
 
'''participants''' 
People, organizations, countries, or groups participating in the event.
 
'''attendance''' 
Documented attendance figure or description.
 
'''competitors''' 
Competitors or competing entities when applicable.
 
'''teams''' 
Participating teams when applicable.
 
'''speakers''' 
Notable speakers when relevant.
 
'''performers''' 
Notable performers when relevant.
 
'''entries''' 
Number or description of official entries when applicable.
 
'''prize''' 
Main prize or prize value when applicable and reliably documented.
 
'''awards''' 
Awards presented during the event or resulting from the event.
 
'''preceded_by''' 
Previous related event when the event is part of a sequence.
 
'''preceded_by_events''' 
Previous event or edition in a recurring series.
 
'''followed_by''' 
Next related event when applicable.
 
'''followed_by_events''' 
Next event or edition in a recurring series.
 
'''first_held''' 
Year or date when a recurring event was first held.
 
'''last_held''' 
Year or date when a recurring event was last held, especially for discontinued events.
 
'''previous''' 
Previous edition of the same recurring event.
 
'''next''' 
Next edition of the same recurring event.
 
'''website''' 
Official website of the event or organizing body only.
 
 
== Example 1: WikiPartner Conference ==
 
<pre>
{{Infobox event
| name = WikiPartner Conference
| native_name =
| other_name =
| official_name = WikiPartner Conference
| image =
| image_alt = WikiPartner Conference
| caption =
| description = Conference focused on knowledge publishing and editorial practices
| type = Conference
| date =
| start_date =
| end_date =
| frequency = Annual
| duration =
| location =
| venue =
| city =
| country =
| coordinates =
| organizer = WikiPartner
| organized_by = WikiPartner
| host = WikiPartner
| presented_by =
| sponsor =
| participants =
| attendance =
| competitors =
| teams =
| speakers =
| performers =
| entries =
| prize =
| awards =
| preceded_by =
| preceded_by_events =
| followed_by =
| followed_by_events =
| first_held = 2026
| last_held =
| previous =
| next =
| website = https://wikipartner.org
}}
</pre>
 
 
=== Example infobox ===
 
<div class="wp-infobox">
 
<div class="wp-infobox-header">
<div class="wp-infobox-name">WikiPartner Conference</div>
<div class="wp-infobox-subtitle">Conference</div>
</div>
 
<div class="wp-infobox-data">
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Official name</div>
<div class="wp-infobox-value">WikiPartner Conference</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Type</div>
<div class="wp-infobox-value">Conference</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Description</div>
<div class="wp-infobox-value">Conference focused on knowledge publishing and editorial practices</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Frequency</div>
<div class="wp-infobox-value">Annual</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Organizer</div>
<div class="wp-infobox-value">WikiPartner</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Organized by</div>
<div class="wp-infobox-value">WikiPartner</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Host</div>
<div class="wp-infobox-value">WikiPartner</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">First held</div>
<div class="wp-infobox-value">2026</div>
</div>
 
</div>
</div>
 
 
== Example 2: Olympic Games ==
 
<pre>
{{Infobox event
| name = Olympic Games
| native_name =
| other_name = Olympics
| official_name =
| image =
| image_alt = Olympic rings
| caption =
| description = International multi-sport event held in summer and winter editions
| type = Multi-sport event
| date =
| start_date =
| end_date =
| frequency = Every four years
| duration =
| location = Various host cities
| venue = Various venues
| city =
| country =
| coordinates =
| organizer = International Olympic Committee
| organized_by = International Olympic Committee
| host =
| presented_by =
| sponsor =
| participants = National Olympic committees and athletes
| attendance =
| competitors =
| teams =
| speakers =
| performers =
| entries =
| prize =
| awards =
| preceded_by =
| preceded_by_events =
| followed_by =
| followed_by_events =
| first_held = 1896
| last_held =
| previous =
| next =
| website = https://olympics.com
}}
</pre>
 
 
=== Example infobox ===
 
<div class="wp-infobox">
 
<div class="wp-infobox-header">
<div class="wp-infobox-name">Olympic Games</div>
<div class="wp-infobox-subtitle">Multi-sport event</div>
</div>
 
<div class="wp-infobox-data">
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Other name</div>
<div class="wp-infobox-value">Olympics</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Type</div>
<div class="wp-infobox-value">Multi-sport event</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Frequency</div>
<div class="wp-infobox-value">Every four years</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Location</div>
<div class="wp-infobox-value">Various host cities</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Organizer</div>
<div class="wp-infobox-value">International Olympic Committee</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Organized by</div>
<div class="wp-infobox-value">International Olympic Committee</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Participants</div>
<div class="wp-infobox-value">National Olympic committees and athletes</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">First held</div>
<div class="wp-infobox-value">1896</div>
</div>
 
</div>
</div>
 
 
== Example 3: World Economic Forum Annual Meeting ==
 
<pre>
{{Infobox event
| name = World Economic Forum Annual Meeting
| native_name =
| other_name = Davos
| official_name = Annual Meeting of the World Economic Forum
| image =
| image_alt = World Economic Forum Annual Meeting
| caption =
| description = Annual meeting of the World Economic Forum
| type = Economic and political conference
| date =
| start_date =
| end_date =
| frequency = Annual
| duration =
| location = Davos, Switzerland
| venue = Various venues
| city = Davos
| country = Switzerland
| coordinates =
| organizer = World Economic Forum
| organized_by = World Economic Forum
| host = World Economic Forum
| presented_by =
| sponsor =
| participants = Business, political, academic, and civil-society leaders
| attendance =
| competitors =
| teams =
| speakers =
| performers =
| entries =
| prize =
| awards =
| preceded_by =
| preceded_by_events =
| followed_by =
| followed_by_events =
| first_held = 1971
| last_held =
| previous =
| next =
| website = https://www.weforum.org
}}
</pre>
 
 
=== Example infobox ===
 
<div class="wp-infobox">
 
<div class="wp-infobox-header">
<div class="wp-infobox-name">World Economic Forum Annual Meeting</div>
<div class="wp-infobox-subtitle">Economic and political conference</div>
</div>
 
<div class="wp-infobox-data">
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Other name</div>
<div class="wp-infobox-value">Davos</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Official name</div>
<div class="wp-infobox-value">Annual Meeting of the World Economic Forum</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Type</div>
<div class="wp-infobox-value">Economic and political conference</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Frequency</div>
<div class="wp-infobox-value">Annual</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Location</div>
<div class="wp-infobox-value">Davos, Switzerland</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Venue</div>
<div class="wp-infobox-value">Various venues</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">City</div>
<div class="wp-infobox-value">Davos</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Country</div>
<div class="wp-infobox-value">Switzerland</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Organizer</div>
<div class="wp-infobox-value">World Economic Forum</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Host</div>
<div class="wp-infobox-value">World Economic Forum</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">Participants</div>
<div class="wp-infobox-value">Business, political, academic, and civil-society leaders</div>
</div>
 
<div class="wp-infobox-row">
<div class="wp-infobox-label">First held</div>
<div class="wp-infobox-value">1971</div>
</div>
 
</div>
</div>
 
 
== Notes for editors ==
 
* Use this infobox for notable events rather than people, organizations, companies, places, or individual works.
* Use '''date''' for a single-day event.
* Use '''start_date''' and '''end_date''' when an event lasts for multiple days.
* Use '''frequency''' for recurring events.
* Use '''first_held''' for the first edition of a recurring event.
* Use '''previous''' and '''next''' for adjacent editions when appropriate.
* Use '''organizer''' for the main organization responsible for the event.
* Use '''venue''' for a specific physical venue and '''location''' for the broader location.
* Use '''attendance''' only when supported by a reliable source.
* Use '''participants''', '''competitors''', '''teams''', '''speakers''', and '''performers''' only when relevant to the event.
* Do not use this infobox to list every participant or speaker.
* Use '''website''' for the official event or organizing organization's website only.
* Do not add social-media profiles or authority identifiers.
* Avoid promotional claims and unsourced statistics.
 
<templatedata>
{
"description":"Infobox for notable events such as conferences, competitions, ceremonies, festivals, exhibitions, historical events, summits, conventions, sporting events, award ceremonies, and other recurring or one-time events.",
"params":{
 
"name":{
"label":"Name",
"description":"Commonly used name of the event.",
"type":"string"
},
 
"native_name":{
"label":"Native name",
"description":"Event name in another language or writing system.",
"type":"string"
},
 
"other_name":{
"label":"Other name",
"description":"Alternative, historical, or commonly used name.",
"type":"string"
},
 
"official_name":{
"label":"Official name",
"description":"Official name when different from the commonly used name.",
"type":"string"
},
 
"image":{
"label":"Image",
"description":"Main representative image for the event.",
"type":"wiki-file-name"
},
 
"image_alt":{
"label":"Image alt text",
"description":"Short accessibility description of the image.",
"type":"string"
},
 
"caption":{
"label":"Caption",
"description":"Short factual caption for the image.",
"type":"string"
},
 
"description":{
"label":"Description",
"description":"Brief factual description of the event.",
"type":"string"
},
 
"type":{
"label":"Type",
"description":"General type of event, such as conference, competition, festival, ceremony, summit, or historical event.",
"type":"string"
},
 
"date":{
"label":"Date",
"description":"Event date when it takes place on a single date.",
"type":"string"
},
 
"start_date":{
"label":"Start date",
"description":"Starting date for an event lasting more than one day.",
"type":"string"
},
 
"end_date":{
"label":"End date",
"description":"Ending date for an event lasting more than one day.",
"type":"string"
},
 
"frequency":{
"label":"Frequency",
"description":"How often the event occurs, such as annually, biennially, or every four years.",
"type":"string"
},
 
"duration":{
"label":"Duration",
"description":"Length of the event when useful.",
"type":"string"
},
 
"location":{
"label":"Location",
"description":"General location where the event takes place.",
"type":"string"
},
 
"venue":{
"label":"Venue",
"description":"Specific venue or facility hosting the event.",
"type":"string"
},
 
"city":{
"label":"City",
"description":"City where the event takes place.",
"type":"string"
},
 
"country":{
"label":"Country",
"description":"Country where the event takes place.",
"type":"string"
},
 
"coordinates":{
"label":"Coordinates",
"description":"Geographic coordinates of the event location when relevant.",
"type":"string"
},
 
"organizer":{
"label":"Organizer",
"description":"Organization responsible for the event.",
"type":"string"
},
 
"organized_by":{
"label":"Organized by",
"description":"Person, organization, committee, or body that organized the event.",
"type":"string"
},
 
"host":{
"label":"Host",
"description":"Person, organization, city, country, or other entity hosting the event.",
"type":"string"
},
 
"presented_by":{
"label":"Presented by",
"description":"Organization or institution formally presenting the event.",
"type":"string"
},
 
"sponsor":{
"label":"Sponsor",
"description":"Important official sponsor when relevant.",
"type":"string"
},
 
"participants":{
"label":"Participants",
"description":"People, organizations, countries, or groups participating in the event.",
"type":"string"
},
 
"attendance":{
"label":"Attendance",
"description":"Documented attendance figure or description.",
"type":"string"
},
 
"competitors":{
"label":"Competitors",
"description":"Competitors or competing entities when applicable.",
"type":"string"
},
 
"teams":{
"label":"Teams",
"description":"Participating teams when applicable.",
"type":"string"
},
 
"speakers":{
"label":"Speakers",
"description":"Notable speakers when relevant.",
"type":"string"
},
 
"performers":{
"label":"Performers",
"description":"Notable performers when relevant.",
"type":"string"
},
 
"entries":{
"label":"Entries",
"description":"Number or description of official entries when applicable.",
"type":"string"
},
 
"prize":{
"label":"Prize",
"description":"Main prize or prize value when applicable and reliably documented.",
"type":"string"
},
 
"awards":{
"label":"Awards",
"description":"Awards presented during the event or resulting from the event.",
"type":"string"
},
 
"preceded_by":{
"label":"Preceded by",
"description":"Previous related event when the event is part of a sequence.",
"type":"string"
},
 
"preceded_by_events":{
"label":"Preceded by events",
"description":"Previous event or edition in a recurring series.",
"type":"string"
},
 
"followed_by":{
"label":"Followed by",
"description":"Next related event when applicable.",
"type":"string"
},
 
"followed_by_events":{
"label":"Followed by events",
"description":"Next event or edition in a recurring series.",
"type":"string"
},
 
"first_held":{
"label":"First held",
"description":"Year or date when a recurring event was first held.",
"type":"string"
},
 
"last_held":{
"label":"Last held",
"description":"Year or date when a recurring event was last held, especially for discontinued events.",
"type":"string"
},
 
"previous":{
"label":"Previous event",
"description":"Previous edition of the same recurring event.",
"type":"string"
},
 
"next":{
"label":"Next event",
"description":"Next edition of the same recurring event.",
"type":"string"
},
 
"website":{
"label":"Website",
"description":"Official website of the event or organizing body only.",
"type":"url"
}
 
},
 
"paramOrder":[
"name",
"native_name",
"other_name",
"official_name",
"image",
"image_alt",
"caption",
"description",
"type",
"date",
"start_date",
"end_date",
"frequency",
"duration",
"location",
"venue",
"city",
"country",
"coordinates",
"organizer",
"organized_by",
"host",
"presented_by",
"sponsor",
"participants",
"attendance",
"competitors",
"teams",
"speakers",
"performers",
"entries",
"prize",
"awards",
"preceded_by",
"preceded_by_events",
"followed_by",
"followed_by_events",
"first_held",
"last_held",
"previous",
"next",
"website"
]
 
}
</templatedata>


[[Category:WikiPartner infobox templates]]
[[Category:WikiPartner infobox templates]]
[[Category:WikiPartner documentation]]
[[Category:WikiPartner documentation]]
[[Category:WikiPartner templates]]
[[Category:WikiPartner templates]]
</noinclude>
</noinclude>

Latest revision as of 09:03, 7 September 2026

Infobox event is WikiPartner's standard infobox for notable events.

Use it for sporting events, concerts, festivals, conferences, exhibitions, business events, cultural events, public gatherings, and other notable scheduled events.

All parameters are optional. Add only information supported by reliable sources. Empty fields are automatically hidden.

Adding this template to an article also generates WikiPartner Event structured data automatically. When a recognized event type is used, WikiPartner may generate a more specific Schema.org event type such as SportsEvent, MusicEvent, or ConferenceEvent.

Short usage

Use this version for most event articles.

{{Infobox event
| name =
| image =
| image_alt =
| caption =
| event_type =
| start_date =
| end_date =
| venue =
| city =
| country =
| organizer =
| status =
| website =
}}

Full usage

Use this version when more information about the event is available. Remove parameters that are not needed.

{{Infobox event
| name =
| other_name =

| image =
| image_alt =
| caption =

| event_type =
| status =

| start_date =
| start_date_iso =
| end_date =
| end_date_iso =

| frequency =
| attendance_mode =

| venue =
| location =
| city =
| region =
| country =

| organizer =
| sponsor =

| participants =
| performers =
| speakers =

| attendance =
| capacity =

| previous_event =
| next_event =

| website =
}}

Event types

Use a clear value in event_type.

WikiPartner automatically maps commonly used values to more specific Schema.org event types.

Examples include:

  • Sports event
  • Music event
  • Concert
  • Conference
  • Business event
  • Festival
  • Exhibition
  • Literary event
  • Education event
  • Theater event
  • Performing arts event
  • Visual arts event
  • Social event
  • Hackathon
  • Food event
  • Screening event
  • Comedy event
  • Children's event
  • Sale event
  • Publication event

If the value does not match a specialized event type, WikiPartner uses the general Schema.org Event type.

Examples

The examples below show both the wikitext entered by an editor and the finished WikiPartner infobox.

Images are not included in these examples so the previews do not depend on a particular uploaded file. Editors may add a properly licensed event image when one is available.

Sporting event — 2024 Summer Olympics

Wikitext

{{Infobox event
| name = 2024 Summer Olympics
| other_name = Paris 2024
| event_type = Sports event
| start_date = 26 July 2024
| start_date_iso = 2024-07-26
| end_date = 11 August 2024
| end_date_iso = 2024-08-11
| attendance_mode = Offline
| city = Paris
| country = France
| organizer = Paris 2024 Organising Committee
| status = Completed
}}

Rendered infobox

2024 Summer Olympics
Sports event



Other name
Paris 2024
Event type
Sports event
Status
Completed
Start date
26 July 2024
End date
11 August 2024


Attendance mode
Offline



City
Paris


Country
France
Organizer
Paris 2024 Organising Committee










Music festival — Woodstock

Wikitext

{{Infobox event
| name = Woodstock Music & Art Fair
| other_name = Woodstock
| event_type = Music event
| start_date = 15 August 1969
| start_date_iso = 1969-08-15
| end_date = 18 August 1969
| end_date_iso = 1969-08-18
| attendance_mode = Offline
| venue = Max Yasgur's farm
| city = Bethel
| region = New York
| country = United States
| organizer = Woodstock Ventures
| status = Completed
}}

Rendered infobox

Woodstock Music & Art Fair
Music event



Other name
Woodstock
Event type
Music event
Status
Completed
Start date
15 August 1969
End date
18 August 1969


Attendance mode
Offline
Venue
Max Yasgur's farm


City
Bethel
Region
New York
Country
United States
Organizer
Woodstock Ventures










International conference — COP28

Wikitext

{{Infobox event
| name = COP28
| other_name = 2023 United Nations Climate Change Conference
| event_type = Conference
| start_date = 30 November 2023
| start_date_iso = 2023-11-30
| end_date = 12 December 2023
| end_date_iso = 2023-12-12
| attendance_mode = Offline
| venue = Expo City Dubai
| city = Dubai
| country = United Arab Emirates
| organizer = United Nations Framework Convention on Climate Change
| status = Completed
| website = https://unfccc.int/cop28
}}

Rendered infobox

COP28
Conference



Other name
2023 United Nations Climate Change Conference
Event type
Conference
Status
Completed
Start date
30 November 2023
End date
12 December 2023


Attendance mode
Offline
Venue
Expo City Dubai


City
Dubai


Country
United Arab Emirates
Organizer
United Nations Framework Convention on Climate Change









Usage notes

  • Use name for the commonly recognized name of the event.
  • Use other_name for a widely recognized alternative or shorter name.
  • Use image for the event logo, poster, photograph, or another suitable identifying image filename only. Do not include File:....
  • Use image_alt for short alternative text describing the image.
  • Use only properly licensed images.
  • Use event_type for a clear event classification such as Sports event, Music event, Conference, or Festival.
  • Use start_date and end_date for the human-readable dates shown to readers.
  • Use start_date_iso and end_date_iso for structured data.
  • Use ISO dates in YYYY-MM-DD format.
  • An exact time may also be used when known, such as 2026-09-07T18:00+05:00.
  • Use frequency only when the event forms part of a recurring event series, such as Annual or Biennial.
  • Use attendance_mode as Offline, Online, Mixed, or Hybrid.
  • Use venue for a named stadium, convention center, arena, park, building, or other specific venue.
  • Use location when a useful general location does not fit neatly into venue, city, region, or country.
  • Use city, region, and country to provide geographic context.
  • Use organizer for the principal organization responsible for organizing the event.
  • Use sponsor only when sponsorship is important to the event and clearly documented.
  • Use participants for notable participating people, teams, organizations, or countries when useful.
  • Use performers mainly for concerts, festivals, ceremonies, and performing arts events.
  • Use speakers mainly for conferences, summits, lectures, and similar events.
  • Use attendance for a documented attendance figure.
  • Use capacity for a documented venue or event capacity when relevant.
  • Use previous_event and next_event only when the event belongs to a clearly defined sequence.
  • Use status for a simple state such as Scheduled, Cancelled, Postponed, Rescheduled, Moved online, or Completed.
  • WikiPartner converts supported active status values into Schema.org event-status values automatically.
  • Use website only for the event's official website.
  • Leave unused parameters out.
  • Do not guess dates, attendance figures, participants, sponsors, venues, organizers, or other event information.
  • Important information should be supported by reliable sources.

TemplateData

WikiPartner's standard infobox for sporting events, concerts, festivals, conferences, exhibitions, business events, cultural events, and other notable scheduled events.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Commonly recognized name of the event.

Stringoptional
Other nameother_name

Widely recognized alternative, abbreviated, or informal name of the event.

Stringoptional
Imageimage

Event logo, poster, photograph, or other identifying image filename.

Fileoptional
Image alternative textimage_alt alt

Short alternative text describing the event image.

Stringoptional
Image captioncaption

Short caption displayed below the event image.

Stringoptional
Event typeevent_type

Type of event, such as Sports event, Music event, Conference, Festival, or Exhibition.

Stringoptional
Statusstatus

Current state of the event, such as Scheduled, Completed, Cancelled, Postponed, Rescheduled, or Moved online.

Stringoptional
Start datestart_date

Human-readable date on which the event begins.

Stringoptional
Start date ISOstart_date_iso

Machine-readable start date or date-time used for structured data.

Stringoptional
End dateend_date

Human-readable date on which the event ends.

Stringoptional
End date ISOend_date_iso

Machine-readable end date or date-time used for structured data.

Stringoptional
Frequencyfrequency

Frequency when the event belongs to a recurring series, such as Annual or Biennial.

Stringoptional
Attendance modeattendance_mode

How people attend the event: Offline, Online, Mixed, or Hybrid.

Stringoptional
Venuevenue

Named stadium, arena, convention center, building, park, or other specific venue.

Stringoptional
Locationlocation

General event location when a separate location description is useful.

Stringoptional
Citycity

City in which the event is held.

Stringoptional
Regionregion

State, province, region, or similar administrative area where the event is held.

Stringoptional
Countrycountry

Country in which the event is held.

Stringoptional
Organizerorganizer

Principal organization responsible for organizing the event.

Stringoptional
Sponsorsponsor

Principal sponsor when relevant and reliably documented.

Stringoptional
Participantsparticipants

Notable participating people, teams, organizations, or countries.

Stringoptional
Performersperformers

Principal performers at a concert, festival, ceremony, or performing arts event.

Stringoptional
Speakersspeakers

Principal speakers at a conference, summit, lecture, or similar event.

Stringoptional
Attendanceattendance

Documented number of people who attended the event.

Stringoptional
Capacitycapacity

Documented event or venue capacity when relevant.

Stringoptional
Previous eventprevious_event

Previous event in the same clearly defined event sequence.

Stringoptional
Next eventnext_event

Next event in the same clearly defined event sequence.

Stringoptional
Websitewebsite

Official website for the event.

URLoptional