Template:Infobox Ride: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 1:
__NOTOC__
<onlyinclude>
{| style="background-color:#FFF; width:323px; margin: 0 0 0.5em 1em; border:1px solid silver; float:right; font-size:90%; text-align:left;" cellpadding="5" cellspacing="3" align="right"
! colspan="2" style="font-size:120%; text-align:center; background-color:#5D9" | {{{title|{{PAGENAME}}}}}
|-
! colspan="2" | [[File:{{{pic|Wiki.png}}}|center|225px]]
|-
{{#if: {{{pic|}}}|
{{!}}
colspan="2"
{{!}}
[[File:{{{pic}}}|250px|]]
 
<!--
|-
{{#if: {{{pic|}}}|
{{!}}
valign="top" ! style="background-color:#5D9;" | colspan="2" | [[File:{{{pic|Wiki.png}}}|center|250px]]
{{!}}
[[File:{{{pic|Wiki.png}}}|center|250px]]
-->
|
}}
|-
{{#if: {{{RCT1|}}}|
Line 150 ⟶ 131:
{{!}}
[[File:{{{dwnld}}}.td4]]
|
}}
|- valign="top" ! style="background-color:#5D9;"
{{#if: {{{note|}}}|
{{!}}
'''[[Note]]'''
{{!}}
{{{note|No information}}}
|
}}
Line 174 ⟶ 147:
|__NOTOC__
|}
 
</onlyinclude>
<noinclude>
==How to Use==
Line 189 ⟶ 162:
}}
</pre>
Will look like:
{{Infobox Ride
|RCT1=Log Flume RCT1 Icon.jpg
|RCT2=Log Flume RCT1 Icon.jpg
|type=Water Ride
|descr=Log cars move slowly along the water channel, until <br> they plummet down long drops; guests will get wet.
|cost=1,320+
|size=Medium - Large (variable)
|game=[[RollerCoaster Tycoon]], [[RollerCoaster Tycoon 2]], <br> [[RollerCoaster Tycoon 3]]
}}
 
==Parameters==
*''title''
*''pic''
*''pic'' = Picture; File name of snapshot
*''type'' = Attraction Type
*''descr'' = Short description
*''cost''
*''cost'' = Construction Price on flat land. This template will add it to <u>~$</u>
*''size''
*''size'' = Width x Depth required footprint to build
*''game''
*''game'' = RCT1, RCT2, RCT2(1), RCT2(2), RCT2(3), RCT2(4), RCT2(5), RCT2(6), RCT3, RCTW, RCT3D or RCT4M. Please link with full game name.
When used on user pages to describe user built attractions
these description=values pairs are also available;
*''intens'' = Base Intensity
*''naus'' = Nausea
*''height'' = Height
*''rate'' = Base Rating
*''dwnld'' = Download; File name of TRACK, this template will wrap it as <u>File:TRACK.td4</u>
*''note'' = Usage note; such as ''Needs a WxDxH trench of 1x4x2 in center to fit most landscapes''
'''Base''' values = Flat land, no decoration or nearby attractions (intertwined pairs allowed.) This is the standard construction '''base''' of user built attraction values to establish a common baseline for comparison.
[[Category:Infobox wiki templates]]
 
==How to Use==
Example: UserCoaster
<pre>
{{Infobox Ride
|title=UserCoaster
|pic=Antares.jpg
|type=[[Wooden Roller Coaster]], loop unlocked
|descr=Compact woody with "ride-through-loop" thrill & versatile elevated station
|cost=9,903
|size=7x23
|game=[[RollerCoaster Tycoon]], [[Corkscrew Follies]], <br/> [[Loopy Landscapes]]
|excit=7.20
|intens=7.44
|naus=3.31
|height=12
|rate=Not Rated
|dwnld=Antares
|note=1x6x2 trench can lower height and construction cost,
}}
</pre>
Will look like:
{{Infobox Ride
|title=UserCoaster
|pic=Antares.jpg
|type=[[Wooden Roller Coaster]], loop unlocked
|descr=Compact woody with "ride-through-loop" thrill & versatile elevated station
|cost=9,903
|size=7x23
|game=[[RollerCoaster Tycoon]], [[Corkscrew Follies]], <br/> [[Loopy Landscapes]]
|excit=7.20
|intens=7.44
|naus=3.31
|height=12
|rate=Not Rated
|dwnld=Antares
|note=1x6x2 trench can lower height and construction cost,
}}
</noinclude>