Programmatic Facts
Table of Contents
Anatomy
Usage Guidelines
What is the purpose of this component?
Strategic Objective: Create an area of the website to message standard facts that are relevant to all programs while still offer some variability to highlight core value propositions in the top portion of the page.
Copy - Fixed
The boxes are reserved to message duration, cost, and total credits. These are fixed and not variable given the role this information plays in our enterprise content strategy.
Duration
Can be expressed in either months or years. When deciding between the two, consider what has the perception of a shorter duration (i.e., 12 months vs. 1 year)
Should feature the shortest amount of time a student can realistically complete the program. Cannot accommodate ranges (i.e. 2-4 years)
Cost
- Can be expressed as total tuition or cost-per-credit
- Must be a numeric number input.
- Cannot accommodate expository or explanatory text/copy. (i.e., $500 not including fees)
- Cannot accommodate numeric ranges. (i.e., $500 - $535 or $57,000 - $60,000)
Total Credits
- Must be a numeric number input not to exceed three numeric characters
- Cannot accommodate numeric ranges. (32 - 36)
CTA Buttons
Request Information - uses primary or primary inverse button style
FAQs - typically uses secondary or secondary-inverse Button style
Copy - Variable
Program Benefits
This is an open ended copy block. These bullets are variable and can be tailored to the specific brand and/or brand. Here are some proposed options and use cases.
Additional Quick Facts
No GRE/GMAT
Next start 08/21
Applications due 08/21
AACSB-accredited
3 concentrations available
Limited Time Offers
No app fee
Scholarships available
Primary Value Props
The program positioning narrative features a section entitled Program DNA. This cites the top three most prominent value statements related to the program. A truncated version (or teaser) of those statements could be suitable here.
- Be mindful of character count. Less is more to retain the design aesthetic of the component. Each bullet should be ~ 60-65 characters (including spaces) and the entire real estate (all bullets considered) should not exceed 200 characters (including spaces)
WordPress
This component can be added to post content with the Programmatic Facts or Program Tabs blocks in the Gutenberg editor. To adjust the label of the facts that are output, go to Theme Settings → Block Settings.
Specifications
Properties
Property | Type | Description | Required | Default |
---|---|---|---|---|
heading | string | Text for heading in right column | No | - |
content | string | inner HTML markup | Yes | - |
facts | array | Facts for left column | Yes | - |
└ item | object | - | - | - |
└ label | string | - | Yes | - |
└ value | string | - | Yes | - |
actions | array | list of button objects | Yes | - |
└ item | object | - | - | - |
numbers_class | string | list of additional classes to apply to the numbers list container element | No | - |
class | string | list of additional classes to apply to main element | No | - |
Styling
Custom Properties
Name | Default | Resets | Description |
---|---|---|---|
--tux-c-programmatic-facts--number-bg-color | var(--tux-theme--shade-color, rgba(0, 0, 0, 0.1)) | No | - |
--tux-c-programmatic-facts--number-text-color | inherit | No | - |
Changelog
6.16.2 (2024-10-30)
6.15.2 (2024-08-29)
6.14.1 (2024-08-14)
6.8.2 (2024-04-02)
6.4.0 (2023-11-27)
1.26.0 (2021-10-22)
- fix: add custom properties for number colors (a30feb3)
1.8.0
- programmatic-facts added
Related
Contains
Other core components embedded within this template.
Examples
Default
- Duration 24 months
- Cost per credit $500
- Credits 123
{{ include( 'components/programmatic-facts.twig', { facts: {...} heading: "Program Benefits" content: "<ul><li>List item 1</li><li>List item 2</li><li>List item 3</li></ul>" actions: {...} } ) }}