Template:Infobox Event: Difference between revisions

From Leominster Festival History
Jump to navigation Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{{{venue|}}}|<tr> <th>Venue</th> <td>{{{venue|}}}</td> </tr>}}{{#if:{{{date|}}}|<tr> <th>Date(s)</th> <td>{{{date|}}}</td> </tr>}}{{#if:{{{time|}}}|<tr> <th>Time</th> <td>{{{time|}}}</td> </tr>}}{{#if:{{{cost|}}}|<tr> <th>Cost</th> <td>{{{cost|}}}</td> </tr>}}{{#if:{{{...")
 
No edit summary
 
(2 intermediate revisions 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>
</div><noinclude>
 
<noinclude>


==Example of usage==
==Example of usage==
<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 =
}}