Template:Infobox season: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary Tag: Manual revert |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox" style="width: 400px;"> | <div class="infobox" style="width: 400px;"> | ||
<div class="infobox-title">{{#if: {{{year|}}}|<tr> | <div class="infobox-title">{{#if: {{{year|}}}|<tr> | ||
<td>{{{year}}}</td> | <td>{{{year}}} Season</td> | ||
</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: {{{season|}}}|<tr> | <table>{{#if: {{{management|}}}|<tr> | ||
<th>Leadership</th> | |||
<td>{{{management}}}</td> | |||
</tr>}} | |||
{{#if:{{{preseason|}}}|<tr> | |||
<th>Pre-season</th> | |||
<td>{{{preseason}}}</td> | |||
</tr>}} | |||
{{#if:{{{season|}}}|<tr> | |||
<th>Season</th> | <th>Season</th> | ||
<td>{{{season}}}</td> | <td>{{{season}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if: {{{ | {{#if:{{{postseason|}}}|<tr> | ||
<th> | <th>Post-season</th> | ||
<td>{{{ | <td>{{{postseason}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{ | {{#if:{{{theaterdates|}}}|<tr> | ||
<th> | <th>Theater Open</th> | ||
<td>{{{ | <td>{{{theaterdates}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{newattractions|}}}|<tr> | {{#if:{{{newattractions|}}}|<tr> | ||
| Line 43: | Line 47: | ||
<th>Park Size</th> | <th>Park Size</th> | ||
<td>{{{size}}}</td> | <td>{{{size}}}</td> | ||
</tr>}} | |||
{{#if:{{{tagline|}}}|<tr> | |||
<th>Tagline</th> | |||
<td>{{{tagline}}}</td> | |||
</tr>}} | </tr>}} | ||
</table> | </table> | ||
</div> | </div> | ||