Template:Infobox attraction/doc: Difference between revisions
Added info |
mNo edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | |||
== Use == | == Use == | ||
Use this template for the infobox on attraction pages. | |||
Use this template for attraction pages. | |||
'''name''' - Name of the attraction | '''name''' - Name of the attraction | ||
Line 9: | Line 9: | ||
'''othernames''' - List of other names for the attraction, separated with <nowiki><br /></nowiki> | '''othernames''' - List of other names for the attraction, separated with <nowiki><br /></nowiki> | ||
'''type''' - Type of attraction from the | '''type''' - Type of attraction from the list below, separated with <nowiki><br /></nowiki> | ||
'''section''' - Park section(s), separated with <nowiki><br /></nowiki> | Type list: | ||
* Activity Space | |||
* Animals | |||
* Arcade | |||
* Exhibit | |||
* Fortune Telling | |||
* Funhouse | |||
* Music and Performances | |||
* Sports | |||
* Other | |||
* Unknown | |||
'''section''' - Park section(s) the attraction was located, separated with <nowiki><br /></nowiki> | |||
'''built''' - The year the attraction was built | '''built''' - The year the attraction was built | ||
Line 35: | Line 47: | ||
'''width''' - Width 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''' | '''height''' - Height in feet. Conversion to meters is optional. For the number of stories, use '''numstories'''. | ||
'''sitearea''' - The attraction's site area in feet, acres, yards, or miles. Conversion to meters and kilometers is optional. | '''sitearea''' - The attraction's site area in feet, acres, yards, or miles. Conversion to meters and kilometers is optional. | ||
'''numstories''' - The number of stories of the attraction structure | '''numstories''' - The number of stories of the attraction structure | ||
''' | '''cost''' - The cost to build the attraction | ||
''' | '''replaced''' - What the attraction replaced | ||
'''replacedby''' - What replaced the attraction | |||
== Copyable Code == | == Copyable Code == | ||
<div class="copycode"> | <div class="copycode"> | ||
<nowiki>{{ | <nowiki>{{</nowiki> | ||
</nowiki> | |||
Infobox attraction<br> | Infobox attraction<br> | ||
| name = <br> | | name = <br> | ||
| image = <br> | | image = <br> | ||
| othernames = <br> | | othernames = <br> | ||
Line 105: | Line 88: | ||
</nowiki> | </nowiki> | ||
</div> | </div> | ||
== Example == | |||
{{Infobox attraction | |||
| name = Atrraction Name | |||
| image = 1896-OlentangyPark-CML-Dispatch-18960613-pg5 Baker colorized.jpg | |||
| othernames = Alt Attraction Name 1<br />Alt Attraction Name 2 | |||
| type = Other | |||
| section = South | |||
| built = 1899 | |||
| opened = 1899 | |||
| closed = 1907 | |||
| fires = 1907 | |||
| manufacturer = John Smith Co. | |||
| designer = Jane Doe | |||
| architect = John Roe | |||
| model = Gothic 2700 | |||
| frame = Wood | |||
| length = 60 feet (18.3 meters) | |||
| width = 40 feet (12.2 meters) | |||
| height = 20 feet (6.1 meters) | |||
| sitearea = 70 by 50 feet (21.3 by 15.24 meters) | |||
| numstories = 2 | |||
| cost = $123,000 | |||
| replaced = [[Past Attraction]] | |||
| replacedby = [[New Ride]] | |||
}} | |||
The following code: | |||
<div class="copycode"> | |||
<nowiki>{{</nowiki> | |||
Infobox attraction<br> | |||
| name = Atrraction Name<br> | |||
| image = 1896-OlentangyPark-CML-Dispatch-18960613-pg5 Baker colorized.jpg<br> | |||
| othernames = Alt Attraction Name 1<nowiki><br /></nowiki>Alt Attraction Name 2<br> | |||
| type = Other<br> | |||
| section = South<br> | |||
| built = 1899<br> | |||
| opened = 1899<br> | |||
| closed = 1907<br> | |||
| fires = 1907<br> | |||
| manufacturer = John Smith Co.<br> | |||
| designer = Jane Doe<br> | |||
| architect = John Roe<br> | |||
| model = Gothic 2700<br> | |||
| frame = Wood<br> | |||
| length = 60 feet (18.3 meters)<br> | |||
| width = 40 feet (12.2 meters)<br> | |||
| height = 20 feet (6.1 meters)<br> | |||
| sitearea = 70 by 50 feet (21.3 by 15.24 meters)<br> | |||
| numstories = 2<br> | |||
| cost = $123,000<br> | |||
| replaced = <nowiki>[[</nowiki>Past Attraction<nowiki>]]</nowiki><br> | |||
| replacedby = <nowiki>[[</nowiki>New Ride<nowiki>]]</nowiki><br> | |||
<nowiki>}} | |||
</nowiki> | |||
</div> | |||
Looks like the panel on the right. |
Latest revision as of 19:41, 16 June 2025
Use
Use this template for the infobox on attraction pages.
name - Name of the attraction
image - A representational image for the attraction
othernames - List of other names for the attraction, separated with <br />
type - Type of attraction from the list below, separated with <br />
Type list:
- Activity Space
- Animals
- Arcade
- Exhibit
- Fortune Telling
- Funhouse
- Music and Performances
- Sports
- Other
- Unknown
section - Park section(s) the attraction was located, separated with <br />
built - The year the attraction was built
opened - The year the attraction opened for the public
closed - The final year the attraction was open for the public
fires - List of years of instances of fire damage, separated with <br />
manufacturer - The manufacturer of the attraction
designer - The designer of the attraction
architect - The architect of the attraction
model - The model(s) if there are names for them, separated with <br />
frame - The material(s) the frame of the attraction 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 attraction's site area in feet, acres, yards, or miles. Conversion to meters and kilometers is optional.
numstories - The number of stories of the attraction structure
cost - The cost to build the attraction
replaced - What the attraction replaced
replacedby - What replaced the attraction
Copyable Code
{{
Infobox attraction
| name =
| image =
| othernames =
| type =
| section =
| built =
| opened =
| closed =
| fires =
| manufacturer =
| designer =
| architect =
| model =
| frame =
| length =
| width =
| height =
| sitearea =
| numstories =
| cost =
| replaced =
| replacedby =
}}
Example
Other Name(s) | Alt Attraction Name 1 Alt Attraction Name 2 |
---|---|
Type | Other |
Park Section | South |
Built | 1899 |
Opened | 1899 |
Closed | 1907 |
Fires | 1907 |
Manufacturer | John Smith Co. |
Designer | Jane Doe |
Architect | John Roe |
Model | Gothic 2700 |
Frame | Wood |
Length | 60 feet (18.3 meters) |
Width | 40 feet (12.2 meters) |
Height | 20 feet (6.1 meters) |
Site Area | 70 by 50 feet (21.3 by 15.24 meters) |
Number of Stories | 2 |
Cost | $123,000 |
Replaced | Past Attraction |
Replaced By | New Ride |
The following code:
{{
Infobox attraction
| name = Atrraction Name
| image = 1896-OlentangyPark-CML-Dispatch-18960613-pg5 Baker colorized.jpg
| othernames = Alt Attraction Name 1<br />Alt Attraction Name 2
| type = Other
| section = South
| built = 1899
| opened = 1899
| closed = 1907
| fires = 1907
| manufacturer = John Smith Co.
| designer = Jane Doe
| architect = John Roe
| model = Gothic 2700
| frame = Wood
| length = 60 feet (18.3 meters)
| width = 40 feet (12.2 meters)
| height = 20 feet (6.1 meters)
| sitearea = 70 by 50 feet (21.3 by 15.24 meters)
| numstories = 2
| cost = $123,000
| replaced = [[Past Attraction]]
| replacedby = [[New Ride]]
}}
Looks like the panel on the right.