People
Biographies of theatre alumni are stored as _people/firstname_lastname.md.
Attribute Reference
| Attribute | Job | Description | 
|---|---|---|
                titlestring  | 
            Person name | 
                 Formatted as: Firstname Lastname, must match filename.  | 
        
                path_namestring  | 
            Filename without extension | |
                placeholderboolean  | 
            Is this person virtual / generated at runtime | |
                submitteddate  | 
            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_bioboolean  | 
            True when bio is present | |
                genderstring  | 
            Person gender | 
                 Recognises male or female.  | 
        
                headshothash  | 
            The SmugMug ID of the headshot | 
                 Find IDs using headshot utility. Replaced with a SmugImage at runtime.  | 
        
                coursearray  | 
            The course, or courses the person studied | 
                 Can be a single value or a list if multiple courses studied.  | 
        
                graduatednumber  | 
            The year the person graduated | 
                 YYYY  | 
        
                graduated_estimatedboolean  | 
            Did we estimate graduated at runtime? | |
                graduated_actualnumber  | 
            The year the person graduated, only set if we don't estimate | |
                studentboolean  | 
            Whether a person is a student or not (do they have a show, or a committee, and they are not estimated graduated) | |
                decadenumber  | 
            Decade identifier graduated falls into | |
                awardstring  | 
            Award person recieved on leaving the theatre | 
                 Should be in title case, Fellowship, Commendation. If not applicable line should be omitted.  | 
        
                careersarray  | 
            List of careers, theatre or non-theatre related | 
                 Recognised theatre careers are listed in _data/careers.yaml.  | 
        
                linksarray  | 
            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.  | 
        
                newsarray  | 
            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.  | 
        
                showsarray  | 
            Array of role/item hashes for shows person was involved in. | |
                shows_countnumber  | 
            Count of number of items in shows. | |
                committeesarray  | 
            Array of role/item hashes for committees person was involved in. | |
                committees_countnumber  | 
            Count of number of items in committees. | |
                commentstring  | 
            Reserved for editor comments | 
                 Displayed in editors’ mode.  | 
        
Example Person
---
title: John Smith
gender: male
headshot: ABC123
course: BEng Mechanical Engineering
graduated: 2010
careers:
  - Lighting Designer
links:
  - type: Personal Website
    href: "https://johnsmith.com"
news:
  - title: John Smith Best Lighting Design Ever
    type: Article
    date: 2014-01-01
    href: "https://chorleychronicle.info/johnsmith"
---
John did techie stuff---
title: Alice Smith
gender: female
headshot: ABC124
course:
  - Creative Writing BA
  - English MA
graduated: 2015
award: Commendation
careers:
  - Finance
---
Alice did acting