Template:Infobox attraction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Added cost |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<div class="infobox-image">[[File: {{{image}}}|300px]]</div>}} | <div class="infobox-image">[[File: {{{image}}}|300px]]</div>}} | ||
<table>{{#if: {{{othernames|}}}|<tr> | <table>{{#if: {{{othernames|}}}|<tr> | ||
<th>Other | <th>Other Name(s)</th> | ||
<td>{{{othernames}}}</td> | <td>{{{othernames}}}</td> | ||
</tr>}} | </tr>}} | ||
Line 71: | Line 71: | ||
<th>Number of Stories</th> | <th>Number of Stories</th> | ||
<td>{{{numstories}}}</td> | <td>{{{numstories}}}</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> |