Template:InfoBoxTest: 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>
<noinclude>
You will learn later...
This template uses other templates to generate the Ride Info Box.
== Usage ==
<pre>
{{InfoBox |
| name =
| area =
| category =
| type =
| opened =
| replaced =
| closed =
| replacedby =
| riders =
| dispatch =
| duration =
| photo =
}}
</pre>
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<!-- START of the box. All types have this. -->
{{InfoBoxStart |
{{InfoBoxStart |
| name = {{{name|}}}
| name = {{{name|}}}
| photo = {{{photo|}}}
| photo = {{{photo|}}}
}}
}}
<!-- GENERIC section (used for all but Areas) -->
{{InfoBoxGeneric |
{{InfoBoxGeneric |
| area = {{{area|}}}
| area = {{{area|}}}
Line 16: Line 35:
| replacedby = {{{replacedby|}}}
| replacedby = {{{replacedby|}}}
}}
}}
<!-- RIDE specific section. -->
{{InfoBoxRide |
{{InfoBoxRide |
| riders = {{{riders|}}}
| riders = {{{riders|}}}
Line 21: Line 41:
| duration = {{{duration|}}}
| duration = {{{duration|}}}
}}
}}
<!-- END of the box. All types have this. -->
{{InfoBoxEnd |
{{InfoBoxEnd |
| boxtype = Ride
| boxtype = Ride

Revision as of 16:53, 9 August 2016

This template uses other templates to generate the Ride Info Box.

Usage

{{InfoBox |
| name = 
| area = 
| category = 
| type = 
| opened = 
| replaced = 
| closed = 
| replacedby = 
| riders = 
| dispatch = 
| duration = 
| photo = 
}}