Difference between revisions of "Template:Infobox Student"
Jump to navigation
Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|400px]]</div>}} <table>{{#if:{...") |
(removed room number display) |
||
(20 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}}}| | + | <div class="infobox-title">{{PAGENAME}}</div> |
− | <table>{{#if:{{{class-of|}}}|<tr> | + | |
+ | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
+ | |||
+ | <table> | ||
+ | {{#if:{{{class-of|}}}|<tr> | ||
<th>Class of</th> | <th>Class of</th> | ||
− | <td>{{{class-of}}}</td> | + | <td>[[:Category:Class of {{{class-of}}}|{{{class-of}}}]]</td> |
− | </tr>}}{{#if:{{{ | + | </tr>}} |
− | <th> | + | |
− | <td>{{{ | + | {{#if:{{{wing|}}}|<tr> |
− | </tr>}}{{#if:{{{ | + | <th>Wing(s)</th> |
− | <th> | + | <td>{{{wing}}}</td> |
− | <td>{{{ | + | </tr>}} |
− | </tr>}}{{#if:{{{ | + | |
− | <th> | + | {{#if:{{{roommate|}}}|<tr> |
− | <td>{{{ | + | <th>Roommate(s)</th> |
− | </tr>}}{{#if:{{{website|}}}|<tr> | + | <td>{{{roommate}}}</td> |
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{track|}}}|<tr> | ||
+ | <th>Track</th> | ||
+ | <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>}} | ||
+ | |||
+ | {{#if:{{{education-after-tams|}}}|<tr> | ||
+ | <th>Education(s)</th> | ||
+ | <td>{{{education-after-tams}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{occupation-after-tams|}}}|<tr> | ||
+ | <th>Occupation</th> | ||
+ | <td>{{{occupation-after-tams}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{nickname|}}}|<tr> | ||
+ | <th>Nickname(s)</th> | ||
+ | <td>{{{nickname}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{pronoun|}}}|<tr> | ||
+ | <th>Pronoun(s)</th> | ||
+ | <td>{{{pronoun}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{known-for|}}}|<tr> | ||
+ | <th>Known for</th> | ||
+ | <td>{{{known-for}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{clubs|}}}|<tr> | ||
+ | <th>Club(s)</th> | ||
+ | <td>{{{clubs}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{senior-quote|}}}|<tr> | ||
+ | <th>Senior Quote</th> | ||
+ | <td>{{{senior-quote}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | {{#if:{{{website|}}}|<tr> | ||
<th>Website</th> | <th>Website</th> | ||
<td>{{{website}}}</td> | <td>{{{website}}}</td> | ||
− | </tr>}}</table> | + | </tr>}} |
+ | |||
+ | {{#if:{{{username|}}}|<tr> | ||
+ | <th>TAMS Wiki Username</th> | ||
+ | <td>{{{username}}}</td> | ||
+ | </tr>}} | ||
+ | |||
+ | </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 |