Template:Infobox ride/doc

From Olentangy Park Wiki
Jump to navigation Jump to search

Use

Use this template for the infobox on ride pages.

name - Name of the ride

image - A representational image for the ride

othernames - List of other names for the ride, separated with <br />

type - Type of ride from the list below, separated with <br />

Type list:

  • Dark Ride
  • Roller Coaster
  • Rotating Ride
  • Track Ride
  • Water Ride
  • Other
  • Unknown

section - Park section(s) the ride was located, separated with <br />

built - The year the ride was built

opened - The year the ride opened for the public

closed - The final year the ride was open for the public

fires - List of years of instances of fire damage, separated with <br />

manufacturer - The manufacturer of the ride

designer - The designer of the ride

architect - The architect of the ride

model - The model(s) if there are names for them, separated with <br />

materials - The material(s) the ride is made from, separated with <br />

length - Length in feet, acres, yards, or miles. Conversion to meters and kilometers is optional.

width - Width in feet, acres, yards, or miles. Conversion to meters and kilometers is optional.

height - Height in feet. Conversion to meters is optional. For the number of stories, use numstories.

sitearea - The ride's site area in feet, acres, yards, or miles. Conversion to meters and kilometers is optional.

vehicletype - The type of vehicle the passengers sit in

numvehicles - The number of vehicles on or in the ride

numriders - The number of riders per vehicle

inversions - The number of times the riders go upside down

cost - The cost to build the ride

replaced - What the ride replaced

replacedby - What replaced the ride

Example

Ride Name
Other Name(s) Alt Ride Name 1<br />Alt Ride Name 2
Type Other
Park Section South
Built 1908
Opened 1908
Closed 1913
Fires 1911
Manufacturer John Smith Co.
Designer Jane Doe
Architect John Roe
Model The Loops 3000
Length 60 feet (18.3 meters)
Width 50 feet (15.24 meters)
Height 40 feet (12.2 meters)
Site Area 70 by 60 feet (21.3 by 18.3 meters)
Cost $123,000
Replaced Past Ride
Replaced By New Attraction

So the following code:

{{ Infobox attraction
| name = Ride Name
| image = Loop-The-Loop Postcard HipPostcard.jpg
| othernames = Alt Ride Name 1
Alt Ride Name 2
| type = Other
| section = South
| built = 1908
| opened = 1908
| closed = 1913
| fires = 1911
| manufacturer = John Smith Co.
| designer = Jane Doe
| architect = John Roe
| model = The Loops 3000
| materials = Steel
| length = 60 feet (18.3 meters)
| width = 50 feet (15.24 meters)
| height = 40 feet (12.2 meters)
| sitearea = 70 by 60 feet (21.3 by 18.3 meters)
| vehicletype = cars
| numvehicles = 1
| numriders = 4
| inversions = 1
| cost = $123,000
| replaced = Past Ride
| replacedby = New Attraction
}}

Looks like the panel on the right.

Copyable Code

{{ Infobox ride
| name =
| image =
| othernames =
| type =
| built =
| opened =
| closed =
| fires =
| manufacturer =
| designer =
| architect =
| model =
| materials =
| length =
| width =
| height =
| sitearea =
| vehicletype =
| numvehicles =
| numriders =
| inversions =
| cost =
| replaced =
| replacedby =
}}