Template:Infobox ride: Difference between revisions
Jump to navigation
Jump to search
Added speed field |
Added cost |
||
(6 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
</tr>}}</div>{{#if: {{{image|}}}| | </tr>}}</div>{{#if: {{{image|}}}| | ||
<div class="infobox-image">[[File: {{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File: {{{image}}}|300px]]</div>}} | ||
<table>{{#if: {{{ | <table>{{#if: {{{othernames|}}}|<tr> | ||
<th>Other | <th>Other Name(s)</th> | ||
<td>{{{ | <td>{{{othernames}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if: {{{type|}}}|<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 83: | Line 87: | ||
<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> |