Template:Infobox show: Difference between revisions

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

Latest revision as of 19:42, 11 June 2025

Infobox show