Template:Infobox ride: Difference between revisions
Jump to navigation
Jump to search
Created ride infobox template |
Added cost |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{ | <div class="infobox-title">{{#if: {{{name|}}}|<tr> | ||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | <td>{{{name}}}</td> | ||
<table>{{#if:{{{type|}}}|<tr> | </tr>}}</div>{{#if: {{{image|}}}| | ||
<div class="infobox-image">[[File: {{{image}}}|300px]]</div>}} | |||
<table>{{#if: {{{othernames|}}}|<tr> | |||
<th>Other Name(s)</th> | |||
<td>{{{othernames}}}</td> | |||
</tr>}} | |||
{{#if: {{{type|}}}|<tr> | |||
<th>Type</th> | <th>Type</th> | ||
<td>{{{type}}}</td> | <td>{{{type}}}</td> | ||
</tr>}} | |||
{{#if:{{{section|}}}|<tr> | |||
<th>Park Section</th> | |||
<td>{{{section}}}</td> | |||
</tr>}} | </tr>}} | ||
{{#if:{{{built|}}}|<tr> | {{#if:{{{built|}}}|<tr> | ||
Line 29: | Line 39: | ||
<th>Designer</th> | <th>Designer</th> | ||
<td>{{{designer}}}</td> | <td>{{{designer}}}</td> | ||
</tr>}} | |||
{{#if:{{{architect|}}}|<tr> | |||
<th>Architect</th> | |||
<td>{{{architect}}}</td> | |||
</tr>}} | </tr>}} | ||
{{#if:{{{model|}}}|<tr> | {{#if:{{{model|}}}|<tr> | ||
Line 53: | Line 67: | ||
<th>Site Area</th> | <th>Site Area</th> | ||
<td>{{{sitearea}}}</td> | <td>{{{sitearea}}}</td> | ||
</tr>}} | |||
{{#if:{{{speed|}}}|<tr> | |||
<th>Speed</th> | |||
<td>{{{speed}}}</td> | |||
</tr>}} | </tr>}} | ||
{{#if:{{{vehicletype|}}}|<tr> | {{#if:{{{vehicletype|}}}|<tr> | ||
Line 62: | Line 80: | ||
<td>{{{numvehicles}}}</td> | <td>{{{numvehicles}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{numriders|}}}|<tr> | ||
<th>Riders per Vehicle</th> | <th>Riders per Vehicle</th> | ||
<td>{{{ | <td>{{{numriders}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{inversions|}}}|<tr> | {{#if:{{{inversions|}}}|<tr> | ||
<th>Inversions</th> | <th>Inversions</th> | ||
<td>{{{inversions}}}</td> | <td>{{{inversions}}}</td> | ||
</tr>}} | |||
{{#if:{{{cost|}}}|<tr> | |||
<th>Cost</th> | |||
<td>{{{cost}}}</td> | |||
</tr>}} | |||
{{#if:{{{replaced|}}}|<tr> | |||
<th>Replaced</th> | |||
<td>{{{replaced}}}</td> | |||
</tr>}} | |||
{{#if:{{{replacedby|}}}|<tr> | |||
<th>Replaced By</th> | |||
<td>{{{replacedby}}}</td> | |||
</tr>}} | </tr>}} | ||
</table> | </table> | ||
</div> | </div> |