Difference between revisions of "Template:Infobox Person"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
<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>}} | ||
{{#if:{{{wing|}}}|<tr> | {{#if:{{{wing|}}}|<tr> | ||
Line 77: | Line 81: | ||
{ | { | ||
"params": { | "params": { | ||
− | "image": {}, | + | "image": { |
+ | "aliases": [ | ||
+ | "picture", | ||
+ | "photo" | ||
+ | ], | ||
+ | "label": "Image", | ||
+ | "description": "Add a photo!", | ||
+ | "type": "wiki-file-name", | ||
+ | "suggested": true | ||
+ | }, | ||
"nickname": {}, | "nickname": {}, | ||
− | "pronoun": {}, | + | "pronoun": { |
+ | "label": "Pronoun(s)", | ||
+ | "suggested": true | ||
+ | }, | ||
"known-for": {}, | "known-for": {}, | ||
"website": {}, | "website": {}, | ||
Line 91: | Line 107: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
− | "wing": {}, | + | "wing": { |
− | "room-number": {}, | + | "label": "TAMS Wing", |
+ | "suggested": true | ||
+ | }, | ||
+ | "room-number": { | ||
+ | "label": "TAMS Room Number" | ||
+ | }, | ||
"roommate": {}, | "roommate": {}, | ||
"prior-high-school": {}, | "prior-high-school": {}, | ||
− | "clubs": {}, | + | "clubs": { |
+ | "label": "TAMS Clubs" | ||
+ | }, | ||
"senior-quote": {}, | "senior-quote": {}, | ||
"research-lab-name": {}, | "research-lab-name": {}, | ||
− | "research-lab-website": {} | + | "research-lab-website": {}, |
− | } | + | "pathway": { |
+ | "label": "TAMS Pathway", | ||
+ | "description": "Pathways! Use track parameter if applicable", | ||
+ | "example": "Computer Science Pathway, Mathematics Pathway, Electrical Engineering Pathway, etc", | ||
+ | "type": "unknown", | ||
+ | "suggested": true | ||
+ | } | ||
+ | }, | ||
+ | "description": "Add this Infobox to any page dedicated to a person! (student, alumni, staff, and faculty all included!)" | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 18:09, 12 August 2022
Infobox Person
Usage
- Add it
- Thing
- Something
- stuff
Add this Infobox to any page dedicated to a person! (student, alumni, staff, and faculty all included!)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image picture photo | Add a photo! | File | suggested |
Nickname | nickname | no description | Unknown | optional |
Pronoun(s) | pronoun | no description | Unknown | suggested |
Known-for | known-for | no description | Unknown | optional |
Website | website | no description | Unknown | optional |
Education-after-tams | education-after-tams | no description | Unknown | optional |
Class-of | class-of | no description | Unknown | optional |
Occupation-after-tams | occupation-after-tams | no description | Unknown | optional |
TAMS Track | track | TAMS Track (not pathway) | String | suggested |
TAMS Wing | wing | no description | Unknown | suggested |
TAMS Room Number | room-number | no description | Unknown | optional |
Roommate | roommate | no description | Unknown | optional |
Prior-high-school | prior-high-school | no description | Unknown | optional |
TAMS Clubs | clubs | no description | Unknown | optional |
Senior-quote | senior-quote | no description | Unknown | optional |
Research-lab-name | research-lab-name | no description | Unknown | optional |
Research-lab-website | research-lab-website | no description | Unknown | optional |
TAMS Pathway | pathway | Pathways! Use track parameter if applicable
| Unknown | suggested |