People
Biographies of theatre alumni are stored as _people/firstname_lastname.md
.
Attribute Reference
Attribute | Job | Description |
---|---|---|
title string |
Person name |
Formatted as: Firstname Lastname, must match filename. |
path_name string |
Filename without extension | |
placeholder boolean |
Is this person virtual / generated at runtime | |
submitted date |
The date the last submission was made |
YYYY-MM-DD If this is omitted it means person has not yet made a submission, we have collated data for them. |
has_bio boolean |
True when bio is present | |
gender string |
Person gender |
Recognises male or female. |
headshot hash |
The SmugMug ID of the headshot |
Find IDs using headshot utility. Replaced with a SmugImage at runtime. |
course array |
The course, or courses the person studied |
Can be a single value or a list if multiple courses studied. |
graduated number |
The year the person graduated |
YYYY |
graduated_estimated boolean |
Did we estimate graduated at runtime? | |
graduated_actual number |
The year the person graduated, only set if we don't estimate | |
student boolean |
Whether a person is a student or not (do they have a show, or a committee, and they are not estimated graduated) | |
decade number |
Decade identifier graduated falls into | |
award string |
Award person recieved on leaving the theatre |
Should be in title case, Fellowship, Commendation. If not applicable line should be omitted. |
careers array |
List of careers, theatre or non-theatre related |
Recognised theatre careers are listed in _data/careers.yaml. |
links array |
A link list to external profiles and other sites |
Uses link list hashes. Should implement type, and href, can optionally use title. Common types are listed in _data/link-types.yaml. |
news array |
A link list to news stories |
Uses link list hashes. For collecting notable news stories relating to the alumnus. Should implement title, date and href. |
shows array |
Array of role/item hashes for shows person was involved in. | |
shows_count number |
Count of number of items in shows. | |
committees array |
Array of role/item hashes for committees person was involved in. | |
committees_count number |
Count of number of items in committees. | |
comment string |
Reserved for editor comments |
Displayed in editors’ mode. |