Template:Infobox aircraft occurrence

Share on FacebookShare on TwitterShare on LinkedIn
50px Template documentation[view] [edit] [history] [purge]
{{{name}}}
[[File:{{{image}}}|{{{image_size}}}px|alt={{{alt}}}]]
{{{caption}}}
{{{occurrence_type}}} summary
Date{{{date}}}
Summary{{{summary}}}
Site{{{site}}}
{{{coordinates}}}
Total injuries (non-fatal){{{total_injuries}}}
Total fatalities{{{total_fatalities}}}
Total survivors{{{total_survivors}}}
First aircraft
[[File:{{{plane1_image}}}|180px|alt={{{plane1_alt}}}]]
{{{plane1_caption}}}
Type{{{plane1_type}}}
Name{{{plane1_name}}}
Operator{{{plane1_operator}}}
Registration{{{plane1_tailnum}}}
Flight origin{{{plane1_origin}}}
Stopover{{{plane1_stopover}}}
1st stopover{{{plane1_stopover0}}}
2nd stopover{{{plane1_stopover1}}}
3rd stopover{{{plane1_stopover2}}}
4th stopover{{{plane1_stopover3}}}
5th stopover{{{plane1_stopover4}}}
6th stopover{{{plane1_stopover5}}}
Last stopover{{{plane1_laststopover}}}
Destination{{{plane1_destination}}}
Passengers{{{plane1_passengers}}}
Crew{{{plane1_crew}}}
Injuries (non-fatal){{{plane1_injuries}}}
Fatalities{{{plane1_fatalities}}}
Missing{{{plane1_missing}}}
Survivors{{{plane1_survivors}}}
Second aircraft
[[File:{{{plane2_image}}}|180px|alt={{{plane2_alt}}}]]
{{{plane2_caption}}}
Type{{{plane2_type}}}
Name{{{plane2_name}}}
Operator{{{plane2_operator}}}
Registration{{{plane2_tailnum}}}
Flight origin{{{plane2_origin}}}
Stopover{{{plane2_stopover}}}
1st stopover{{{plane2_stopover0}}}
2nd stopover{{{plane2_stopover1}}}
3rd stopover{{{plane2_stopover2}}}
4th stopover{{{plane2_stopover3}}}
5th stopover{{{plane2_stopover4}}}
6th stopover{{{plane2_stopover5}}}
Last stopover{{{plane2_laststopover}}}
Destination{{{plane2_destination}}}
Passengers{{{plane2_passengers}}}
Crew{{{plane2_crew}}}
Injuries (non-fatal){{{plane2_injuries}}}
Fatalities{{{plane2_fatalities}}}
Missing{{{plane2_missing}}}
Survivors{{{plane2_survivors}}}
Third aircraft
[[File:{{{plane3_image}}}|180px|alt={{{plane3_alt}}}]]
{{{plane3_caption}}}
Type{{{plane3_type}}}
Name{{{plane3_name}}}
Operator{{{plane3_operator}}}
Registration{{{plane3_tailnum}}}
Flight origin{{{plane3_origin}}}
Stopover{{{plane3_stopover}}}
1st stopover{{{plane3_stopover0}}}
2nd stopover{{{plane3_stopover1}}}
3rd stopover{{{plane3_stopover2}}}
4th stopover{{{plane3_stopover3}}}
5th stopover{{{plane3_stopover4}}}
6th stopover{{{plane3_stopover5}}}
Last stopover{{{plane3_laststopover}}}
Destination{{{plane3_destination}}}
Passengers{{{plane3_passengers}}}
Crew{{{plane3_crew}}}
Injuries (non-fatal){{{plane3_injuries}}}
Fatalities{{{plane3_fatalities}}}
Missing{{{plane3_missing}}}
Survivors{{{plane3_survivors}}}

This template is meant to be used in articles about significant occurrences, accidents or incidents involving one, two or three aircraft. The format opposite shows the template's full syntax; for examples involving a single aircraft as well as multiple aircraft, see below.

Full blank syntax

Required parameters are date, summary and site. If name is not provided, {{LINKED:PAGENAME}} is used instead.

{{Infobox aircraft occurrence
| name = 
| image = 
| image_size =      <!--default 230 (pixels)-->
| alt = 
| caption = 
| occurrence_type = <!--Use "Accident", "Incident" or (default) "Occurrence"-->
| date =            <!--{{start date|YYYY|MM|DD}}-->
| summary = 
| site = 
| coordinates =     <!--{{coord|LAT|LON|type:event|display=inline,title}}-->

<!--------Following entries are for an occurrence involving a single aircraft:-------->
| passengers = 
| crew = 
| injuries =
| fatalities = 
| missing =
| survivors = 
| aircraft_type = 
| aircraft_name = 
| operator = 
| tail_number = 
| origin = 
| stopover = 
| stopover0 = 
| stopover1 = 
| stopover2 = 
| stopover3 = 
| stopover4 =
| stopover5 =
| last_stopover = 
| destination = 

<!--------Following entries are for an occurrence involving two/three aircraft:-------->
| total_injuries = 
| total_fatalities = 
| total_missing = 
| total_survivors = 

| plane1_image = 
| plane1_alt = 
| plane1_caption = 
| plane1_type = 
| plane1_name = 
| plane1_operator = 
| plane1_tailnum = 
| plane1_origin = 
| plane1_stopover = 
| plane1_stopover0 = 
| plane1_stopover1 = 
| plane1_stopover2 = 
| plane1_stopover3 = 
| plane1_stopover4 =
| plane1_stopover5 =
| plane1_laststopover = 
| plane1_destination = 
| plane1_passengers = 
| plane1_crew = 
| plane1_injuries = 
| plane1_fatalities = 
| plane1_missing =
| plane1_survivors = 

| plane2_image = 
| plane2_alt = 
| plane2_caption = 
| plane2_type = 
| plane2_name = 
| plane2_operator = 
| plane2_tailnum = 
| plane2_origin = 
| plane2_stopover = 
| plane2_stopover0 = 
| plane2_stopover1 = 
| plane2_stopover2 = 
| plane2_stopover3 = 
| plane2_stopover4 =
| plane2_stopover5 =
| plane2_laststopover = 
| plane2_destination = 
| plane2_passengers = 
| plane2_crew = 
| plane2_injuries = 
| plane2_fatalities = 
| plane2_missing =
| plane2_survivors = 

| plane3_image = 
| plane3_alt = 
| plane3_caption = 
| plane3_type = 
| plane3_name = 
| plane3_operator = 
| plane3_tailnum = 
| plane3_origin = 
| plane3_stopover = 
| plane3_stopover0 = 
| plane3_stopover1 = 
| plane3_stopover2 = 
| plane3_stopover3 = 
| plane3_stopover4 =
| plane3_stopover5 =
| plane3_laststopover = 
| plane3_destination = 
| plane3_passengers = 
| plane3_crew = 
| plane3_injuries = 
| plane3_fatalities = 
| plane3_missing =
| plane3_survivors = 
}}

Parameters

Required parameters in bold. Alternative names for use when only one aircraft involved are shown in italics.

Parameter / alternate Explanation
name Occurrence's commonly-known name (defaults to {{LINKED:PAGENAME}}).
occurrence_type "Accident", "Hijacking" or (default) "Occurrence". Few notable occurrences are classified as "incidents"; see Aviation accidents and incidents.
image Picture of the accident or incident or its aftermath, or, if involving a single aircraft, that aircraft. If a free image of the actual aircraft is not available then an aircraft of the same type can be used, be aware that aircraft in other operators markings may be misleading and focus on an operator not related to the accident. Representations or computer generated images should not be used. Please consider searching Wikimedia Commons which has an extensive library of aircraft images, many of which are categorised and searchable by aircraft registration.
alt Alt text for image.
caption Caption for image.
date Date on which accident or incident occurred. Use {{start date}}.
summary Brief factual summary of the occurrence.
site accident or incident's location (e.g. placename, nearest city/town, country).
coordinates accident or incident's site coordinates. For coordinates, use {{coord}} with display=inline,title. Please do not be overly precise.
total_injuries (Two/three-aircraft occurrences) Total number of people injured in the accident or incident. Add in brackets if any of this number were people other than crew or passengers, or if it was everyone involved (e.g. "123 (4 on ground)", "123 (all)").
total_fatalities (Two/three-aircraft occurrences) Total number of people killed in the accident or incident. As above, add in brackets if any of this number were other than crew or passengers, or if everyone involved died.
total_survivors (Two/three-aircraft occurrences) Total number of people who survived the accident or incident. As above, add in brackets if any of this number were people other than crew or passengers, or if everyone involved survived.
plane1_image If more than one aircraft involved, a picture of the first aircraft.
plane1_alt Alt text for image.
plane1_caption Caption for image.
plane1_type / aircraft_type (First) aircraft's type (e.g. Boeing 747).
plane1_name / aircraft_name (First) aircraft's name (e.g. Atlantic Clipper).
plane1_operator / operator Name of the airline or company operating the (first) aircraft.
plane1_tailnum / tail_number (First) aircraft's tail number (registration).
plane1_origin / origin Origin of (first) aircraft's flight (airport/airfield, city/town, country).
plane1_stopover / stopover (First) aircraft's stopover location, if it made only one stopover.
plane1_stopover0 / stopover0 (First) aircraft's first stopover location.
plane1_stopover1 / stopover1 (First) aircraft's second stopover location.
plane1_stopover2 / stopover2 (First) aircraft's third stopover location.
plane1_stopover3 / stopover3 (First) aircraft's fourth stopover location.
plane1_laststopover / last_stopover (First) aircraft's last stopover location.
plane1_destination / destination (First) aircraft's destination (airport/airfield, city/town, country).
plane1_passengers / passengers Number of passengers onboard (first) aircraft.
plane1_crew / crew Number of crew onboard (first) aircraft.
plane1_injuries / injuries If a single-plane occurrence, the total number of injuries caused by the occurrence; add in brackets if any of this number were people other than crew or passengers, or if it was everyone involved (e.g. "123 (4 on ground)", "123 (all)"). Otherwise, for a two/three-aircraft occurrence, the number of people injured onboard the first aircraft.
plane1_fatalities / fatalities If a single-plane accident or incident, the total number of deaths caused by the accident or incident; as above, add in brackets if any of these people were other than crew or passengers, or if everyone involved died. Otherwise, for a two/three-aircraft occurrence, the number of people killed onboard the first aircraft.
plane1_missing / missing people If a single-plane accident or incident, the total number of people missing in the accident or incident; as above, add in brackets if any of these people were other than crew or passengers, or if everyone involved is missing. Otherwise, for a two/three-aircraft occurrence, the number of people missing from the first aircraft.
plane1_survivors / survivors Number of people involved who survived. If a single-plane accident or incident, add in brackets (as above) if any of these people were other than crew or passengers, or if everyone involved survived. Otherwise, for a two/three-aircraft occurrence, the number of people onboard the first aircraft who survived.
The parameters for a second and third aircraft involved in the accident or incident (i.e. plane2_* and plane3_*) follow the same pattern, but without the alternate names.

Examples

One aircraft

Pan Am Flight 103
Occurrence summary
DateDecember 21, 1988 (1988-12-21)
SummaryTerrorist bombing; aircraft disintegrated
SiteLockerbie, Scotland
Passengers243
Crew16
Injuries (non-fatal)0
Fatalities270 (including 11 on ground)
Missing0
Survivors0
Aircraft typeBoeing 747-121
OperatorPan American World Airways
RegistrationN739PA
Flight originLondon
DestinationNew York
{{Infobox aircraft occurrence
| name = Pan Am Flight 103
| date = {{start date|1988|12|21}}
| summary = Terrorist bombing; aircraft disintegrated
| occurrence_type = Occurrence
| site = [[Lockerbie]], Scotland
| origin = [[London]]
| destination = [[New York]]
| passengers = 243
| crew = 16
| injuries = 0
| fatalities = 270 (including 11 on ground)
| missing = 0
| survivors = 0
| aircraft_type = [[Boeing 747#747-100|Boeing 747-121]]
| operator = [[Pan American World Airways]]
| tail_number = N739PA
}}

Two or three aircraft

Pacific Southwest Airlines Flight 182
Accident summary
DateSeptember 25, 1978 (1978-09-25)
SummaryMid-air collision
SiteSan Diego, California
Total injuries (non-fatal)9 (on ground)
Total fatalities144 (7 on ground)
Total survivors9 (on ground)
First aircraft
TypeBoeing 727-214
OperatorPacific Southwest Airlines
RegistrationN533PS
Flight originSacramento Int' Airport
StopoverLos Angeles Int'l Airport
DestinationSan Diego Int'l Airport
Passengers128
Crew7
Fatalities135 (all)
Second aircraft
TypeCessna 172
OperatorGibbs Flite Center, Inc.
RegistrationN7711G
Flight originMontgomery Field
San Diego, California
Crew2
Survivors0
{{Infobox aircraft occurrence
| name = Pacific Southwest Airlines Flight 182
| date = {{start date|1978|09|25}}
| summary = [[Mid-air collision]]
| occurrence_type = Accident
| site = [[San Diego, California]]
| total_injuries = 9 (on ground)
| total_fatalities = 144 (7 on ground)
| total_survivors = 9 (on ground)
| plane1_type = [[Boeing 727|Boeing 727-214]] 
| plane1_operator = [[Pacific Southwest Airlines]]
| plane1_tailnum = N533PS
| plane1_origin = [[Sacramento International Airport|Sacramento Int' Airport]]
| plane1_stopover = [[Los Angeles International Airport|Los Angeles Int'l Airport]]
| plane1_destination = [[San Diego International Airport|San Diego Int'l Airport]]
| plane1_passengers = 128
| plane1_crew = 7
| plane1_fatalities = 135 (all)
| plane1_missing = 0
| plane2_type = [[Cessna 172]]
| plane2_operator = {{nowrap|Gibbs Flite Center, Inc.}}
| plane2_tailnum = N7711G
| plane2_origin = [[Montgomery Field]]<br/>[[San Diego, California]]
| plane2_crew = 2
| plane2_survivors = 0
}}

Incident

Air Canada Flight 143
Incident summary
Date23 July 1983 (1983-07-23)
SummaryEmergency landing following fuel exhaustion
Siteover Quebec, Ontario and Manitoba, Canada
Passengers61
Crew8
Injuries (non-fatal)10
Fatalities0
Missing0
Survivors69 (all)
Aircraft typeBoeing 767-233
OperatorAir Canada
RegistrationC-GAUN
Flight originMontreal-Dorval International Airport
StopoverOttawa Macdonald-Cartier International Airport
DestinationEdmonton International Airport
{{Infobox aircraft occurrence
| name = Air Canada Flight 143
| occurrence_type = Incident
| image = 
| alt = Passenger jet flying downward at about a 20 degree angle.
| caption = [[Computer graphics|CG]] rendering of Air Canada Flight 143 starting to perform a [[forward slip]].
| date = {{start date|1983|07|23|df=y}}
| summary = Emergency landing following [[Fuel starvation|fuel exhaustion]]
| site = over [[Quebec]], [[Ontario]] and [[Manitoba]], Canada
| passengers = 61
| crew = 8
| aircraft_type = [[Boeing 767|Boeing 767-233]]
| operator = [[Air Canada]]
| tail_number = C-GAUN
| origin = [[Montreal-Pierre Elliott Trudeau International Airport|Montreal-Dorval International Airport]]
| stopover = [[Ottawa Macdonald-Cartier International Airport]]
| destination = [[Edmonton International Airport]]
| injuries = 10
| fatalities = 0
| missing = 0
| survivors = 69 (all)
}}

Microformats

The HTML markup produced by this template includes an hCard microformat, which makes the place-name and location parsable by computers, either acting automatically to catalogue articles across Wikipedia, or via a browser tool operated by a person, to (for example) add the subject to an address book. Within the hCard is a Geo microformat, which additionally makes the coordinates (latitude & longitude) parsable, so that they can be, say, looked up on a map, or downloaded to a GPS unit. For more information about the use of microformats on Wikipedia, please see the microformat project.

Sub-templates

If the place or venue has "established", "founded", "opened" or similar dates, use {{start date}} for the earliest of those dates unless the date is before 1583 CE.

If it has a URL, use {{URL}}.

Please do not remove instances of these sub-templates.

Classes

hCard uses HTML classes including:

  • adr
  • agent
  • category
  • county-name
  • extended-address
  • fn
  • label
  • locality
  • nickname
  • note
  • org
  • region
  • street-address
  • uid
  • url
  • vcard

Geo is produced by calling {{coord}}, and uses HTML classes:

  • geo
  • latitude
  • longitude

Please do not rename or remove these classes nor collapse nested elements which use them.

Precision

When giving coordinates, please use an appropriate level of precision. Do not use {{coord}}'s |name= parameter. The HTML mark-up produced by this template includes an hCalendar microformat that makes event details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.

Classes used

The HTML classes of this microformat include:

  • attendee
  • contact
  • description
  • dtend
  • dtstart
  • location
  • organiser
  • summary
  • url
  • vevent
Please do not rename or remove these classes
nor collapse nested elements which use them.

nl:Sjabloon:Infobox vliegramp ro:Format:Infocaseta incident aviatic ja:Template:Infobox aircraft occurrence

Buy Phones on Credit.

More Deals
Feedback