Template:InfoBoxTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <!--noinclude>This template generates the various types of Info Boxes. | ||
This template | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{ | {{InfoBoxTest | | ||
| boxtype = (Area, Food and Drink, Game, Show, Shop) | |||
| name = | | name = | ||
| area = | | theme = (AREA ONLY) | ||
| category = | | area = (NOT AREA) | ||
| type = | | category = (NOT AREA) | ||
| type = (NOT AREA) | |||
| opened = | | opened = | ||
| replaced = | | replaced = | ||
| closed = | | closed = | ||
| replacedby = | | replacedby = | ||
| riders = | | riders = (RIDE ONLY) | ||
| dispatch = | | dispatch = (RIDE ONLY) | ||
| duration = | | duration = (RIDE ONLY) | ||
| photo = | | photo = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude><includeonly --> | ||
<includeonly> | <!-- START of InfoBox --> | ||
<!-- START of | {| class="wikitable" style="float:right;" width="300px" | ||
{{ | |+ {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | ||
| | |- | ||
| | | colspan="2" align="center" | | ||
{{#if: {{{photo|}}} | [[Image:{{{photo}}}|300px]] | MISSING PHOTO [[Category: Missing Photo]]}} | |||
|- | |||
! scope="row" {{!}} Name | |||
| {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | |||
|- | |||
<!-- AREA only --> | |||
! scope="row" {{!}} Theme | |||
| {{#if: {{{theme|}}} | {{{theme}}} | INFO NEEDED [[Category: Missing Theme]]}} | |||
|- | |||
<!-- All --> | |||
! scope="row" {{!}} Park Area | |||
| {{#if: {{{area|}}} | [[{{{area}}}]] [[Category: {{{area}}}]] | INFO NEEDED [[Category: Missing Area]]}} | |||
|- | |||
! scope="row" {{!}} Category | |||
| {{#if: {{{category|}}} | {{{category}}} [[Category: {{{category}}}]] | INFO NEEDED [[Category: Missing Category]]}} | |||
|- | |||
! scope="row" {{!}} Type | |||
| {{#if: {{{type|}}} | {{{type}}} [[Category: {{{type}}}]] | INFO NEEDED [[Category: Missing Type]]}} | |||
|- | |||
! scope="row" {{!}} Year Opened | |||
| {{#if: {{{opened|}}} | [[{{{opened}}}]] [[Category: {{{opened}}}]] | DATE NEEDED [[Category: Missing Date]]}} | |||
|- | |||
<!-- Optional --> | |||
{{#if: {{{replaced|}}} | | |||
! scope="row" {{!}} Replaced | |||
{{!}} [[{{{replaced}}}]] | |||
{{!}}- | |||
}} | }} | ||
<!-- | <!-- Optional --> | ||
{{ | {{#if: {{{closed|}}} | | ||
! scope="row" {{!}} Year Closed | |||
{{!}} [[History#{{{closed}}}|{{{closed}}}]] [[Category: {{{closed}}}]] | |||
{{!}}- | |||
| | |||
}} | }} | ||
<!-- | <!-- Optional --> | ||
{{ | {{#if: {{{replacedby|}}} | | ||
! scope="row" {{!}} Replaced By | |||
{{!}} [[{{{replacedby}}}]] | |||
{{!}}- | |||
}} | }} | ||
<!-- | <!-- RIDE only --> | ||
! 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]]}} | |||
| | |- | ||
| colspan="2" align="center" | <small>[[About the {{{boxtype}}} Info Box]]</small> | |||
| | |} | ||
| | |||
</ |
Revision as of 19:22, 9 August 2016
MISSING PHOTO | |
Name | InfoBoxTest |
---|---|
Theme | INFO NEEDED |
Park Area | INFO NEEDED |
Category | INFO NEEDED |
Type | INFO NEEDED |
Year Opened | DATE NEEDED |
Riders | INFO NEEDED |
Dispatch Rate | INFO NEEDED |
Ride Duration | INFO NEEDED |
[[About the {{{boxtype}}} Info Box]] |