Changes

Jump to navigation Jump to search
→‎Parameters: + child parameter documentation
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{lua|Module:Check for unknown parameters}}

{{tlx|Infobox event}} should be used to specify one-off events, usually at the top of an article. For recurring events, use {{nowrap|{{tlx|Infobox recurring event}}}}.

== Usage ==
{{Parameter names example
| title
| image
| image_size
| image_upright
| image_alt
| caption
| native_name
| native_name_lang
| english_name
| time
| duration
| date
| venue
| location
| coordinates
| also_known_as
| type
| theme
| cause
| motive
| target
| first_reporter
| budget
| patron
| organisers
| filmed_by
| participants
| outcome
| casualties1
| casualties2
| casualties3
| reported deaths
| reported injuries
| reported missing
| reported property damage
| burial
| inquiries
| inquest
| coroner
| arrests
| suspects
| accused
| convicted
| charges
| trial
| verdict
| convictions
| sentence
| publication_bans
| litigation
| awards
| url
| blank_label
| blank1_label
| blank2_label
| website
| notes
}}

<pre style="overflow:auto;">
{{Infobox event
| title = <!-- Title to display, if other than page name -->
| image =
| image_size = <!-- |image_upright= is preferred for most cases, see WP:IMGSIZE -->
| image_upright =
| image_alt =
| caption =
| native_name =
| native_name_lang =
| english_name =
| time =
| duration =
| date = <!-- {{start date|YYYY|MM|DD}} or {{start and end dates|YYYY|MM|DD|YYYY|MM|DD}} -->
| venue =
| location =
| coordinates = <!-- {{coord|LAT|LON|region:XXXX_type:event|display=inline,title}} -->
| also_known_as =
| type =
| theme =
| cause =
| motive =
| target =
| first_reporter =
| budget =
| patron = <!-- or |patrons= -->
| organisers = <!-- or |organizers= -->
| filmed_by =
| participants =
| outcome =
| casualties1 =
| casualties2 =
| casualties3 =
| reported deaths =
| reported injuries =
| reported missing =
| reported property damage =
| burial =
| inquiries =
| inquest =
| coroner =
| arrests =
| suspects =
| accused =
| convicted =
| charges =
| trial =
| verdict =
| convictions =
| sentence =
| publication_bans =
| litigation =
| awards =
| url =
| blank_label = <!-- or |blank_data= -->
| blank1_label = <!-- or |blank1_data= -->
| blank2_label = <!-- or |blank2_data= -->
| website = <!-- {{URL|example.com}} -->
| notes =
}}
</pre>
{{clear}}
=== Parameters ===
* {{para|title}} - name of the event, if omitted, the page name will be used
* {{para|child}} - set to "yes" if you are embedding this infobox in another one
* {{para|image}} - name of the image of the event
* {{para|image_size}} - {{para|image_upright}} is preferred for most cases, see [[WP:IMGSIZE]]
* {{para|image_upright}} -
* {{para|image_alt}} -
* {{para|caption}} - optional caption of the image
* {{para|native_name}} - the native name of the event, if different
* {{para|native_name_lang}} - [[ISO 639-2]] code for the native name e.g. 'fr' for French.
* {{para|english_name}} -
* {{para|time}} -
* {{para|duration}} -
* {{para|date}} - <code><nowiki>{{start date|YYYY|MM|DD}}</nowiki></code> for the date of a single-day event or <code><nowiki>{{start and end dates|YYYY|MM|DD|YYYY|MM|DD}}</nowiki></code> for multi-day events
* {{para|venue}} - name of the particular venue (alternative to location)
* {{para|location}} - the location of the event
* {{para|coordinates}} - Use {{tl|Coord}}, with <code>display=inline,title</code> (ex: <code><nowiki>{{coord|LAT|LON|region:XXXX_type:event|display=inline,title}}</nowiki></code>)
* {{para|also_known_as}} -
* {{para|type}} -
* {{para|theme}} -
* {{para|cause}} -
* {{para|motive}} -
* {{para|target}} -
* {{para|first_reporter}} -
* {{para|budget}} - the larger of budgeted income or expense
* {{para|patron}} or {{para|patrons}} - patronage
* {{para|organisers}} or {{para|organizers}} - organised by
* {{para|filmed_by}} -
* {{para|participants}} - the typical number of participants
* {{para|outcome}} -
* {{para|casualties1}} -
* {{para|casualties2}} -
* {{para|casualties3}} -
* {{para|reported deaths}} -
* {{para|reported injuries}} -
* {{para|reported missing}} -
* {{para|reported property damage}} -
* {{para|burial}} -
* {{para|inquiries}} -
* {{para|inquest}} -
* {{para|coroner}} -
* {{para|arrests}} -
* {{para|suspects}} -
* {{para|accused}} -
* {{para|convicted}} -
* {{para|charges}} -
* {{para|trial}} -
* {{para|verdict}} -
* {{para|convictions}} -
* {{para|sentence}} -
* {{para|publication_bans}} -
* {{para|litigation}} -
* {{para|awards}} -
* {{para|url}} -
* {{para|blank_label}} or {{para|blank_data}} -
* {{para|blank1_label}} or {{para|blank1_data}} -
* {{para|blank2_label}} or {{para|blank2_data}} -
* {{para|website}} - Use {{tl|URL}} (ex: <code><nowiki>{{URL|example.com}}</nowiki></code>)
* {{para|notes}} -

== Example ==
{{Infobox event
|title=Bombay Explosion
|image=Bombay-Docks-aftermath1.png
|caption=Smoke billowing out of Harbour
|date=14 April 1944
|time=16:15 IST (10:45 UTC)
|place=Victoria Dock, Bombay, [[British Raj|British India]]
|coordinates = {{coord|18.9527772|N|72.8449774|E|type:event_region:IN|display=inline,title}}
|cause=ship fire
|url={{URL|example.com}}
|casualties1=800+ dead
|casualties2=3,000 injured
|website={{URL|example.com}}
}}
<pre style="overflow:auto;">
{{Infobox event
|title=Bombay Explosion
|image=Bombay-Docks-aftermath1.png
|caption=Smoke billowing out of Harbour
|date=14 April 1944
|time=16:15 IST (10:45 UTC)
|place=Victoria Dock, Bombay, [[British Raj|British India]]
|coordinates = {{coord|18.9527772|N|72.8449774|E|type:event_region:IN|display=inline,title}}
|cause=ship fire
|url={{URL|example.com}}
|casualties1=800+ dead
|casualties2=3,000 injured
|website={{URL|example.com}}
}}
</pre>
{{clear}}

== Microformat ==
{{UF-hcal}}

== Tracking categories ==
* {{clc|Pages using infobox event with unknown parameters}}
* {{clc|Pages using infobox event with blank parameters}}

== See also ==
* {{tl|Infobox recurring event}}

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Events infobox templates| ]]
[[Category:Templates that add a tracking category]]
}}</includeonly>
Anonymous user

Navigation menu