Template:RideInfoBox: Difference between revisions

From Adventurelandians - Adventureland Iowa Encyclopedia (Unofficial)
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This template uses other templates to generate the Ride Info Box.
<includeonly>{{InfoBox |
== Usage ==
| boxtype = Ride
<pre>
| name = {{{name|}}}  
{{RideInfoBox |
| category = {{{category|}}}
| 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|}}}
| area = {{{area|}}}
| category = {{{category|}}}
| type = {{{type|}}}
| type = {{{type|}}}
| opened = {{{opened|}}}
| opened = {{{opened|}}}
Line 30: Line 9:
| 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. -->
}}</includeonly>
{{InfoBoxEnd |
| boxtype = Ride
}}
</includeonly>

Latest revision as of 16:06, 10 August 2016