Template:RideInfoBox: Difference between revisions

From Adventurelandians - Adventureland Iowa Encyclopedia (Unofficial)
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>This template uses other templates to generate the Ride Info Box.
<includeonly>{{InfoBox |
== Usage ==
| boxtype = Game
<pre>
| name = {{{name|}}}  
{{RideInfoBox |
| name =
| area =
| category =
| type =
| opened =
| replaced =  
| closed =
| replacedby =
| riders =
| dispatch =
| duration =
| photo =
}}
</pre>
</noinclude><includeonly><!-- START of the box. All types have this. -->{{InfoBoxStart |
| name = {{{name|}}}
| photo = {{{photo|}}}
}}
<!-- GENERIC section (used for all but Areas) -->
{{InfoBoxGeneric |
| area = {{{area|}}}
| category = {{{category|}}}
| category = {{{category|}}}
| type = {{{type|}}}
| type = {{{type|}}}
Line 30: Line 8:
| closed = {{{closed|}}}
| closed = {{{closed|}}}
| replacedby = {{{replacedby|}}}
| replacedby = {{{replacedby|}}}
}}
<!-- RIDE specific section. -->
{{InfoBoxRide |
| riders = {{{riders|}}}
| riders = {{{riders|}}}
| dispatch = {{{dispatch|}}}
| dispatch = {{{dispatch|}}}
| duration = {{{duration|}}}
| duration = {{{duration|}}}
}}
| photo = {{{photo|}}}
<!-- END of the box. All types have this. -->
{{InfoBoxEnd |
| boxtype = Ride
}}</includeonly>
}}</includeonly>

Revision as of 01:05, 10 August 2016