Template:InfoBoxTest: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
< | <noinclude>This template generates the various types of Info Boxes. | ||
== Usage == | == Usage == | ||
<pre> | <pre>{{InfoBoxTest | | ||
{{InfoBoxTest | | | boxtype = (Area, Food and Drink, Game, Ride, Show, Shop) | ||
| boxtype = (Area, Food and Drink, Game, Show, Shop) | | name = (optional, else PAGENAME is used) | ||
| name = | | theme = (AREA ONLY) | ||
| theme = (AREA ONLY) | | area = (NOT AREA) | ||
| area = (NOT AREA) | | category = (NOT AREA) | ||
| category = (NOT AREA) | | type = (NOT AREA) | ||
| type = (NOT AREA) | |||
| opened = | | opened = | ||
| replaced = | | replaced = (optional) | ||
| closed = | | closed = (optional) | ||
| replacedby = | | replacedby = (optional) | ||
| riders = (RIDE ONLY) | | riders = (RIDE ONLY) | ||
| dispatch = (RIDE ONLY) | | dispatch = (RIDE ONLY) | ||
| duration = (RIDE ONLY) | | duration = (RIDE ONLY) | ||
| photo = | | photo = | ||
}} | }}</pre> | ||
</pre> | </noinclude><includeonly><onlyinclude><!-- START of InfoBox --> | ||
</noinclude><includeonly | |||
<!-- START of InfoBox --> | |||
{| class="wikitable" style="float:right;" width="300px" | {| class="wikitable" style="float:right;" width="300px" | ||
|+ {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | |+ {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }} | ||
| Line 82: | Line 79: | ||
<!-- All --> | <!-- 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> | ||
Revision as of 19:54, 9 August 2016
This template generates the various types of Info Boxes.
Usage
{{InfoBoxTest |
| boxtype = (Area, Food and Drink, Game, Ride, Show, Shop)
| name = (optional, else PAGENAME is used)
| 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 =
}}