Notes
- CPT: Characters
- add character roles and death
- CPT: Shows
- add nations
- delete unused ships
- Taxonomy
Key
Custom Post Types
There are two custom post types in use:
- Characters –
post_type_characters - Shows –
post_type_shows
Characters
| Data | Type | Name | Notes |
| Cliches | custom taxonomy | lez_cliches | multicheck |
| Gender | post meta | lezchars_gender | dropdown – hardcoded in file |
| Sexuality | post meta | lezchars_sexuality | dropdown – hardcoded in file |
| Actor | post meta | lezchars_actor | plain text field |
| Shows | post meta | lezchars_shows | Array of shows generated from shows CPT |
| Roles | post meta | lezchars_roles | Dropdown of roles (hardcoded) |
| Death | post meta | lezchars_death | Date (MM-DD-YYYY) |
Shows
| Data | Type | Name | Notes |
| Tropes | custom taxonomy | lez_tropes | multicheck |
| Stations | custom taxonomy | lez_stations | normal taxonomy |
| Nations | custom taxonomy | lez_nations | normal taxonomy |
| Ships | post meta | lezshows_ships | text area |
| Worth It? (rating) | post meta | lezshows_worthit_rating | [Yes|Meh|No|TBD] hardcoded in file |
| Worth It? (details) | post meta | lezshows_worthit_details | text area |
| Realness? (rating) | post meta | lezshows_realness_rating | number (1-5) hardcoded in file |
| Realness? (details) | post meta | lezshows_realness_details | text area |
| Quality? (rating) | post meta | lezshows_quality_rating | number (1-5) hardcoded in file |
| Quality? (details) | post meta | lezshows_quality_details | text area |
| Screentime? (rating) | post meta | lezshows_screentime_rating | number (1-5) hardcoded in file |
| Screentime? (details) | post meta | lezshows_screentime_details | text area |
| Plots and Relationship Details | post meta | lezshows_plots | text area |
| Notable Episodes | post meta | lezshows_episodes | text area |
Taxonomies
| Data | Name | Custom Icons | Used By… |
| Cliches | lez_cliches | Yes | post_type_characters |
| Tropes | lez_tropes | Yes | post_type_shows |
| Stations | lez_stations | No | post_type_shows |
| Nations | lez_nations | No | post_type_shows |