Template:Infobox Venue: 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:{{{address|}}}|<tr> <th>Address</th> <td>{{{address|}}}</td> </tr>}}{{#if:{{{firstYear|}}}|<tr> <th>First Festival</th> <td>{{{firstYear|}}}</td> </tr>}}{{#if:{{{lastYear|}}}|<tr> <th>Most Recent Festival</th> <td>{{{lastYear|}}}</td> </tr>}}{{#if:{{{venueType|}}}|<tr> <th...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
     <th>Address</th>
     <th>Address</th>
     <td>{{{address|}}}</td>
     <td>{{{address|}}}</td>
</tr>}}{{#if:{{{website|}}}|<tr>
    <th>Website</th>
    <td>{{{website|}}}</td>
</tr>}}{{#if:{{{festivals|}}}|<tr>
    <th>Festivals</th>
    <td>{{{festivals|}}}</td>
</tr>}}{{#if:{{{firstYear|}}}|<tr>
</tr>}}{{#if:{{{firstYear|}}}|<tr>
     <th>First Festival</th>
     <th>First Festival</th>
Line 11: Line 17:
     <th>Most Recent Festival</th>
     <th>Most Recent Festival</th>
     <td>{{{lastYear|}}}</td>
     <td>{{{lastYear|}}}</td>
</tr>}}{{#if:{{{venueType|}}}|<tr>
    <th>Venue Type</th>
    <td>{{{venueType|}}}</td>
</tr>}}{{#if:{{{status|}}}|<tr>
</tr>}}{{#if:{{{status|}}}|<tr>
     <th>Status</th>
     <th>Status</th>
Line 22: Line 25:
==Example of usage==
==Example of usage==
<pre>
<pre>
{{Infobox_Event
{{Infobox_Venue
|address =  
|address =  
|website =
|festivals =
|firstYear =
|firstYear =
|lastYear =
|lastYear =
|venueType =
|status =  
|status =  
}}</pre>
}}</pre>


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

Latest revision as of 13:03, 21 October 2024

Infobox Venue

Example of usage

{{Infobox_Venue
|address = 
|website = 
|festivals = 
|firstYear =
|lastYear =
|status = 
}}