Template:Venue Infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
added logo parameter |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | ||
<div class="infobox-image"> | {{#if:{{{image|}}}| | ||
<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