Difference between revisions of "Template:Infobox Club"

From TAMS Wiki
Jump to navigation Jump to search
m
Tags: Mobile web edit Mobile edit
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox bordered vevent" style="float: {{{align|right}}}; width: {{#if:{{{width|}}}|{{{width|}}}|30em}}; font-size: 90%; text-align: left;" cellpadding="3" ! colspan="2" style="font-size:110%; text-align: Center; background-color: #CCCCFF;" class="summary" | ''{{{title|{{PAGENAME}}}}}'' {{#if:{{{Image|}}}|<nowiki/> {{!}}- {{!}} colspan="2" style="font-size: 100%; text-align: center;" {{!}} [[File:{{{Image|}}}|300px]]{{#if:{{{caption|}}}|<br/><cite>{{{caption|}}}</cite>|}} }} |- ! style="background-color: #ccccff; white-space: nowrap;" | Date of Birth | {{{ITEM1}}} |- ! style="background-color: #ccccff;" | Place of Birth | {{{ITEM2}}} |- |}
+
<div class="infobox">
 +
 
 +
<div class="infobox-title" id="larger">{{PAGENAME}}</div>
 +
 
 +
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|400px]]</div>}}
 +
 
 +
<table>
 +
{{#if:{{{topics|}}}|<tr>
 +
    <th>Topic(s)</th>
 +
    <td>{{{topics}}}</td>
 +
</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