Template:InfoBoxTest: Difference between revisions

From Adventurelandians - Adventureland Iowa Encyclopedia (Unofficial)
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
|-
|-
<!-- CHARACTER only -->
{{#ifeq: {{{boxtype}}} | Character |
! scope="row" {{!}} Species
{{!}} {{#if: {{{species|}}} | {{{species}}} | INFO NEEDED [[Category: Missing Species]]}}
{{!}}-
|
<!-- AREA only -->
<!-- AREA only -->
{{#ifeq: {{{boxtype}}} | Area |
{{#ifeq: {{{boxtype}}} | Area |
! scope="row" {{!}} Theme
! scope="row" {{!}} Theme
{{!}} {{#if: {{{theme|}}} | {{{theme}}} | INFO NEEDED [[Category: Missing Theme]]}}
{{!}} {{#if: {{{theme|}}} | {{{theme}}} | INFO NEEDED [[Category: Missing Theme]]}}
{{!}}-
|
<!-- CHARACTER only -->
{{#ifeq: {{{boxtype}}} | Character |
! scope="row" {{!}} Species
{{!}} {{#if: {{{species|}}} | {{{species}}} | INFO NEEDED [[Category: Missing Species]]}}
{{!}}-
{{!}}-
|
|

Revision as of 01:48, 10 August 2016

This template generates the various types of Info Boxes.

Usage

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