Template:Infobox show: Difference between revisions
From The Kristen Barry Archive
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | <div class="infobox show"> | ||
| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
| | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{artist|}}}|<tr> | |||
<th>Artist</th> | |||
|Date | <td>{{{artist}}}</td> | ||
|Venue | </tr>}}{{#if:{{{poster|}}}|<tr> | ||
|Location | <th>Poster</th> | ||
<td>{{{poster}}}</td> | |||
|Lineup | </tr>}}{{#if:{{{date|}}}|<tr> | ||
|Tour | <th>Date</th> | ||
|Festival | <td>{{{date}}}</td> | ||
</tr>}}{{#if:{{{venue|}}}|<tr> | |||
}} | <th>Venue</th> | ||
<td>{{{venue}}}</td> | |||
</tr>}}{{#if:{{{location|}}}|<tr> | |||
<th>Location</th> | |||
<td>{{{location}}}</td> | |||
</tr>}}{{#if:{{{lineup|}}}|<tr> | |||
<th>Lineup</th> | |||
<td>{{{lineup}}}</td> | |||
</tr>}}{{#if:{{{bands|}}}|<tr> | |||
<th>Bands</th> | |||
<td>{{{bands}}}</td> | |||
</tr>}}{{#if:{{{tour|}}}|<tr> | |||
<th>Tour</th> | |||
<td>{{{tour}}}</td> | |||
</tr>}}{{#if:{{{festival|}}}|<tr> | |||
<th>Festival</th> | |||
<td>{{{festival}}}</td> | |||
</tr>}}</table> | |||
</div> |
Latest revision as of 19:42, 11 June 2025
Infobox show