Template:Venue Infobox: Difference between revisions

From Glasgow Venue Wiki
Jump to navigation Jump to search
changed how images work
added logo parameter
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
{{#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