Template:Infobox show: Difference between revisions
From The Kristen Barry Archive
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(15 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> | |||
<td>{{{artist}}}</td> | |||
</tr>}}{{#if:{{{poster|}}}|<tr> | |||
<th>Poster</th> | |||
<td>{{{poster}}}</td> | |||
</tr>}}{{#if:{{{date|}}}|<tr> | |||
<th>Date</th> | |||
<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