Template:InfoBox: Difference between revisions

From Adventurelandians - Adventureland Iowa Encyclopedia (Unofficial)
Jump to navigation Jump to search
No edit summary
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Conditional Generic Info Box table template, used for Food, Games, Shops and Shows -->
<noinclude>This template generates the various types of Info Boxes.
<!-- Usage:
== Usage ==
| boxtype = Food and Drink, Game, Shop or Show
<pre>{{InfoBox |
| name = {{PAGENAME}}
| boxtype =   (Area, Character, Food and Drink, Game, Ride, Show, Shop)
| area =
| name =       (optional, else PAGENAME is used)
| category =  
| theme =     (AREA ONLY)
| type =  
| category =   (NOT AREA)
| opened =
| type =       (NOT AREA)
| replaced =  
| area =      (NOT AREA)
| closed =  
| opened =  
| replacedby =  
| replaced =   (optional)
| closed =     (optional)
| replacedby = (optional)
| riders =    (RIDE ONLY)
| dispatch =  (RIDE ONLY)
| duration =  (RIDE ONLY)
| photo =  
| photo =  
}}
}}</pre>
-->
</noinclude><includeonly><onlyinclude><!-- START of InfoBox -->
{| class="wikitable" style="float:right;"
{| class="wikitable" style="float:right;" width="300px"
|+ {{#if: {{{name|}}} | {{{name}}} | MISSING NAME }}
|+ {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
|-
|-
| colspan="2" align="center" |
| colspan="2" align="center" |
Line 20: Line 25:
|-
|-
! scope="row" {{!}} Name
! scope="row" {{!}} Name
| {{#if: {{{name|}}} | {{{name}}} | MISSING NAME }}
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
|-
{{!}}-
! scope="row" {{!}} Park Area
<!-- if AREA -->
| {{#if: {{{area|}}} | {{{area}}} [[Category: {{{area}}}]] | INFO NEEDED [[Category: Missing Area]]}}
{{#ifeq: {{{boxtype}}} | Area |
|-
! scope="row" {{!}} Theme
{{!}} {{#if: {{{theme|}}} | {{{theme}}} | INFO NEEDED [[Category: Missing Theme]]}}
{{!}}-
| <!-- else NOT AREA -->
!  scope="row" {{!}} Category
!  scope="row" {{!}} Category
| {{#if: {{{category|}}} | {{{category}}} [[Category: {{{category}}}]] | INFO NEEDED [[Category: Missing Category]]}}
{{!}} {{#if: {{{category|}}} | {{{category}}} [[Category: {{{category}}}]] | INFO NEEDED [[Category: Missing Category]]}}
|-
{{!}}-
! scope="row" {{!}} Type
! scope="row" {{!}} Type
| {{#if: {{{type|}}} | {{{type}}} [[Category: {{{type}}}]] | INFO NEEDED [[Category: Missing Type]]}}
{{!}} {{#if: {{{type|}}} | {{{type}}} [[Category: {{{type}}}]] | INFO NEEDED [[Category: Missing Type]]}}
|-
{{!}}-
! scope="row" {{!}} Year Opened
}} <!-- end NOT AREA -->
| {{#if: {{{opened|}}} | {{{opened}}} [[Category: {{{opened}}}]] | DATE NEEDED [[Category: Missing Date]]}}
<!-- if CHARACTER -->
|-
{{#ifeq: {{{boxtype}}} | Character |
<!-- nothing for CHARACTER -->
| <!-- else NOT CHARACTER -->
{{#ifeq: {{{boxtype}}} | Area |
<!-- nothing for AREA -->
|
! scope="row" {{!}} Park Area
{{!}} {{#if: {{{area|}}} | [[{{{area}}}]] [[Category: {{{area}}}]] | INFO NEEDED [[Category: Missing Area]]}}
{{!}}-
}}
! scope="row" {{!}} First Year
{{!}} {{#if: {{{opened|}}} | [[{{{opened}}}]] [[Category: {{{opened}}}]] | DATE NEEDED [[Category: Missing Date]]}}
{{!}}-
<!-- Optional -->
<!-- Optional -->
{{#if: {{{replaced|}}} |
{{#if: {{{replaced|}}} |
Line 42: Line 62:
<!-- Optional -->
<!-- Optional -->
{{#if: {{{closed|}}} |
{{#if: {{{closed|}}} |
! scope="row" {{!}} Year Closed
! scope="row" {{!}} Final Year
{{!}} {{{closed}}} [[Category: {{{closed}}}]]
{{!}} [[History#{{{closed}}}|{{{closed}}}]] [[Category: {{{closed}}}]]
{{!}}-
{{!}}-
}}
}}
Line 52: Line 72:
{{!}}-
{{!}}-
}}
}}
<!-- if RIDE -->
{{#ifeq: {{{boxtype}}} | Ride |
! scope="row" {{!}} Riders
{{!}} {{#if: {{{riders|}}} | {{{riders}}} | INFO NEEDED [[Category: Missing Riders]]}}
{{!}}-
! scope="row" {{!}} Dispatch Rate
{{!}} {{#if: {{{dispatch|}}} | {{{dispatch}}} | INFO NEEDED [[Category: Missing Dispatch]]}}
{{!}}-
! scope="row" {{!}} Ride Duration
{{!}} {{#if: {{{duration|}}} | {{{duration}}} | INFO NEEDED [[Category: Missing Duration]]}}
{{!}}-
}} <!-- end of RIDE -->
}} <!-- end of NOT CHARACTER -->
<!-- All -->
| colspan="2" align="center" | <small>[[About the {{{boxtype}}} Info Box]]</small>
| colspan="2" align="center" | <small>[[About the {{{boxtype}}} Info Box]]</small>
|}
|}
</includeonly></onlyinclude>

Latest revision as of 18:55, 11 August 2016

This template generates the various types of Info Boxes.

Usage

{{InfoBox |
| boxtype =    (Area, Character, Food and Drink, Game, Ride, Show, Shop)
| name =       (optional, else PAGENAME is used)
| theme =      (AREA ONLY)
| category =   (NOT AREA)
| type =       (NOT AREA)
| area =       (NOT AREA)
| opened = 
| replaced =   (optional)
| closed =     (optional)
| replacedby = (optional)
| riders =     (RIDE ONLY)
| dispatch =   (RIDE ONLY) 
| duration =   (RIDE ONLY)
| photo = 
}}