Template:Infobox Event: Difference between revisions

From Leominster Festival History
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{venue|}}}|<tr>
<table>{{#if:{{{performer|}}}|<tr>
    <th>Performer</th>
    <td>{{{performer|}}}</td>
</tr>}}{{#if:{{{venue|}}}|<tr>
     <th>Venue</th>
     <th>Venue</th>
     <td>{{{venue|}}}</td>
     <td>{{{venue|}}}</td>
Line 14: Line 17:
     <th>Cost</th>
     <th>Cost</th>
     <td>{{{cost|}}}</td>
     <td>{{{cost|}}}</td>
</tr>}}{{#if:{{{category|}}}|<tr>
    <th>Category</th>
    <td>{{{category|}}}</td>
</tr>}}</table>
</tr>}}</table>
</div><noinclude>
</div><noinclude>
Line 23: Line 23:
<pre>
<pre>
{{Infobox_Event
{{Infobox_Event
|performer =
|venue =  
|venue =  
|date =
|date =
|time =
|time =
|cost =
|cost =
|category =
}}</pre>
}}</pre>


[[Category:Infoboxes|{{PAGENAME}}]]</noinclude>
[[Category:Infoboxes|{{PAGENAME}}]]</noinclude>

Latest revision as of 14:33, 1 November 2023

Infobox Event

Example of usage

{{Infobox_Event
|performer = 
|venue = 
|date =
|time =
|cost =
}}