Template:Infobox season: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary Tag: Manual revert |
||
| (12 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> | ||
<th>New Attractions</th> | <th>New Attractions</th> | ||
<td>{{{newattractions}}}</td> | <td>{{{newattractions}}}</td> | ||
</tr>}} | |||
{{#if:{{{theatermanager|}}}|<tr> | |||
<th>Theater Manager</th> | |||
<td>{{{theatermanager}}}</td> | |||
</tr>}} | </tr>}} | ||
{{#if:{{{stockcompany|}}}|<tr> | {{#if:{{{stockcompany|}}}|<tr> | ||
<th>Stock Company</th> | <th>Stock Company</th> | ||
<td>{{{stockcompany}}}</td> | <td>{{{stockcompany}}}</td> | ||
</tr>}} | |||
{{#if:{{{stockmanager|}}}|<tr> | |||
<th>Stock Manager</th> | |||
<td>{{{stockmanager}}}</td> | |||
</tr>}} | </tr>}} | ||
{{#if:{{{band|}}}|<tr> | {{#if:{{{band|}}}|<tr> | ||
<th>Band(s)</th> | <th>Band(s)</th> | ||
<td>{{{band}}}</td> | <td>{{{band}}}</td> | ||
</tr>}} | |||
{{#if:{{{size|}}}|<tr> | |||
<th>Park Size</th> | |||
<td>{{{size}}}</td> | |||
</tr>}} | |||
{{#if:{{{tagline|}}}|<tr> | |||
<th>Tagline</th> | |||
<td>{{{tagline}}}</td> | |||
</tr>}} | </tr>}} | ||
</table> | </table> | ||
</div> | </div> | ||