Template:RideInfoBox: Difference between revisions
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. | ||
{{ | == Usage == | ||
| name = | <pre> | ||
| area = | {{InfoBox | | ||
| category = | | name = | ||
| type = | | area = | ||
| opened = | | category = | ||
| type = | |||
| opened = | |||
| replaced = | | replaced = | ||
| closed = | | closed = | ||
Line 15: | Line 17: | ||
| photo = | | photo = | ||
}} | }} | ||
</pre> | |||
</noinclude> | |||
<includeonly> | <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|}}} | ||
{{ | | type = {{{type|}}} | ||
| opened = {{{opened|}}} | |||
| replaced = {{{replaced|}}} | |||
| closed = {{{closed|}}} | |||
| replacedby = {{{replacedby|}}} | |||
}} | }} | ||
<!-- | <!-- RIDE specific section. --> | ||
{{ | {{InfoBoxRide | | ||
| riders = {{{riders|}}} | |||
{{ | | dispatch = {{{dispatch|}}} | ||
{{ | | duration = {{{duration|}}} | ||
}} | |||
<!-- END of the box. All types have this. --> | |||
{{InfoBoxEnd | | |||
| boxtype = Ride | |||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 16:55, 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 = }}