Template:Infobox show: Difference between revisions

From The Kristen Barry Archive
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
<div class="infobox show">
{{Infobox show
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
|name        = Infobox show/doc
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
|bodystyle    =
<table class="infobox-table">{{#if:{{{artist|}}}|<tr>
 
    <th>Artist</th>
|titlestyle  =
    <td>{{{artist}}}</td>
|abovestyle  = background: #cfc;
</tr>}}{{#if:{{{poster|}}}|<tr>
|subheaderstyle =
    <th>Poster</th>
|title        = Infobox show
    <td>{{{poster}}}</td>
|above        = Live Performance
</tr>}}{{#if:{{{date|}}}|<tr>
|subheader    =
    <th>Date</th>
 
    <td>{{{date}}}</td>
|imagestyle  =
</tr>}}{{#if:{{{venue|}}}|<tr>
|captionstyle =
    <th>Venue</th>
|image        =
    <td>{{{venue}}}</td>
|caption      =
</tr>}}{{#if:{{{location|}}}|<tr>
 
    <th>Location</th>
|headerstyle  = background: #ccf;
    <td>{{{location}}}</td>
|labelstyle  = background: #ddf;
</tr>}}{{#if:{{{lineup|}}}|<tr>
|datastyle    =
    <th>Lineup</th>
 
    <td>{{{lineup}}}</td>
|Date   = Header defined alone
</tr>}}{{#if:{{{bands|}}}|<tr>
| label1 =
    <th>Bands</th>
| data1 =
    <td>{{{bands}}}</td>
|Venue   =
</tr>}}{{#if:{{{tour|}}}|<tr>
| label2 = Label defined alone does not display (needs data, or is suppressed)
    <th>Tour</th>
| data2 =
    <td>{{{tour}}}</td>
|Location =
</tr>}}{{#if:{{{festival|}}}|<tr>
| label3 =
    <th>Festival</th>
| data3 = Data defined alone
    <td>{{{festival}}}</td>
|Bands   = All three defined (header, label, data, all with same number)
</tr>}}</table>
| label4 = does not display (same number as a header)
</div>
| data4 = does not display (same number as a header)
|Tour   =
| label5 = Label and data defined (label)
| data5 = Label and data defined (data)
}}

Revision as of 18:07, 11 June 2025

Template loop detected: Template:Infobox show