Difference between revisions of "Template:Infobox Club"

From TAMS Wiki
Jump to navigation Jump to search
m
Tags: Mobile web edit Mobile edit
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
+
<div class="infobox">
! colspan="2" style="text-align: center;" | {{{title}}}
+
 
|-
+
<div class="infobox-title" id="larger">{{PAGENAME}}</div>
| date
+
 
| {{{date}}}
+
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|400px]]</div>}}
|-
+
 
| genre
+
<table>
| {{{genre}}}
+
{{#if:{{{topics|}}}|<tr>
|-
+
    <th>Topic(s)</th>
| mode
+
    <td>{{{topics}}}</td>
| {{{mode}}}
+
</tr>}}
|}
+
 
 +
{{#if:{{{abbrev|}}}|<tr>
 +
    <th>Abbrev.</th>
 +
    <td>{{{abbrev}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{active-years|}}}|<tr>
 +
    <th>Active Years</th>
 +
    <td>{{{active-years}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{is-advised|}}}|<tr>
 +
    <th>Advised</th>
 +
    <td>{{{is-advised}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{current-advisor|}}}|<tr>
 +
    <th>Advisor</th>
 +
    <td>{{{current-advisor}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{current-execs|}}}|<tr>
 +
    <th>Execs</th>
 +
    <td>{{{current-execs}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{major-events|}}}|<tr>
 +
    <th>Event(s)</th>
 +
    <td>{{{major-events}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{website|}}}|<tr>
 +
    <th>Website</th>
 +
    <td>{{{website}}}</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{facebook|}}}|<tr>
 +
    <th>Facebook</th>
 +
    <td>[{{{facebook}}} Link]</td>
 +
</tr>}}
 +
 
 +
{{#if:{{{email|}}}|<tr>
 +
    <th>Email</th>
 +
    <td>[mailto:{{{email}}} {{{email}}}]</td>
 +
</tr>}}
 +
</table>
 +
</div>

Latest revision as of 13:07, 9 February 2021

Infobox Club