Template:Infobox Scenario: Difference between revisions

From RollerCoaster Tycoon Wiki Wiki, the RollerCoaster Tycoon encyclopedia that anyone can edit.
Content added Content deleted
(Umm, let's try this...)
(Port to new infobox structure)
Line 1: Line 1:
<infobox>
{| class="wwuserbox" style="background-color:#FFF; width:250px; margin: 0 0 0.5em 1em; border:1px solid silver; float:right; font-size:85%; text-align:left;" cellpadding="5" cellspacing="3" align="right"
<title source="name"><default>{{PAGENAME}}</default></title>
! colspan="2" style="font-size:110%; text-align:center; background-color:#F99;" | {{{title|{{PAGENAME}}}}}
<header>[[File:{{{pic|Wiki.png}}}|center|225px]]</header>
|-
<data source="theme"><label>'''Theme:'''</label></data>
! colspan="2" | [[File:{{{pic|Wiki.png}}}|center|225px]]
<data source="description"><label>'''Description:'''</label></data>
|- valign="top"
<data source="objective"><label>'''Objective:'''</label></data>
! style="background-color:#F99;" | Theme || {{{theme}}}
<data source="rating"><label>'''Park rating:'''</label></data>
|- valign="top"
<data source="park value"><label>'''Park value:'''</label></data>
! style="background-color:#F99;" | Description || {{{description}}}
<data source="guests"><label>'''Guests in park:'''</label></data>
|- valign="top"
<data>{{#if:{{{admission|}}}|${{{admission}}}|Free}}<label>'''Admission price:'''</label></data>
! style="background-color:#F99;" | Your Objective || {{{objective}}}
<data>{{{start}}}m²<label>'''Starting size:'''</label></data>
|- valign="top"
<data>{{{size}}}m²<label>'''Maximum size:'''</label></data>
! style="background-color:#F99;" | Park Rating || {{{rating}}}
<data>{{#if:{{{price|}}}|${{{price}}}|N/A}}<label>'''Land price:'''</label></data>
|- valign="top"
<data>{{#if:{{{rights|}}}|${{{rights}}}|N/A}}<label>'''Construction rights price:'''</label></data>
! style="background-color:#F99;" | Park Value || ${{{park value}}}
<data source="rides/attractions"><label>'''Park rating:'''</label></data>
|- valign="top"
<data source="staff"><label>'''Staff:'''</label></data>
! style="background-color:#F99;" | Guests in Park || {{{guests}}}
<data>{{#if:{{{cash|}}}|${{{cash}}}|N/A}}<label>'''Initial cash:'''</label></data>
|- valign="top"
<data>{{#if:{{{loan/limit|}}}|${{{loan/limit}}}|N/A}}<label>'''Initial loan (limit):'''</label></data>
! style="background-color:#F99;" | Admission Price || {{#if:{{{admission|}}}|${{{admission}}}|Free}}
<data>{{#if: {{{preceded|}}}|'''[[{{{preceded}}}]]'''|'''None'''}}<label>'''Preceded by:'''</label></data>
|- valign="top"
<data>{{#if: {{{followed|}}}|'''[[{{{followed}}}]]'''|'''None'''}}<label>'''Succeeded by:'''</label></data>
! style="background-color:#F99;" | Starting Size || {{{start}}}m²
</infobox>
|- valign="top"
! style="background-color:#F99;" | Maximum Size || {{{size}}}m²
|- valign="top"
! style="background-color:#F99;" | Land Price || {{#if:{{{price|}}}|${{{price}}}|N/A}}
|- valign="top"
! style="background-color:#F99;" | Construction Rights Price || {{#if:{{{rights|}}}|${{{rights}}}|N/A}}
|- valign="top"
! style="background-color:#F99;" | Number of Rides/Attractions || {{{rides/attractions}}}
|- valign="top"
! style="background-color:#F99;" | Staff || {{{staff}}}
|- valign="top"
! style="background-color:#F99;" | Initial Cash || {{#if:{{{cash|}}}|${{{cash}}}|N/A}}
|- valign="top"
! style="background-color:#F99;" | Initial Loan (Limit) || {{#if:{{{loan/limit|}}}|${{{loan/limit}}}|N/A}}
|- valign="top"
! style="background-color:#F99;" | Game || [[{{{game}}}]]
|- valign="top"
! style="background-color:#F99;" | Preceded by || {{#if: {{{preceded|}}}|'''[[{{{preceded}}}]]'''|'''None'''}}
|- valign="top"
! style="background-color:#F99;" | Succeeded by || {{#if: {{{followed|}}}|'''[[{{{followed}}}]]'''|'''None'''}}
|}
{| class="wwuserbox" cellspacing="0" cellpadding="4" style="clear:right; float:right; margin:0 0 .5em 1em; background: transparent; border-collapse:collapse; font-size:smaller; text-align:center; "
|}


<noinclude>
<noinclude>

Revision as of 16:44, 9 January 2017


How to Use

Example: Forest Frontiers

Feel free to copy paste:

{{Infobox Scenario
| pic = 
| theme = 
| description = 
| objective = 
| rating = 
| park value = 
| guests = 
| admission = 
| start = 
| size = 
| price = 
| rights = 
| rides/attractions = 
| staff = 
| cash = 
| loan/limit = 
| game = 
| preceded = 
| followed = 
}}

Parameters List

  • title (by default the pagename)
  • pic
  • theme
  • description
  • objective
  • rating
  • park value
  • guests
  • admission (leave empty if free)
  • start
  • size
  • price (leave empty if N/A)
  • rights (leave empty if N/A)
  • rides/attractions
  • staff
  • cash
  • loan/limit
  • game
  • preceded (leave empty if none)
  • followed (leave empty if none)