Template:Infobox show: Difference between revisions

From The Kristen Barry Archive
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
<div class="infobox show">
{{Infobox show
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
|title=
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
|image=
<table class="infobox-table">{{#if:{{{artist|}}}|<tr>
|caption=  
    <th>Artist</th>
 
    <td>{{{artist}}}</td>
|Date=
</tr>}}{{#if:{{{poster|}}}|<tr>
|Venue=
    <th>Poster</th>
|Location=
    <td>{{{poster}}}</td>
 
</tr>}}{{#if:{{{date|}}}|<tr>
|Lineup=
    <th>Date</th>
|Tour=
    <td>{{{date}}}</td>
|Festival=
</tr>}}{{#if:{{{venue|}}}|<tr>
|Bands=
    <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>

Revision as of 19:37, 11 June 2025

Template loop detected: Template:Infobox show