Template:Venue Infobox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
added logo parameter |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div class="infobox-image">{{{image}}}</div>}} | <div class="infobox-image">{{{image}}}</div>}} | ||
{{#if:{{{logo|}}}| | |||
<div class="infobox-logo">{{{logo}}}</div>}} | |||
<table class="infobox-table">{{#if:{{{name|}}}|<tr> | <table class="infobox-table">{{#if:{{{name|}}}|<tr> | ||
<th>Name</th> | <th>Name</th> | ||
<td>{{{name}}}</td> | <td>{{{name}}}</td> | ||
</tr>}}{{#if:{{{parent_organisation|}}}|<tr> | |||
<th>Parent Organisation</th> | |||
<td>{{{parent_organisation}}}</td> | |||
</tr>}}{{#if:{{{capacity|}}}|<tr> | </tr>}}{{#if:{{{capacity|}}}|<tr> | ||
<th>Capacity</th> | <th>Capacity</th> |
Latest revision as of 14:56, 10 September 2025
Venue Infobox