This function creates a data card with a title and value. It is used to display key data points in an easily digestible format. You can use the height value to adjust the size of the card and text. The time_bool value can convert seconds to a mm:ss format if set to true.
Basic format: "content_name": ["create_data_card", "content_title", "variable_name", "location_id", "color", "text_colour", "height", "time_bool", "href_link"]
e.g: "content_funcs_data_card": ["create_data_card", "Card Example", 123, "#A5", "light_grey", "red", "", false]