|
|
(5 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <!-- Conditional Show Info Box table template --> | | <includeonly>{{InfoBox | |
| <!-- Usage:
| | | boxtype = Show |
| {{ ShowInfoBox | | | | name = {{{name|}}} |
| | name = {{PAGENAME}} | | | category = {{{category|}}} |
| | area = | | | type = {{{type|}}} |
| | category = Stage / Street
| | | area = {{{area|}}} |
| | type = Magic / Juggling / Music / Variety
| | | opened = {{{opened|}}} |
| | opened =
| | | replaced = {{{replaced|}}} |
| | replaced =
| | | closed = {{{closed|}}} |
| | closed =
| | | replacedby = {{{replacedby|}}} |
| | replaced by =
| | | photo = {{{photo|}}} |
| | photo =
| | }}</includeonly> |
| }}
| |
| -->
| |
| {| class="wikitable" style="float:right;"
| |
| |+ {{#if: {{{name|}}} | {{{name}}} | MISSING NAME }}
| |
| |- | |
| | colspan="2" align="center" {{!}}
| |
| {{#if: {{{photo|}}} | [[Image:{{{photo}}}|300px]]] | MISSING PHOTO [[Category: Missing Photo]]}} | |
| |- | |
| ! scope="row" {{!}} Name
| |
| | {{#if: {{{name|}}} | {{{name}}} | MISSING NAME [[Category: Missing Name]]}}
| |
| |- | |
| ! 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
| |
| {{!}} {{{closed}}} [[Category: {{{closed}}}]] | |
| {{!}}-
| |
| }}
| |
| <!-- Optional -->
| |
| {{#if: {{{replacedby|}}} |
| |
| ! scope="row" {{!}} Replaced By
| |
| {{!}} [[{{{replacedby}}}]]
| |
| {{!}}-
| |
| }}
| |
| | colspan="2" align="center" | <small>[[About the Show Info Box]]</small>
| |
| |}
| |