Changes

Jump to navigation Jump to search
removed room number display
Line 1: Line 1:  
<div class="infobox">
 
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
+
 
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
+
<div class="infobox-title">{{PAGENAME}}</div>
 +
 
 +
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
 +
 
 
<table>
 
<table>
 
{{#if:{{{class-of|}}}|<tr>
 
{{#if:{{{class-of|}}}|<tr>
Line 13: Line 16:  
</tr>}}
 
</tr>}}
   −
 
+
{{#if:{{{roommate|}}}|<tr>
{{#if:{{{room-number|}}}|<tr>
+
     <th>Roommate(s)</th>
     <th>Room(s)</th>
+
     <td>{{{roommate}}}</td>
     <td>{{{room-number}}}</td>
   
</tr>}}
 
</tr>}}
   Line 22: Line 24:  
     <th>Track</th>
 
     <th>Track</th>
 
     <td>[[{{{track}}} Track|{{{track}}}]]</td>
 
     <td>[[{{{track}}} Track|{{{track}}}]]</td>
 +
</tr>}}
 +
 +
{{#if:{{{pathway|}}}|<tr>
 +
    <th>Pathway</th>
 +
    <td>[[{{{pathway}}}]]</td>
 
</tr>}}
 
</tr>}}
   Line 42: Line 49:  
     <th>Nickname(s)</th>
 
     <th>Nickname(s)</th>
 
     <td>{{{nickname}}}</td>
 
     <td>{{{nickname}}}</td>
 +
</tr>}}
 +
 +
{{#if:{{{pronoun|}}}|<tr>
 +
    <th>Pronoun(s)</th>
 +
    <td>{{{pronoun}}}</td>
 
</tr>}}
 
</tr>}}
   Line 63: Line 75:  
     <td>{{{website}}}</td>
 
     <td>{{{website}}}</td>
 
</tr>}}
 
</tr>}}
 +
 +
{{#if:{{{username|}}}|<tr>
 +
    <th>TAMS Wiki Username</th>
 +
    <td>{{{username}}}</td>
 +
</tr>}}
 +
 
</table>
 
</table>
 
</div>
 
</div>
 +
<noinclude>
 +
<templatedata>
 +
{
 +
"params": {
 +
"image": {},
 +
"class-of": {},
 +
"wing": {},
 +
"roommate": {},
 +
"track": {},
 +
"pathway": {},
 +
"prior-high-school": {},
 +
"education-after-tams": {},
 +
"occupation-after-tams": {},
 +
"nickname": {},
 +
"pronoun": {},
 +
"known-for": {},
 +
"clubs": {},
 +
"senior-quote": {},
 +
"website": {},
 +
"username": {}
 +
},
 +
"description": "Please use Infobox Person. This template is deprecated."
 +
}
 +
</templatedata>
 +
</noinclude>

Navigation menu