Difference between revisions of "Template:Infobox Student"
Jump to navigation
Jump to search
(removed room number display) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
− | <div class="infobox-title"> | + | |
− | <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:{{{ | + | <th>Roommate(s)</th> |
− | <th> | + | <td>{{{roommate}}}</td> |
− | <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>}} | ||
+ | |||
+ | {{#if:{{{prior-high-school|}}}|<tr> | ||
+ | <th>Prior High School</th> | ||
+ | <td>{{{prior-high-school}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{education-after-tams|}}}|<tr> | {{#if:{{{education-after-tams|}}}|<tr> | ||
− | <th>Education</th> | + | <th>Education(s)</th> |
<td>{{{education-after-tams}}}</td> | <td>{{{education-after-tams}}}</td> | ||
</tr>}} | </tr>}} | ||
− | {{#if:{{{occupation|}}}|<tr> | + | {{#if:{{{occupation-after-tams|}}}|<tr> |
− | <th>Occupation | + | <th>Occupation</th> |
− | <td>{{{occupation}}}</td> | + | <td>{{{occupation-after-tams}}}</td> |
</tr>}} | </tr>}} | ||
Line 37: | 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>}} | ||
{{#if:{{{known-for|}}}|<tr> | {{#if:{{{known-for|}}}|<tr> | ||
− | <th>Known for | + | <th>Known for</th> |
<td>{{{known-for}}}</td> | <td>{{{known-for}}}</td> | ||
</tr>}} | </tr>}} | ||
Line 58: | 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> |
Latest revision as of 01:00, 14 October 2022
Infobox Student
Please use Infobox Person. This template is deprecated.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | no description | Unknown | optional |
Class-of | class-of | no description | Unknown | optional |
Wing | wing | no description | Unknown | optional |
Roommate | roommate | no description | Unknown | optional |
Track | track | no description | Unknown | optional |
Pathway | pathway | no description | Unknown | optional |
Prior-high-school | prior-high-school | no description | Unknown | optional |
Education-after-tams | education-after-tams | no description | Unknown | optional |
Occupation-after-tams | occupation-after-tams | no description | Unknown | optional |
Nickname | nickname | no description | Unknown | optional |
Pronoun | pronoun | no description | Unknown | optional |
Known-for | known-for | no description | Unknown | optional |
Clubs | clubs | no description | Unknown | optional |
Senior-quote | senior-quote | no description | Unknown | optional |
Website | website | no description | Unknown | optional |
Username | username | no description | Unknown | optional |